/* CSS Document */
body
{
	font: 9pt Arial, Helvetica, sans-serif;
}
h1
{
	display:inline;
	font-size:12pt;
}
#contenedor
{
	margin: auto;
	width:799px;
}
#cuerpo
{
	width:760px;
	*width:790px;
	margin:auto;
}
#cabecera
{
	height:191px;
	background:url('../pix/web_cabecera.jpg') no-repeat;
}
div.textcabecera
{
	float:right;
	margin-top:100px;
	margin-right:24px;
	text-align:right;
	font-size:11pt;
	width:auto;
}
div.textcabecera span.datos
{
	font-size:15pt;	
}
div.noticia
{
	width:366px;
	height:132px;
	padding:5px 5px 5px 5px;
}
div.noticiaizq
{
	float:left;
	width:366px;
	background:url('../pix/web_fondonoticiaizq.gif') no-repeat;
}
div.noticiadcha
{
	/*float:right;*/
	text-align:right;
	margin-left:386px;
	width:366px;
	background:url('../pix/web_fondonoticiadcha.gif') no-repeat;
}
div.noticiadcha div.textnoticia
{
	float:right;
	width:240px;
	margin-right:10px;
	*margin-right:5px;
	text-align:right;
}
div.noticiaizq div.textnoticia
{
	width:220px;
	margin-right:10px;
}
img.noticiadcha
{
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:12px;
}
img.noticiaizq
{
	float:right;
	width:auto;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:22px;
}
/* the overlayed element */
div.overlay {
	/* growing background image */
	background:url(../pix/petrol.png) no-repeat;
	
	/* dimensions after the growing animation finishes  */
	width:656px;
	height:526px;		
	
	/* initially overlay is hidden */
	display:none;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background:url(../pix/cerrar.png) no-repeat;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
div.overlay
{
	/*margin-top:5px;*/
	color:#000;
}
