@charset "iso-8859-1";
/* CSS Ebenezer Fuego */

a img,:link img,:visited img { border:none }

a { cursor:pointer }

div.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

html {
  background: #807D5C url(../_imgs/fondo.jpg) no-repeat center top;
  width: 98%;
}

body {
  margin: 0 auto 0 auto;
  width:960px;
  height:auto;
}

#tituloUbicacion {
background-image:url(../_imgs/fondoUbicacion.jpg);
margin:5px auto 0 auto;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#6C8762;
font-size:16px;
font-style:oblique;
font-weight:bolder;
text-align:center;
width:600px;
height:39px;
}



div#contenedor {
margin:0;
padding:0;
width:960px;
height:800px;
}

div#cabecera {
background:url(../_imgs/fondoCabecera.jpg) no-repeat;
width:960px;
height:449px;
}

div#menu {
font-weight:bold;
width:960px;
height:24px;
margin:-45px 0 0 0;

/*
padding:0;
padding-top: expression('11px');
margin-left:  expression('10px');
*/
}

div#contenido {
background:#DBDAAB url(../_imgs/fondoContenido.jpg) repeat-y center top;
width:960px;
min-height:400px;
margin-top:10px;
}

.mostrar_contenido {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#000;
margin:0 0 0 10px;
height: auto;
width: 840px;
padding:15px 0 30px 50px;
}

div#pie {
background: #DBDAAB url(../_imgs/fondoPie.jpg) no-repeat center top;
width:960px;
height:70px;
}

div.copyright {
font-size:85%;
padding:25px 0 0 65px;
}

div#GuiarWeb{ 
width: 120px;
height: 60px;
float:right;
margin:-46px 30px 0 0;
}


#paginador { 
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
	text-align:center;
	margin:15px 20px 15px 20px;
	padding:4px;
	color:#333
}
#paginador a { color:#FF0000;text-decoration:none; }
#paginador a:hover { text-decoration:underline }
#paginador ul { list-style-type:none;margin:0;padding:2px }
#paginador ul li { display:inline }
#paginador ul li.sel { font-weight:bold;color:#000 }

#prev_next a { 
	margin:0 20px 0 20px;
	font:12px "Courier New", Courier, monospace;
	color:#003366
}

#nav_news {
	margin:15px 20px 15px 20px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background:#eee;
}

.volanta { 
padding:4px 0 4px 0;
color:#ac0000;
font:11px Georgia, "Times New Roman", Times, serif;
}

#noticias_secundarias {
margin:15px 20px 15px 20px;
}

#noticias_secundarias .padding { padding:5px }
#noticias_secundarias .fecha_creacion { font:11px Verdana, Arial, Helvetica, sans-serif; }

#noticias_secundarias .volanta { 
	padding:4px 0 4px 0;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
#noticias_secundarias .titulo { clear:none;font:bold 14px Georgia, "Times New Roman", Times, serif;line-height:130%;cursor:pointer }
#noticias_secundarias .titulo:hover {background-color:#FF9999;font:bold 14px Georgia, "Times New Roman", Times, serif;line-height:130%;cursor:pointer }
#noticias_secundarias .copete { line-height:140%; }
#noticias_secundarias #vermas { clear:none;color:#FF0000;}

#noticia_completa { 
margin:15px 20px 15px 20px;
}

#noticia_completa .volanta { color:#ac0000;font:11px Georgia, "Times New Roman", Times, serif; }
#noticia_completa .titulo { color:#ac0000;color:#406a86;margin:2px 0 2px 0;font:bold 22px Georgia, "Times New Roman", Times, serif;line-height:130% }
#noticia_completa .fecha_creacion{ color:#ac0000; }
#noticia_completa img.principal { width:20%;float:left;margin:0 5px 5px 0 }
#noticia_completa .copete { line-height:150%; }
#noticia_completa #volver {cursor:pointer; }

#msg_error { background:#ffbbbb url(../_imgs/error.png) 4px 4px no-repeat;border:1px solid #ff6666;padding:4px 4px 4px 24px;margin:2px 0 2px 15px;font-size:12px;font-weight:bold; width:900px; }
#msg_ok { background:#ccecd1 url(../_imgs/ok.png) 4px 4px no-repeat;border:1px solid #378243;padding:4px 4px 4px 24px;margin:2px 0 2px 0;font-size:12px;font-weight:bold }
#msg_info { background:#90c6e8 url(../_imgs/info.png) 4px 4px no-repeat;border:1px solid #266085;padding:4px 4px 4px 24px;margin:2px 0 2px 0;font-size:12px;font-weight:bold }




