body, html
{
	width:100%;
	height:100%;
	margin:0px;	
	overflow:hidden;
	background-color:#002369;
}

a
{
	text-decoration:none;
	color:#999;	
}

a:hover
{
	text-decoration:underline;
}

h3
{
	font-size:12px;
	font-weight:bold;
	color:#002369;
}

hr
{
	height:1px;
	border:0px;
	border-bottom:1px solid #002369;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#oculto_foto
{
	display:none;	
}

#oculto_noticia
{
	display:none;	
}

#cortina
{
	position:absolute; 
	top:0px; 
	left:0px; 
	bottom:0px;
	width:100%; 
	height:100%; 
	z-index:30; 
	filter: alpha(opacity=70); 
	opacity:.7; 
	background-color:#000;
}

#detalle
{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:31;
}

#polaroid
{
	background-color:#CCC;
	border-left:8px solid #fff;
	border-right:8px solid #fff;
}

#bloque_noticia
{
	position:relative;
	text-align:justify;
	width:400px;
	height:430px; 
	background-color:#FFF
}

#titulo_noticia
{
	font-family:Arial,Helvetica, Sans serif;
	position:relative;
	top:0px;
	left:0px;
	font-weight:bold;
	font-size:14px;
	color:#002369;
}

#fecha_noticia
{
	font-family:Arial,Helvetica, Sans serif;
	position:relative;
	top:10px;
	left:10px;
	font-weight:bold;
	font-size:14px;
	color:#002369;
}

#cerrar_noticia
{
	position:absolute;
	right:10px;
	top:10px;
	width:45px;
	height:16px;
	background:url(imagenes/cerrar.gif) no-repeat right center;
	text-align:left;
	cursor:pointer;

}

#cerrar_noticia div
{
	position:relative;
	top:3px;
	font-family:Arial,Helvetica, Sans serif;
	font-size:9px;
	color:#002369;
	
}

#cuerpo_noticia
{
	position:absolute;
	width:380px;	
	height:375px;
	overflow:auto;
	top:45px;
	left:10px;
	scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFF;
    scrollbar-highlight-color: #002369;
    scrollbar-face-color: #002369;
    scrollbar-shadow-color: #002369;
    scrollbar-darkshadow-color: #FFF; 
    scrollbar-track-color: #FFF;
}

#foto_noticia
{
	background-color:#CCC;
	border:0px;
	margin-bottom:10px;
}

#texto_noticia
{
	text-align:justify;
	font-family: Arial,Helvetica,Sans serif;
	font-size:12px;
	color:#999;
	display:block;
	padding-right:10px;
}

#paginado
{
	width:100%;
	left:0px;
	font-family: Arial,Helvetica,Sans serif;
	font-size:10px;
}

#pie_polaroid
{
	width:auto;
	text-align:center;
}

#siguiente
{
	float:right;
	text-align:right;
	cursor:pointer;
	margin-right:8px;
	top:10px;
	color:#002369;
}

#anterior
{
	float:left;
	text-align:left;
	cursor:pointer;	
	margin-left:8px;
	top:10px;
	color:#002369;
}

#cerrar_polaroid
{
	width:45px;
	height:16px;
	background:url(imagenes/cerrar.gif) no-repeat right top;
	cursor:pointer;
	text-align:left;
	right:2px;
}

#cerrar_polaroid div
{
	top:2px;
	font-family:Arial,Helvetica, Sans serif;
	font-size:9px;
	color:#002369;
}



#fondo
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
}	

#contenido
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:2;	
	text-align:center;
	scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFF;
    scrollbar-highlight-color: #002369;
    scrollbar-face-color: #002369;
    scrollbar-shadow-color: #002369;
    scrollbar-darkshadow-color: #FFF; 
    scrollbar-track-color: #FFF;
}

#relleno
{
	position:relative;
	width:340px;
	left:5px;
	top:0px;
	text-align:justify;	
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color:#999;
}

.imagen_galeria
{
	width:155px;
	height:120px;
	margin-left:10px;
	overflow:hidden;
	background-color:#fff;
	cursor:pointer;
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
}

#inputs
{
	position:absolute;
	top:30px;
	right:0px;
	width:260px;
	height:200px;
}

#inputs div
{
	height:20px;	
}

#inputs div input
{
 	font-family: Arial,Helvetica, Verdana, Sans Serif;
	color:#000;
	font-size:10px;
 	height:16px;
	width:100%;
	border:0px;
	background-color:#ccc;
	padding-left:2px;
}

#inputs textarea
{
 	font-family: Arial,Helvetica, Verdana, Sans Serif;
	color:#000;
	font-size:10px;
 	height:64px;
	width:100%;
	border:0px;
	background-color:#ccc;
	padding-left:2px;

}

#etiquetas
{
	position:absolute;
	top:32px;
	left:5px;
	width:65px;
	text-align:right;
}

#etiquetas div
{
	height:20px;	
}

#botones
{
	position:absolute;
	width:42px;
	height:16px;
	bottom:30px;
	right:0px;	
	border:0px;
	background-color:#999;
	font-size:10px;
	color:#fff;
	padding:0px;
 	font-family: Arial,Helvetica, Verdana, Sans Serif;
	font-weight:bold;	
	cursor:pointer;
}

#direccion
{
	position:absolute;
	width:333px;
	top:210px;
	text-align:left;
	border-top:1px solid #002369;
}

#plano
{
	position:relative;
	width:333px;
	height:188px;
	text-align:left;
	background:url(imagenes/planomini.gif) no-repeat center center;	
	top:10px;
}

#ampliar
{
	position:absolute;
	width:68px;
	height:25px;
	background:url(imagenes/ampliar.gif) no-repeat center center;
	left:260px;
	bottom:10px;	
	cursor:pointer;
}
