@charset "utf-8";
/* CSS Document */

/* Clear default browser styles */
h1,h2,h3,h4,h5,h6,pre,code,table,td,th,dd,dt,dl,li,input,button,select,textarea{ font-size: 100%; 	}
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td { margin:0; padding:0; }
a img, :link img, :visited img, fieldset { border:none }
table {border-collapse: collapse; }
input,button,select,textarea {font-family: inherit;}
input, select { vertical-align:middle; }

/* Utility classes */
	
body {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background: #264A55 url(images/bg_page.jpg) repeat-y center;
	text-align: center;
}

a:link, a:visited{
	text-decoration:none;
	}

a:hover{
	text-decoration: underline;
	}

#container {
	/*Nuevo*/
	width: 100%;
	background: url(images/bg_container.jpg) repeat-x;
	min-height:700px;
	/*font-size:102%;*/
	}
	
#containerInner {
	width: 100%;
	background: url(images/bg_container_inner.jpg) no-repeat top center;
	min-height:700px;
	}	
	
#header {
	text-align: left;
	margin: 0px auto 0px auto;
	height:76px;
	}

#content {
	/*Nuevo*/
	text-align: left;
	width: 756px;
	margin: 27px auto 0px auto;
	min-height:500px;
	/*background: #FFFFFF url(images/bg_content.jpg) repeat-y top center;*/
	}

#sidebar {
	width: 195px;
	float: left;
	}
	
#mainMenu ul{
	width: 173px;
	border-top: 3px solid #7F7F7F;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	font-size:106%;
	}

#mainMenu ul li {
	line-height: 2.01em;
	border-bottom: 1px solid #CCCCCC;
	padding-left:3px;
	margin: 0px;
	}


#mainMenu ul a:link, #mainMenu ul a:visited, #mainMenu ul a:hover{
	color:#254853;
	background-color: none;
	display: block;
	}

#mainMenu ul li.current-cat a, #mainMenu ul li.current-cat-parent a{
	color:#8F8A17;
	background-color: #FBFAEB;
	display: block;
	}

#mainMenu .bottom{
	background: url(images/mainmenu_bottom.gif) no-repeat top left;
	margin-left: 15px;
	margin-bottom: 13px;
	height: 13px;
	}
	
#newsletter{
	width: 173px;
	padding: 0px;
	margin: 0px 0px 11px 15px;
	border-bottom: 1px solid #CCCCCC;
	/*display: none;  FIXME */
	}

#newsletter form {
	text-align: right;
	}

#newsletter .inputText, .wpsb_form_txt{
	width: 98%;
	margin: 7px 0px 2px 0px;
	}

#newsletter p{
	font-size:92%;
	margin: 13px 0px 4px 3px;
	color:#636363;
	}

#newsletter .wpsb_form_btn{
	background: url(images/bt_suscribirse.gif) no-repeat;
	width: 90px;
	height: 28px;
	border: none;
	font-size: 0.1px;
	float:left;
	margin-top: -32px;
	}

#newsletter .wpsb_form_radio{
	visibility:hidden;
	float: left;
	width: 10px;
	}

#newsletter p.bad {
	color:#990000;
	font-weight:bold;
	}

#newsletter p.good {
	font-weight:bold;
	color:#006600;
	}

#sidebar .banner {
	width: 173px;
	padding: 0px;
	margin: 0px 0px 20px 15px;
	}


#sidebar #work {
	width: 173px;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	display: none; /* FIXME */
	}
	
#sidebar #work ul{
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	margin-bottom: 6px;
	}

#sidebar #work ul li {
	line-height: 1.21em;
	padding-left:10px;
	font-size:92%;
	margin: 6px 0px 0px 0px;
	background: url(images/bullet_bolsa.gif) no-repeat 0px 3px;
	}
	
#sidebar #work ul li a:link, #sidebar #work ul li a:visited {	
	color: #22424C;
	}

#sidebar #work ul li a:hover {	
	color: #22424C;
	}

#sidebar #work ul li.lastInList{	
	font-weight: bold;
	margin-bottom: 6px;
	}

#mainContent {
	width: 545px;
	margin-left: 5px;
	}

#contentHolder{
	width: 550px;
	float: right;
	margin: 0px 5px 10px 0px;
	}

#flash {
	border-bottom: 1px solid #CCCCCC;
	height: 200px;
	}

