* {
  	padding:0;
 	margin:0;
 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; text-align:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

#dhtmltooltip{
position: absolute;
width: 130px;
border: 2px solid black;
padding: 2px;
background-color: #CDD6F8;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
html{	
 	background: #5F8818 url('../images/bghtml.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: top left;
	margin:0;
	padding:0;
}

body{	
	/*background: #dedede url('../images/bgBody.jpg') repeat-x scroll center top;*/
 	background-image: url('../images/bgBody.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: top right;
	/*background-attachment:fixed;*/
	color:#454545;
	font-size:13px;
	font-family: Arial, sans-serif;
	padding:50px 0 0 0;
	margin:0 0 25px 0;
}

textarea, input{
	color:#454545;
}

.input{
	height:18px;
	padding:2px 0 0 5px;
	background-image:url(../Images/bg_input.gif);
	background-repeat:repeat-x;
	background-position:left;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#999999;
	}
	
/* This class sets the width and position for all rows */
.inside{
	width:792px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a{
	color:#398bd8;
}



h1{
	color:#CCC;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
}

h2, h3, h4, h5{
	
	font-weight:normal;
}
#primary h2{
	
}

p{
	line-height:1.4em;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

pre{	
	padding:0 10px 0 10px;
	margin: 0 0 15px 0;
	overflow:auto;
    background: #e4e3e0;
	width: 99%;	
}

code{
	padding: 0;
	margin: 0;	
}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

#container{
	width:792px;
	text-align: left;
	margin-top: -100;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header{
	padding:0 0;	
	height: 140px;	
	background: transparent url('../images/header.png') no-repeat;	
}

#header h2{
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
}
#header h2 a{ text-decoration:none; }

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
}

#headernavContainer{	
	margin: 0px 0 0 40px;	
	padding: 70px 52px 0 0;
}
#headernavContainer ul {
    list-style:none;       
    font-size:11px;
	font-weight: bold;
    font-family: Georgia;
    color: #bc430d;
	padding-top: 9px;
}

#headernavContainer ul li {
    list-style:none;
    display:inline;
	padding:0 0;	
	margin:0px 0 0 30px;
	float: left;	          
}

#headernavContainer ul li a:link, #headernavContainer ul li a:visited {
    color: #fff;
    text-decoration:none;
    border-bottom:none;	
	padding:8px 4px;		 
}

.navInactive a:visited{
	color: #fff;
}

#headernavContainer ul li a:hover{
   color: #98360c;	  
}

#headernavContainer a:active, #headernavContainer .current_page_item a:link, #headernavContainer .current_page_item a:visited {
    color: #98360c;	    
}

#headerNavLeft{
	float: left;
}

#headerNavRight{
	float: right;
	padding: 0 20px 0 0;
}

#titleBar{
	padding:0px 0 0 0;	
	width:792px;
	height: 109px;
	margin: 0 auto;
	background: transparent url('../images/title_bar2.jpg') no-repeat;

}

#titleBarFlash{
	padding:0px 0 0 0;	
	width:792px;
	height: 200px;
	margin: 0 auto;
	background: transparent;
}

#contentHeaderHome{
    padding:30px 0 0 0;	
    margin:0px 0 0 0px;	
	width: 792px;
	height: 53px;    
	background: transparent url('../images/content_header_home.gif') no-repeat left bottom;
}

#contentHeaderArticles{
    padding:30px 0 0 0;	
    margin:0px 0 0 0px;	
	width: 792px;
	height: 53px;    
	background: transparent url('../images/content_header_articles.gif') no-repeat left bottom;
}

#contentHeaderPortfolio{
    padding:30px 0 0 0;	
    margin:0px 0 0 0px;	
	width: 792px;
	height: 53px;    
	background: transparent url('../images/content_header_portfolio.gif') no-repeat left bottom;
}

#titleBar h2 span{
	display: none;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background: #f7f7f7 url('../images/primary_top.jpg') no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#primary .menuCliente{
	width:100%;
	padding: 10px 0 15px 0px;
	clear: both;
}

.espacioContacto{
	width:233px;
	text-align:left;
	/*clear: both;*/
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	/*margin-left: -235px;*/
}

.espacioContacto a {
	font: 300 10px Arial, Helvetica, sans-serif;
}



#primary .siteBlock{
clear: both;
}

#primary p{	
	margin: 0px 0 15px 0;        
}

#primary .inside{
	background: transparent url('../images/primary_btm.gif') no-repeat center bottom;	
	margin: -1px 0;		
}


#primary a:link, #primary a:visited{
	color: #398bd8;	
}

