/* CSS Document */

body{
	/*background:  url(img/fondo.png);*/
	font: 8pt verdana;
	color: #666666;
	margin : 0px 0px 20px 0px;
	text-align: center;
	background-image:url(fondo.jpg);
}

#contenedor{
	text-align: left;
	width: 800px;
	background-color : #ffffff;
	margin: auto;
	border: 1px solid #666666;
}  

#cabecera{
	height : 186px;
	width: 800px;
	border-bottom: 1px solid #666666;
}
/* barra */
#barra{
	background: url(img/barra.jpg);
	padding : 10px 10px 0px 20px;
	height: 20px;
}

#fecha{
	float:left;
	color: white;
}

#buscar{
float:right;

}

#buscar input{
	border: solid #666666 1px;
	font-size: 8pt;

}

/* fin barra */
/* cuerpo */
#cuerpo{
	width: 600px;
	background-color : #ffffff;
	float:left;
	margin: 18px 0px 20px 19px;
} 

#cuerpo2{
	width: 460px;
	background-color : #ffffff;
	padding: 15px 0px 15px 0px;
	margin-left: 20px;
	border-bottom: solid blue #666666;
}

a#titulo{
	text-decoration: none;
}

a#titulo:hover{
	text-decoration: underline;
	visibility: visible;
}
 
.separador{
background: url(img/separador.jpg) repeat-x;
	
}
/* fin cuerpo */

#lateral{
	width: 176px;
	float:left;
	border-right: 1px solid #666666;
	background-color:#646464;
} 

.titlat{
	background: #f6f6f6 url(img/lateral.jpg) repeat-x 100% 100%;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	letter-spacing : 2px;
	text-transform: uppercase;
	padding: 9px 0px 9px 10px;
}

.cuerpolateral{
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #666666;
	background: #646464 url(img/fondoTablas.gif) no-repeat 100% 100%;
}

input{
font-size:8pt;
}

#categorias ul{
margin : 1px 1px 1px 1px;
padding: 0px 0px 0px 0px;
list-style: none;
} 

#categorias li{
padding-left: 9px;
background: transparent url("img/bola1.jpg") no-repeat;
margin-bottom: 9px;
margin-top: 5px;
} 

a#categoria{
	font: 8pt verdana;
	color: #666666;
	text-decoration: none;
}

a#categoria:hover{
	text-decoration: underline;
}

/* periodicos */

#periodicos form{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#periodicos select{
	width: 160px;
}


/* fin periodicos */
/* administrador */
#administrador form{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#usuario{
	float: none;
}

#usuario input{
	width: 150px;
}

#contrasena{
	float: none;
}

#contrasena input{
	width: 150px;
}

#botonentrar{
	padding-left: 80px;
	padding-top: 6px;
}

#botonentrar input{
	border: solid #666666 1px;
}
/* fin administrador */

#pie{
	clear : both;
	color : #cccccc;
	text-align : right;
	margin : 0px 10px 0px 10px;
	padding-bottom:10px;
	padding-top: 10px;
}

a#volver{
	font: 8pt verdana;
	color: blue;
	text-decoration: none;
}

a#volver:hover{
text-decoration:underline;
}

.administrar {
				color:#FFFFFF;
				font-size:11px;
				font-family:Tahoma;
				}
.administrar a {
				text-decoration:none;
				}
.entrada {
	font-family:trebuchet ms;
	font-style: bold;
	font-size: 14px;
	color: #5c5c5c;
}
.inicio1 {
	color: #666666;
	font-size: 14px;
}