#mainContentTop {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 2px;
	padding-bottom: 8px;
	/*background: url(images/bg_main_content_top.gif) repeat-y 290px 80px;*/
	}
	
#news {
	width: 300px;
	float: left;
	font-size: 92%;
	}

#news h2{
	margin: 10px 0px 5px 0px;
	}
	

#news .inner{
	margin: 0px 0px 0px 3px;
	width: 290px;
	border-right: 1px solid #CCCCCC;
	padding-right:3px;
	}

#news h3{
	color: #578523;
	font-weight:normal;
	font-size: 116%;
	margin-bottom: 2px;
	}

#news h3 a:link, #news h3 a:visited, #news h3 a:hover, #news p a:link, #news p a:visited, #news p a:hover{
	color: #578523;
	}

#news h3.mainTitle{
	font-size: 166%;
	}

#news p{
	margin: 0px 0px 10px 0px;
	color: #757575;
	line-height:1.21em;
	}

#news p.mainText{
	font-size: 106%;
	color: #242424;
	line-height:1.41em;
	}

#news p.moreNews {
	padding-left: 18px;
	color: #578523;
	background: url(images/bullet_mas_noticias.gif) no-repeat 0px 0px;
	}

#articles {
	width: 245px;
	float: left;
	border-top: 2px solid #CCCCCC;
	font-size: 92%;
	}

#articles h2{
	margin: 10px 0px 5px 0px;
	}
	

#articles .inner{
	margin: 0px 0px 0px 7px;
	width: 230px;
	}

#articles h3{
	color: #e35c00;
	font-weight:normal;
	margin-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	background: url(images/bullet_articulos.gif) no-repeat 4px 4px;
	padding-left: 22px;
	/*
	line-height: 1.31em;
	height: 2.51em;
	min-height: 2.51em;
	*/	
	padding-top: 4px;
	padding-bottom: 4px;
	}

#articles h3 a:link, #articles h3 a:visited, #articles h3 a:hover, #articles p a:link, #articles p a:visited, #articles p a:hover{
	color: #e35c00;
	}

#articles h3.mainTitle{
	font-size: 126%;
	border:none;
	background: none;
	line-height: 1.11em;
	padding-left: 0px;
	height: auto;
	min-height: 1.11em;
	margin-bottom: 2px;
	}

#articles p{
	margin: 0px 0px 10px 0px;
	}

#articles p.mainText{
	font-size: 96%;
	color: #242424;
	margin-bottom:20px;
	line-height:1.41em;
	}

#articles .author{
	display:block;
	margin-bottom: 3px;
	}

#articles .author a:link, #articles .author a:visited, #articles .author a:hover {
	color: #e35c00;
	}
	

#articles p.moreArticles {
	padding-left: 22px;
	color: #e35c00;
	background: url(images/bullet_mas_articulos.gif) no-repeat 4px 4px;
	border-top: 1px solid #CCCCCC;
	line-height: 2.11em;
	}


#mainContentMiddle {
	background-color: #F3FCFF;
	padding: 7px 0px 10px 0px;;
	margin: 0px 0px 1px 0px;
	}


.hiliteBlock {
	color: #646466;
	width:175px;
	float:left;
	border-left: 1px solid #CCCCCC;
	margin:0px 0px 8px 4px;
	}

#mainContentMiddle h2 {
	margin: 0px 0px 9px 1px;
	}

.hiliteBlock h3 {
	color: #2b5762;
	font-size: 106%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 4px 8px;
	width: 165px;
	}

.hiliteBlock h3 a:link, .hiliteBlock h3 a:visited, .hiliteBlock h3 a:hover{ 
	color: #2b5762;
	}
	
.hiliteBlock p {
	font-size: 92%;
	width: 165px;
	margin: 0px 0px 0px 8px;
	line-height:1.31em;
	}

#mainContentMiddle .firstInList{
	border-left: none;
	}

#mainContentMiddle .firstInList h3, #mainContentMiddle .firstInList p {
	margin-left:3px;
	}

#mainContentBottom{
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	height: 1%; /*Fix IE line render problem*/
	}
	
#internetNews {
	float:left;
	width:359px;
	margin: 0px 0px 0px 5px;
 	border-right: 1px solid #CCCCCC;
	}

*html #internetNews {
	width:353px;
	}

#internetNews h2{
	margin: 0px 0px 15px 0px;
	}