#primary a:hover{
	color: #a43a08;
}

#primary .featureLink{
	text-decoration: none;
	font-weight: bold;
	background: transparent url('../images/arrow.gif') no-repeat 0px 0px;
	padding: 0 0 0 18px;
        margin: 10px 0 10px 0;        
}


#primary .featureLink:hover{        
	background-position: 0 -133px;        
}

#primary .downloadLink{
	text-decoration: none;
	font-weight: bold;
        height: 25px;
        display: block;
	background: transparent url('../images/disk_icon.gif') no-repeat 0px 0px;
	padding: 4px 0 0 30px;
        margin: 10px 0 10px 0;        
}

#primary h3{
	color: #27221f;
	font-size:24px;
	font-family: Georgia, sans-serif;	
	margin: 0 0px 0px 0;	
}

#primary h4{
	color: #27221f;
	font-size:24px;
	font-family: Georgia, sans-serif;	
	margin: 0 0px 0px 0;
	background: transparent url('../images/dot_border.gif') repeat-x bottom;			
}

#primary h6{
	color: #27221f;
	font-size:24px;
	font-family: Georgia, sans-serif;	
	margin: 0 0px 0px 0;
	background: transparent url('../images/dot_border.gif') repeat-x bottom;	
	font-weight: normal;
	margin: 0 0 15px 0;		
}

#primary h5{
	color: #27221f;
	font-size:22px;
	font-family: Georgia, sans-serif;
    margin: 0 0px 0px 0;	
   clear: both;
}

#primary .center{
	text-align: center;
}

#blockList {
	list-style: none;
	padding: 0;
	margin: 5px 0 15px 0;	
}

#blockList li{
	background: transparent url('../images/dot_border.gif') repeat-x bottom;
	padding: 10px 0;
	margin: 0;
	list-style: none;
}

#blockList img{
	float: left;
	display: block;
	margin: 0 15px 0 0;
	padding: 5px;
	border: 5px solid #c3beaf;
	background: #fffefa;
}

#blockList strong{
        font-size:16px;
        font-weight: bold;
	font-family: Georgia, sans-serif;       
}

#blockList .link{
        margin: 5px 0 0 0;   
}

#blockList p{
        margin: 0px 0 0 0;   
}

#blockList .last{
        background: none;
}

#articleDetails{	
	background: transparent url('../images/dot_border.gif') repeat-x bottom;	
	padding: 3px 0 7px 3px;
	margin: 0px 0 20px 0;
}

#portfolioDetails{	
	background: transparent url('../images/dot_border.gif') repeat-x bottom;	
	padding: 3px 0 7px 0px;
	margin: 0px 0 20px 0;
	
}

#portfolioDetails strong{		
	color: #a43a08;
}

#articleDetails .date{	
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
	background: transparent url('../images/calendar_icon.gif') no-repeat;
}

#primary .commentsLink{	
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
	background: transparent url('../images/comments_icon.gif') no-repeat;
}

#primary .commentsLink a, #primary .commentsLink a:link{	
	color: #454545; 
	text-decoration: none;
}

#primary .commentsLink a:hover{
	color: #a43a08;
}

.headerHighlight{
	color: #a43a08;
}

#homeFeatureLeft{
	float:left;
	margin: 0px 0px 0 10px;
	width:380px;	
}

#homeFeatureRight{
	margin:75px 0px 0 10px;	
	float:left;
	width:351px;
	height:228px;	
	/*background: transparent url('images/featured_bkg.jpg') no-repeat;*/
}

#homeFeatureRight h3{
	margin:0px 0px 10px 0;
	background: transparent url('../images/dot_border.gif') repeat-x bottom;	
        font-size: 27px;
        color: #4d433d;
}


#homeFeatureRight .inside{
	margin:30px 0px 0 35px;	
	width:280px;
	background: none;	
}

#homeFeatureRight p{
	margin: 0px 0 0 0;
}

#homeFeatureRight strong{
	display: block;
        font-size: 13px;
        padding: 0 0 3px 0;        
}

#postMain{
	float: left;
	width: 445px;
	margin-top: -20px;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 35px;
}

#postMain h3{
	margin:0 0 10px 0;
}

/*
#postMain img .bordered{	
	display: block;	
	padding: 5px;
	border: 5px solid #c3beaf;
	background: #fffefa;
}
*/

.bordered{	
	display: block;	
	padding: 5px;
	border: 5px solid #c3beaf;
	background: #fffefa;
}

#postMain .video{	
	display: block;	
	padding: 5px;
	border: 5px solid #c3beaf;
	background: #fffefa;
}

