body {
	background: no-repeat url(../../images/body_bg.gif) top center;
	background-color:#ffffff;
}

#container {
	background-image: url(../../images/content_bg.gif);
	background-repeat: repeat-y;
	background-color:#ffffff;
}
/* cuadradito azul para las listas*/
ul li {
	background: url(../../images/li.gif) no-repeat left center;
}
#contentContainer {
	/*background-image: url(../../images/ellos_siluetas.gif);
	background-repeat: no-repeat;
	border-right: inherit;*/
}
#pageHeader {
	background: no-repeat url(../../images/header_bg.gif) 0px 0px;
}


html > body #pageHeader h2 {
	border-bottom-color: #2d5592;
}



#sidebarContainer .sideHeader {
	color: #33568f;
}

#footer { 
	background: no-repeat url(../../images/footer_bg.gif);
	background-color:#fff;
}

#footer a:link, #footer a:visited {
	/*background: no-repeat left bottom url(../../images/footer_divider.png);*/
}
.post {
	border-bottom: 6px solid #0094f7;
	margin: 0 0 1em 0;
	padding: 1em;
}
.date {
	color: #666666;
	font-size: 0.9em;
	line-height:1.2em;
	margin: 0;
	padding: 0 0 .2em 0;
	text-transform: uppercase;
}
.normal {

	font-weight:normal;
}
.post p {

	/*font-weight:normal;*/

}
/*encabezados de las noticias*/
.post h1 {
	
	color: #0099ff;
}
/*encabezado elmanicomiorecors, bg logo*/
.post h2 {
	
	background: url(../../images/posth_bg.gif) no-repeat left center;
	font-size:1.5em;
	padding: 2pt 0 5px 25px;
}
/*subtits de las noticias*/
.post h4 {
	
	background: transparent;
	color: #666666;
	font-size: 1em;
	font-weight:normal;
	line-height: 1em;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0;
}
#cabecera {

	background: no-repeat url(../../../banners/logoEspiral2.gif) top left;
	height:309px;
}
.lessmargin h4 {
	margin-top:0.5em;
	
	color:#999;
}
h4 span{
	
	color:#0099FF;
}
blockquote:before {
	color: #BEBEBE;
	content: url("../../images/blockquote1.gif") " " attr(cite);
}
blockquote:after
{
	content: url("../../images/blockquote2.gif");
}
blockquote h4 {
	/*float:right;*/

}
.grey {
	background-color:#efefef;
	padding: 1em;
	margin:0px -1em;
}