#internetNews h3 {
	line-height: 1.01em;
	padding-left:10px;
	font-size:92%;
	margin: 6px 0px 0px 0px;
	background: url(images/bullet_bolsa.gif) no-repeat 0px 2px;
	font-weight: normal;
	}
	
#internetNews h3 a:link, #internetNews h3 a:visited, #internetNews h3 a:hover  {	
	color: #22424C;
	}

#internetNews h3.lastInList {
	font-weight: bold;
	}

#internetNews .fullNews{
	margin: 0px 0px 15px 0px;
	}

#internetNews .fullNews .img{
	float:left;
	width: 106px;
	margin: 0px 0px 0px 0px;
	}

#internetNews .fullNews .img img{
	width: 106px;
	height: 80px;
	}

#internetNews .fullNews .text{
	float: left;
	width: 330px;
	margin: 0px 0px 0px 8px;
	}

.fullNews .text{
	color: #646466;
	font-size: 92%;
	}

#internetNews .fullNews .text h3{
	color: #22424d;
	font-size: 106%;
	font-weight: normal;
	background: none;
	padding-left: 0px;
	margin-top: 0px;
	}

.fullNews .text h3 a:link, .fullNews .text h3 a:visited, .fullNews .text h3 a:hover{
	color: #22424d;
	}
	
	

#galleryMod {
	float:left;
	width:170px;
	margin: 0px 0px 0px 10px;
	}

#galleryMod h2 {
	margin: 0px 0px 3px 0px;
	}
	
#galleryMod h3 {
	color: #2b5762;
	font-size: 106%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
	width: 165px;
	}

#galleryMod h3 a:link, #galleryMod h3 a:visited, #galleryMod h3 a:hover{ 
	color: #2b5762;
	}

#galleryMod .img img {
	margin: 0px 0px 4px 0px;
	width: 165px;
	height: 124px;
	}

#galleryMod .caption {
	margin: 0px 0px 0px 0px;
	font-size: 86%;
	color:#636363;
	}
.galleryItem{
	margin: 0px 0px 18px 0px;
	}

#preFooter{
	min-height:15px;
	width: 732px;
	margin: 20px 0px 0px 16px;
	background-color: #FFFFFF;
	}

#footer {
	width: 732px;
	border-top: 2px solid #CCCCCC;
	margin: 0px 0px 5px 16px;
	background-color: #FFFFFF;

	}
	
.clearBoth { /* For clearing floats */
	clear: both; 
	height: 0px; 
	margin: 0; 
	padding: 0; 
	font-size: 0px;
	line-height: 0px; 
	}
	

#streetAddress {
	margin: 5px 8px 0px 0px;
	text-align:right;
	float:right;
	width:495px;
	color: #646466;
	font-size:92%;	
	}

#streetAddress a:link, #streetAddress a:visited, #streetAddress a:hover{
	color:#12628B;
	text-decoration:underline;
	}			

#emailAddress {
	margin-top: 5px;
	float:right;
	width:206px;
	line-height: 2.11em;
	font-size:116%;	
	background-color: #578524;
	text-align:center;
	}

#emailAddress a:link, #emailAddress a:visited, #emailAddress a:hover{
	display:block;
	color:#FFFFFF;
	}		

/* AGREGAR ARTICULO */

.article {
	color: #242424;
	}

.article .postContent{
	width: 350px;
	float: left;
	margin-left: 3px;
	}

.article .postContent ul li{
	line-height: 1.31em;
	padding-left:10px;
	font-size:100%;
	margin: 0px 0px 0px 0px;
	list-style:none;
	background: url(images/bullet_bolsa.gif) no-repeat 0px 3px;
	}

.article .postContent ol li{
	line-height: 1.31em;
	margin-left:10px;
	font-size:100%;
	margin: 0px 0px 0px 17px;
	}

.article .postContent ul, .article .postContent ol {
	margin-bottom:20px;
	}

.article p{
	color: #242424;
	margin-bottom: 20px;
	line-height:1.51em;
	}

.excerpt{
	margin-bottom: 20px;
	width: 546px;
	}

.excerptTop{
	height: 4px;
	line-height:4px;
	background: url(images/bg_excerpt_top.gif) no-repeat bottom left;
	}	

.excerptMiddle{
	background-color: #F5FBE5;
	padding: 5px 5px 5px 10px;
	}

.excerptBottom{
	height: 4px;
	background: url(images/bg_excerpt_bottom.gif) no-repeat top left;
	}	