#postMain h5{	
	color: #27221f;
	font-size:22px;
	font-family: Georgia, sans-serif;
    margin: 0 0px 5px 0;	
   clear: both;
}

.leftImg{	
	float: left;
        margin: 4px 15px 15px 0;
}

.leftImgT{	
	float: left;
        margin: 4px 15px 0px 0;
}

.rightImg{	
	float: right;
        margin: 0px 0px 15px 15px;
}

#primary .smallHeader{
        font-size:16px;
        font-weight: bold;
	font-family: Georgia, sans-serif;        
}


#sidebar{
	float: right;
	width: 250px;
	display: inline;
	margin-top: 21px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
.banner_contacto {
	float: left;
	height: 143px;
	width: 445px;
	margin-top: 25px;
	margin-bottom: 20px;
}




#sidebar a span{	
	display: none;
}

#sidebar .inside{	
	width: 250px;	
	background: transparent;	
}

/* Project list */
#sidebar h4{        
        font-size: 20px;	
}

#projectList{
	list-style: none;
	padding: 0;
	margin: 5px 0 30px 0;	
}

#projectList li{
	background: transparent url('../images/dot_border.gif') repeat-x bottom;
	padding: 5px 0;
	margin: 0;
	list-style: none;
}

#projectList li a:link, #projectList li a:visited{
	text-decoration: none;
	font-weight: bold;
}

#projectList .portfolioThumb{
	float: left;
	display: block;
	margin: 2px 8px 0 0;
	padding: 2px;
	border: 3px solid #c3beaf;
	background: #fffefa;
}
	
#projectList .portfolioThumb:hover{
	border-color: #a43a08;
	background: #fff;
}

#projectList .active .portfolioThumb{
	border-color: #a43a08;
	background: #fff;
}

	
/* Article list */

#articleListHead{       
        background: transparent url('../images/dot_border.gif') repeat-x bottom;
        font-size: 20px;
        font-family: Georgia, sans-serif;	
}


#articleListHead h4{
        float: left;
        font-size: 20px;	
	background: none;
	width: 150px;      
}

#articleListHead .rssLink{
        float: right;	
	display: block;
	margin: 4px 0 0 0;	
	width: 14px;
        height: 14px;
	background: transparent url('../images/primary_rss.gif') no-repeat;	
}

#articleList{
	list-style: none;
	padding: 0px 0 0 0;
	margin: 0;	
}

#articleList li{
	background: transparent url('../images/dot_border.gif') repeat-x bottom;	
	padding: 10px 0 10px 0px;
	margin: 0;
	list-style: none;
	clear: both;
}

#articleList li.active{	
	background: transparent url('../images/dot_border.gif') repeat-x bottom;
}

#articleList li .date{	
	padding: 0px 0 0px 20px;
	font-size: 11px;
}

#articleList a:link,  #articleList a:visited{
	background: transparent url('../images/arrow.gif') no-repeat 0px 0px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 20px;
	display: block;
	margin: 0;	
}
	
#articleList a:hover{
	background-position: 0 -133px;
	color: #a43a08;
}
	
#articleList a.active{	
	background-position: 0 -133px;
}


	
.divider{
	background: transparent url('../images/dot_border.gif') repeat-x 0px 7px;
	height: 13px;
	clear: both;	
	overflow: hidden;
}



#commentsContainer{
	border:1px solid #c9c1b7;
	margin:30px 0 0 0;
}

#comment-head{	
	color: #5f5d55;	
	padding:10px;
	background: #e4e3e0 url('../images/dot_border.gif') repeat-x bottom;
}

#comment-head a, #comment-head a:link, #comment-head a:visited{	
	color: #454545; 
	text-decoration: none;
}


#comment-head h2{
	font-size:1.5em;
	margin:0;
	color: #5f5d55;
}

#comment-head .details{
	
}

#comments .color1 {
background-color: #edece9;
}

#comments .color2 {
background-color: transparent;
}

ol#comments{
	list-style-type:none;	
}
ol#comments li{
	list-style-type:none;
	margin:0;
	padding: 10px;
	background: transparent url('../images/dot_border.gif') repeat-x bottom;
		
}

ol#comments li.highlight{
	background-color: #fffce1;
		
}

#comments cite{	
	font-style:normal;
	margin: 0 0 10px 0;	
}
* html #comments cite{  }
#comments cite span{
	display:block;
}
#comments cite .author{ font-weight:bold; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;	
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(../images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{	
	padding: 0 0 0 0;
	margin: 10px 0 0 0;	
}
#comments .content p{
	margin:0 0 0 0;
}
#comments .content h3{
	margin:0;	
}

