/* CSS Document */

body {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:0.95em;
  line-height:1.6em;
  text-align:center;
  color:#CCCCCC;
  background:#000 url(../img/bg.jpg) top center no-repeat;
}

a{
  color:#FFFF66;
}

a:hover{
  color:#FFFF00;
}

strong {color:#fff;}

table{
	border-collapse:collapse;
	border:0px;
}

table th{
	background-color:#CCCCCC;
	color:#000000;
}

input, textarea{font-family:Tahoma;font-size:15px;color:#000000;}
input, select, textarea { vertical-align:middle; font-weight:normal;}


h1, h2, h3, h4, h5{
  color:#eff;
}

h1{ 
    font-size:1.9em;
	padding-top:10px;
	margin-bottom:10px;	
	color:#fff;
}


h2{ 	
    margin:20px 0px 15px 0px;
	padding-left:5px;
	padding-bottom:3px;
	font-size:1.8em;
	line-height:1.3em;
    font-weight:normal;
	font-style:italic;
	border-bottom:#999999 dotted 1px;
}


h3{ 
	margin-bottom:10px;
	font-size:1.4em; 
    font-weight:normal;
}


h4{ 
    margin-bottom:4px;
	padding-left:4px;
    font-size:1.2em; 
	border-bottom:#999999 1px dotted;
}


h5{ 
    margin-bottom:4px;
	margin-left:5px;
    font-size:1em; 
}


.menuseparador{
	 margin-bottom:20px;
}

.menuseparadorg{
	margin-bottom:40px;	
}

.lienasep{
	width:90%;
	margin-left:5%;
	border-top:#FFCC66 1px dotted;	
}


.tipo1 { float:right;     margin: 2px 0px 0px 10px; }
.tipo2 { float:left;      margin: 2px 10px 0px 0px; }
.tipo3 { margin: 0 auto;  margin: 2px 10px 0px 10px; text-align:center;}






/* CONTENEDOR PRINCIPAL */

#contenedor{
  width:960px;
  margin:0 auto;
  text-align:left;
}

/* FIN CONTENEDOR PRINCIPAL */



/* CABECERA */

#cabecera{
  position:relative;
  height:245px;
}


#cabecera h1 {
  position:absolute;
  width:510px;
  height:44px;
  top:75px;
  left:230px;
  text-indent: -10000px;
}


#cabecera span {
  position:absolute;
  width:100%;
  top:155px;
  left:165px;
  display:block;
  text-align:left;
  font-size:0.9em;
  z-index:10;
}

#cabecera .banner {
	position:absolute;
	top:0px;
	left:508px;
	width:267px;
	height:184px;
}


#nav {
	position:absolute;	
    bottom:16px;
	left:35px;
	width:900px;
	height:20px;
}

#nav li { 
	float: left;
	border-right:#666666 2px solid;
}

#nav li.last {
	border-right:none;
} 

#nav  li a {
	font-size:1.2em;
    display: block;
    height:20px;	
	color:#fff;
	margin-right:15px;
	margin-left:15px;
	text-decoration:none;
}  

#nav  li.first a {
 margin-left:0px;
}

#nav li.last a{
	margin-right:0px;
}

#nav  li a:hover {
	color:#FFCC00;
}


/* FIN DE CABECERA */




/* CONTENIDO */

#cuerpo{


}


#contenido {
  float:left;
  margin-left:30px;
  width:650px;
}


#contenido p{
   
    margin-bottom:25px;
	text-align:justify;

    line-height:1.4em;
}

#contenido p.margen{
	text-indent:20px;
}

#contenido p.nomargen{
	text-indent:0px;
}


#contenido ul, #contenido ol{
	margin-left:60px;
	margin-bottom:10px;
}

#contenido ul li{
	list-style-image:url(../img/li.gif);
	font-size:95%;
	margin-bottom:5px;
}


#contenido ol li{
	list-style-type:decimal;
}

/* FIN DE CONTENIDO */


#barra_lateral {
  float:right;
  width:250px;
  padding:15px 0 0 15px;
 }


#barra_lateral ul{
  margin: 5px 0;
  list-style-image:url(../img/flecha_1.gif);
  padding-left: 20px;
}



#barra_lateral li{
   padding: 3px 0 3px 0px;
}





#navegacion  ul {
  list-style-image:none;
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
  width: 220px;
}

#navegacion li{
	padding:0px;

}

#navegacion li a{
  font-size: 1.0em;
  font-style:italic;
  line-height: 1.9;
  color:#FFCC00;
  display: block;
  width: auto;
  padding: 3px 0 0 20px;
  text-decoration: none;
  border-bottom: 1px solid #4a4b4d;
}



* html #navegacion li a{  /* Hack para IE. Ancho del menu menos el padding left del link (20px) */
  width: 200px;
}


#navegacion li a:hover{
  color:#fff;
}

#navegacion li a.slctd {
     color: #555; 
	 background-color: #fff;
	 
}


#navegacion li a.slctd:hover {
	color: #555; background-color: #fff;
}





#navegacion ul ul{
	margin:0px;
}



#navegacion li li a{ 
  padding-left:30px;
  color:#FF9900;
}


#navegacion li li li a{
  padding-left:40px;
  color:#FF9900;
}





#pie{
  clear:both;
  margin-top:10px;
  padding-top:22px;
  height:80px;
  font-size:0.7em;
  text-align:center;
  background:url(../img/bg_foot.png) center top no-repeat;
}

#copyr{
}


#firmalobocom{
	margin-top:25px;
}

table.listado{
	width:100%;

}

table.listado th{
	height:1.9em;
	padding:6px 0px 6px 10px;
	border:#FFFFFF 1px solid;
}


table.listado td{
	padding:3px 0px 3px 10px;
	
}

table.listado td.menos{
	font-size:80%;
}

table.listado tr.par td{
	background-color:#003366;
}

table.listado tr{
	border-bottom:#FFFFFF 1px solid;
}



#contenido div.fichaarticulo p{
		text-indent:0px;
}




.albumosaico{
 	margin-left:50px;
 	margin-right:40px;
	margin-bottom:50px;
	padding-bottom:20px;
 	float:left;
 	width:200px;
	height:200px;
 	font-size:.90em;
 	line-height:normal;
 	text-align:center;
	border-bottom:#fff 1px dashed;
}


.albumosaico a{
	text-decoration:none;
}

.tumbalbum{
   padding:5px;
   width:200px;
   height:150px;
   border:#fff 1px solid;
   margin-bottom: 5px;
   overflow:hidden;
}



.sideulenvios{
	font-size:0.7em;
	line-height:1.3em;
}
.sideulenvios li{
	margin-bottom:1.3em;
}

.sideulenvios a{
	text-decoration:none;
}

.sideulenvios a:hover{
	text-decoration:underline;
}


#map{
	color:#000;
}

#map h5{
	color:#0000CC;
	margin-left:0px;
}


.fotosnoticia div, .restofotos div{
	width:140px;
	height:140px;
	overflow:hidden;
	padding:0px;
	border:#FFFFFF 2px solid;
	margin:8px;
}


.fotosnoticia div:hover, .restofotos div:hover{
	border:#FFCC00 2px solid;
}