.article .excerpt p{
	font-size: 112%;
	line-height:1.41em;
	color: #578524;
	margin-bottom:0px;
	}


.article strong{
	color: #616161;
	}

.article a:link, .article a:visited, .article a:hover {
	color: #578524;
	text-decoration: underline;
	}

.article h2 {
	color: #505050;
	font-size: 176%;
	font-weight: normal;
	}

.article h2 a:link, .article h2 a:visited, .article h2 a:hover {
	color: #505050;
	}

.article h3 {
	color: #000000;
	font-size: 106%;
	}

.article p.date {
	color: #505050;
	font-size: 82%;
	margin-bottom: 0px;
	}

p.breadcrumb {
	color: #578524;
	font-size: 92%;
	text-transform: uppercase;
	}

p.breadcrumb a:link, p.breadcrumb a:visited, p.breadcrumb a:hover {
	color: #578524;
	}

.cta { 
	margin-bottom: 10px;
	}

.cta ul{ 
	list-style:none;
	}

.cta ul li { 
	display: inline;
	background: url(images/bg_cta.gif) no-repeat 0px 5px;
	padding-left: 2px;
	}

.cta ul li.firstInList { 
	background: none;
	}

#authorMod{
	margin-left: 0px;
	width: 174px;
	color: #636363;
	margin-bottom: 20px;
}

#authorMod .main{	
	background-color: #F0F0F0;
	border: 1px solid #E2E2E2;
	padding: 9px 5px 5px 5px;
	}

* html #authorMod .main{	
	margin-top:-3px;
	}

#authorMod .main p{	
	margin: 0px;
	color: #636363;
	font-size: 92%;
	width: 158px;
	}

#authorMod .bottom{	
	background: url(images/solapa_top.gif) repeat-y;
	padding: 8px 0px 4px 0px;
	}

#authorMod .end{	
	background: url(images/solapa_bottom.gif) no-repeat top left;
	height:5px;
	}

#authorMod .moreAuthor{
	color: #22424C;
	line-height: 1.01em;
	padding-left:10px;
	font-size:92%;
	margin: 0px 0px 0px 6px;
	background: url(images/bullet_bolsa.gif) no-repeat 0px 2px;
	font-weight: normal;
	}
	
#authorMod .moreAuthor a:link, #authorMod .moreAuthor a:visited, #authorMod .moreAuthor a:hover {
	color: #22424C;
	}

#sidebarRight #galleryMod {
	margin-left:4px;
	}


#sidebarRight #relatedArticles {
	width: 170px;
	padding: 0px;
	margin: 0px 0px 0px 2px;
	}
	
#sidebarRight #relatedArticles ul{
	list-style: none;
	margin-bottom: 6px;
	}

#sidebarRight #relatedArticles ul li {
	line-height: 1.21em;
	padding-left:10px;
	font-size:92%;
	margin: 6px 0px 0px 0px;
	background: url(images/bullet_bolsa.gif) no-repeat 0px 3px;
	}
	
#sidebarRight #relatedArticles ul li a:link, #sidebarRight #relatedArticles ul li a:visited {	
	color: #22424C;
	}

#sidebarRight #relatedArticles ul li a:hover {	
	color: #22424C;
	}

#sidebarRight #relatedArticles ul li.lastInList{	
	font-weight: bold;
	margin-bottom: 6px;
	}

#sidebarRight {
	float: right;
	width:175px;
	}

.article .author{
	font-size: 82%;
	margin-left: 3px;
	color: #636363;
	}

/*COMENTARIOS*/


#commentMod{
	width: 350px;
	}	

#commentMod h3{
	font-size: 176%;
	font-weight: normal;
	color: #578524;
	margin-bottom: 15px;
	}


.comment{
	margin-bottom: 25px;
	}

.comment .top{
	background-color: #F3FCFF;
	color:#696969;	
	font-size: 92%;
	height: 1%; /*Fix IE6 Render problem*/
	}
	
.comment .top strong{
	font-weight: bold;
	color:#242424;	
	}

.comment .name{
	float: left;
	width: 270px;
	border-right: 1px solid #BCEEFE;
	min-height: 15px;
	padding: 6px 4px 4px 4px;
	}

.comment .date {
	float: right;
	width: 60px;
	font-size: 92%;
	padding: 6px 4px 4px 4px;
	}

#commentMod .comment .bottom p{
	color: #6A6A6A;
	font-size: 92%;
	line-height: 1.41em;
	margin-top : 5px;
	}

