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

body {
	  background: #ae00ff url(images/bgPrensa.jpg) top center no-repeat;
}
#cabecera{
	background:url(images/headerPrensa.jpg) no-repeat;
}
.topPost{
	background:url(images/tituloPrensa.png) no-repeat left top;
}
.cierrePost{
	background:url(images/cierrePrensa.png) no-repeat;
	width:435px;
	height:35px;
	padding:14px 0 0 13px;
	line-height:1.1em;
	font-size:11px
}
.sideColorFondo{
	background:url(images/sidebarPrensa.png) repeat-y;
	padding-bottom:5px;
	width:261px;
	padding-left:6px;
}
.tituloRecientes{
	background:url(images/tituloRecientesPrensa.png) no-repeat;
	height:32px;
	width:251px;
}
.tituloResumen{
	background:url(images/tituloResumenPrensa.png) no-repeat;
	height:20px;
}
#pieSidebar{
	width:251px;
	height:5px;
	background:url(images/pieSidebarPrensa.png) no-repeat;
}

/** botones header **/
#cabecera #volver{
	position:absolute;
	left:17px;
	top:103px;
	width:63px;
	height:18px;
}
#cabecera #volver a{
	position:absolute;
	left:0px;
	top:0px;
	width:63px;
	height:18px;
	background:url(images/botones/prensa/volver.png) no-repeat;
}
#cabecera #volver a:hover{
	background-position:0 -18px;
}
#cabecera #multimedia{
	position:absolute;
	left:234px;
	top:31px;
	width:115px;
	height:14px;
}
#cabecera #multimedia a{
	position:absolute;
	left:0px;
	top:0px;
	width:115px;
	height:14px;
	background:url(images/botones/prensa/multimedia.png) no-repeat;
}
#cabecera #multimedia a:hover{
	background-position:0 -14px;
}
#cabecera #prensa{
	position:absolute;
	left:234px;
	top:49px;
	width:115px;
	height:14px;
}
#cabecera #prensa a{
	position:absolute;
	left:0px;
	top:0px;
	width:115px;
	height:14px;
	background:url(images/botones/prensa/prensa.png) no-repeat;
}
#cabecera #prensa a:hover{
	background-position:0 0px;
}
#cabecera #articulos-prensa{
	position:absolute;
	left:349px;
	top:49px;
	width:131px;
	height:14px;
}
#cabecera #articulos-prensa a{
	position:absolute;
	left:0px;
	top:0px;
	width:131px;
	height:14px;
	background:url(images/botones/prensa/articulosPrensa.png) no-repeat;
}
#cabecera #articulos-prensa a:hover{
	background-position:0 -14px;
}
#cabecera #blog-eventos{
	position:absolute;
	left:234px;
	top:67px;
	width:115px;
	height:14px;
}
#cabecera #blog-eventos a{
	position:absolute;
	left:0px;
	top:0px;
	width:115px;
	height:14px;
	background:url(images/botones/prensa/blog-eventos.png) no-repeat;
}
#cabecera #blog-eventos a:hover{
	background-position:0 -14px;
}

#footer{
	background:url(images/piePrensa.jpg) no-repeat center;
}
#comment{
	background:#ae00ff;
}