#comment-form{
	margin:25px 15px 15px 15px;	
	
}

#comments img{
        padding: 0;
        border: 0;
        background: none;
        display: inline;
}

input.textfield{
	width: 15em;
	margin:5px 0;
                  padding:1px 3px;
	border:1px solid #c9c1b7;
	background-color: #e7e6e3;
	
}
textarea.commentbox{
	width:375px;
	height:150px;
	padding:0.25em;
	margin:5px 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #e7e6e3;
	border:1px solid #c9c1b7;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	margin: 5px 0 0 0;
	padding: 0;
	width: 117px;
	height: 27px;
	background:url(../images/submit_btn.jpg) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
        
}

.formactions input.submit:hover{	
	background-position: 0 -27px;        
}

/*-----------------------------------------------------------------------------------------------
  Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{	
	padding:0px 0 0 0;	
	color: #93918f;
}

#secondary .inside{	
	
	background: transparent url('../images/secondary_bkg.gif') repeat-y;	
	padding: 0 0 35px 0;	
	
}

#secondary h5{
	color: #fff;
	font-size:24px;
	font-family: Georgia, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;	
}

.secondaryLeft{
	width: 400px;
	float: left;
	padding: 15px 0 0 35px;
}

.secondaryRight{
	width: 300px;
	float: right;
	padding: 15px 35px 0 0;
}

#recentArticles{
	list-style-type:none;
	margin: 0 0 0 0;
	background: transparent url(../images/dot_border_light.gif) top repeat-x;
}
#recentArticles li{
	list-style-type:none;
	font-size: 11px;
	margin:0;
	padding: 8px 0;
	background: transparent url(../images/dot_border_light.gif) bottom repeat-x;
}


#recentArticles .date{
	color:#5d5a57;
	padding:0 7px 0 0;	
}

#recentArticles .title{	
	
	width: 200px;
	margin: 0 0 0 10px;
}

#recentArticles a{
	color:#93918f;
	text-decoration:none;
	cursor: pointer;
	background: transparent url('../images/arrow_secondary.gif') no-repeat 0px -1px;
	padding: 0 0 0 20px;
	display: block;
}
#recentArticles a:hover{ 
	color:#FFF;	
}

.galleryIcons{
        margin-top: 10px;
        float: left;
}


/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{	
	clear:both;
	color:#5d5a57;	
	height: 40px;	
	background: transparent url('../images/footer.png') bottom no-repeat;	
	text-align: center;
	font-size: 11px;	
}

#footer .inside{	
	height: 40px;	
	padding: 0;
	margin: 0 auto;
	width: 720px
}

#footer a{	
	color:#5d5a57;
text-decoration: none;
}
#footer a:hover{
	color:#FFF;
}
.rssLink{
	padding: 0 0 0 20px;	
	background: transparent url('../images/rss_icon_small.gif') no-repeat;	
}


/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float:right;
	width:200px;
	margin:1em 0 0 0;
	-moz-opacity:0.4;
	text-align:right;
}
#search:hover{
	-moz-opacity:1.0;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(../images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 0.85em; 
	background:#CCC;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

/*404-----------------------------------------*/
.empty{
	height: 120px;
	
}

/* Listado------------------------------------*/


#detalleContenido{
	width:100%; 
	padding:0 0 0 10px;
	margin: 0 0 20px 0;
	}
	
.nOrden{
	font-size:20px;
	height:100%;
	color:#cccccc;
	font-weight:bold;
	margin:0; 
	padding:0;
	border-style:solid; border-width: 0 1px 0 0; border-color:#CCCCCC;
}

#detalleContenido .seccion{
	font-size:10px;
	color:#cccccc;
	margin:0; 
	padding:0;
}

#detalleContenido a.lnkTituloContenido{
	font-size:24px;
	color:#a43a08;
	text-decoration:none;
	margin:0 0 10px 0; 
	padding:0;
}

#detalleContenido a.lnkResumenContenido{
	color:#333333;
	text-decoration:none;
	margin:0; 
	padding:0;
}

#detalleContenido .fPublicacion{
	font-size:10px;
	color:#cccccc;
	margin:0; 
	padding:0;
}


/*			Menu Usuario		*/
a.user{
	border-style:solid;
	border-width:0 0 0 4px;
	border-color:#CCCCCC;
	text-decoration:none;
	margin:0 0 5px 0;
	padding:0 0 0 6px;
	font-size:14px;
	}

a.user:hover{
	border-color:#528c39;
	}