#commentMod .inputText{
	color: #578524;
	background-color: #F5FBE5;
	border-top: 1px solid #DBEAB6;
	width: 340px;
	border-left: 1px solid #E7F2CC;
	margin-bottom: 18px;
	padding-top: 3px;
	padding-left: 7px;
	}		

#commentMod input.inputText{
	height: 21px;
	}
	
#commentMod form p{ 
	color: #505050;
	margin-bottom: 3px;
	font-size: 136%;
	}

#commentMod form .inputButton{
	text-align: right;
	}
#commentMod.contactform form p{ 
	color: #505050;
	margin-bottom: 3px;
	font-size: 112%;
	font-weight:normal;
	}

#submenu .current-cat{
	background-color:#F3FFE5;
	border-top: 1px solid #ADE966;
	}
	
#submenu .menuItem {
	min-height:65px;
	width: 168px;
	background-color:#F3F3F3;
	float: left;
	margin: 6px;
	}


#submenu ul{
	list-style:none;
	margin-left: 4px;
	}

#submenu ul li {
	min-height:65px;
	width: 168px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	background-color:#F3F3F3;
	border-top: 1px solid #CCCCCC;
	}
*html #submenu ul li {
	height:65px;
	}
#submenu a:link, #submenu a:visited, #submenu a:hover {
	color:#578524;
	display:block;
	padding-left: 25px;
	background: url(images/bg_cat_menu_item.gif) no-repeat 6px 3px;
	margin-top: 4px;
	line-height: 1.31em;
	}

#submenu a.claseSize12{
	font-size: 100%;
	font-weight: normal;
	}

#submenu a.claseSize14{
	font-size: 112%;
	font-weight: normal;
	}

#submenu a.claseSize16{
	font-size: 136%;
	font-weight: bold;
	}
	
#submenu p.artsCount {
	margin-left: 26px;
	color: #636363;
	font-size:92%;}	
	

#articlesList h2 {
	font-size: 176%;
	font-weight: normal;
	color: #578524;
	margin-bottom: 2px;
	}

#articlesList p {
	margin-bottom: 15px;
	}

#articlesList .post{
	margin:0px 0px 0px 19px;
	padding-left: 20px;
	background: url(images/bullet_articulos.gif) no-repeat 2px 2px;
	}

.post h2{
	color:#578523
	}

#articlesList .post h3{
	font-weight: normal;
	color: #22424C;
	font-size: 116%;
	}
#articlesList .post h3.authorArticleList{
	font-size: 100%;
	}

#articlesList{
	margin-left:2px;
	}

#articlesList .post h3 a:link, #articlesList .post h3 a:visited, #articlesList .post h3 a:hover{
	color: #22424C;
	}

#articlesList .postmetadata{
	font-size:86%;
	color: #636363;
	margin-left:2px;
	}

#articlesList .post {
	margin-bottom:20px;
	width: 470px;
	}

#articlesList .postexcerpt p{
	font-size:92%;
	color: #636363;
	margin-bottom:3px;
	margin-left:2px;
	}

#authorModule h2, #imageModule h2 {
	font-size: 176%;
	font-weight: normal;
	color: #578524;
	margin-bottom: 8px;
	}

#authorModule p {
	margin-bottom: 15px;
}
p.listName {
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	}

#authorModule a:link, #authorModule a:visited, #authorModule a:hover {
	color:#578524;
	}

.alignleft{
	text-align:left;
	margin-left:20px;
	float:left;
	width:165px;
	}

.alignright{
	text-align:right;
	margin-right:20px;
	float:right;
	width:165px;
	}

.navigation .fLeft{
	float:left;
	width:51x;	
	}

.navigation .fRigt{
	float:right;
	width:57px;	
	
	}


#imageModule .centerBox{
	text-align:center;
	padding-left:100px;
	}

#imageModule .entry{
	border:1px solid #CCCCCC;
	width:320px;
	}
#imageModule .entry img{
	margin: 10px;
	}

#imageModule .navigation{
	width: 108px;
	font-size:92%;
	margin-left:106px;
	margin-bottom: 10px;
	color: #636363;
	}

#imageModule .navigation a:link, #imageModule .navigation  a:visited {
	color:#37637C;
	}

.navigation .pipe{
	color:#37637C;
	}

.wp-email-loading {
	display: none;
	visibility:hidden;
	}
