/* CSS Document */
img, form, ul, li{
	padding:0px;
	margin:0px;
	border: none 0px;
}
body{
	background-color:#000000;
}
#cuerpo{
	background-color:#000000;
	width:980px;
	margin:auto;
}
#encabezado{
	padding:0px;
	margin:0px;
	height:138px;
	overflow:hidden;
	/*border:1px #FFFFFF solid;*/
}
#encabezado img{
	padding:0px;
	margin:0px;
}
#menu{
	background-color:#000000;
	border-top:1px #000000 solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-bottom:none 0px;
	height:27px;
	padding:0px;
	margin:0px;
}
#menu ul li{
	display:block;
	float:left;
	margin-left:15px;
	margin-right:15px;
	list-style:none;
	margin-top: 3px;
}

.textoBuscador {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #184963;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a.menuSelectado, #menu ul li a.menuSelectado:active, #menu ul li a.menuSelectado:link, #menu ul li a.menuSelectado:visited, #menu ul li a.menuSelectado:hover {
	color:#ACD1E0;
	text-decoration: none;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#contenido{
	background-color:#FFFFFF;
	text-align:left;
	border:0px none #9A9A9B;
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#colIzq{
	float:left;
	width:178px;
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*background-color:#CED3DE;*/
}
#colIzq2{
	float:left;
	width:178px;
	padding-bottom:20px;
	height:17px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #9A9A9B;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat;
}
#colDer{
	margin-left:185px;
}
#colDer2{
	margin-left:185px;
	/*background-color:#FFFFFF;*/
}
.clear{
	clear:both;
	height:1px;
}
#buscador{
	margin-left:15px;
	margin-top:20px;
	margin-bottom:20px;
	
}
.textoBuscador{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	
}
#txt_buscar{
	width:145px;
	border:#000000 1px solid;
	background-color:#FFFFFF;
	font-size: 14px;
	margin-bottom:3px;
	color: #000000;
	
}
.select_buscador{
	width:145px;
	border:#000000 1px solid;
	background-color:#FFFFFF;
	font-size: 14px;
	margin-bottom:3px;
	color: #000000;
	
}
#txt_titulo{
	width:145px;
	border:#000000 1px solid;
	background-color:#FFFFFF;
	font-size: 14px;
	margin-bottom:3px;
	color: #000000;
	
}
.boton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F4861;
	border: 1px solid #CCCCCC;
}
.boton_buscar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F4861;
	border: 1px solid #CCCCCC;
}
#novedades{
	margin-left:15px;
}
.cuadroNovedad{
	width:105px;
	/*height:180px;*/
	background-color:#EFEFF7;
	text-align:center;
	margin-top:10px;
	/*min-height:169px;*/
	padding-bottom:5px;
}
.cuadroNovedad img{
	margin:auto;
	padding:3px;
	border: none 0px;
}
.cuadroNovedad div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 184963;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.cuadroNovedad div a, #cuadroNovedad div a:link, #cuadroNovedad div a:active, #cuadroNovedad div a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #184963;
	text-decoration: none;
}

.cuadroNovedad div a:hover{
	text-decoration: underline;
}

#pie{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #184963;
}
#pie ul{
	margin: 0px;
	padding: 0px;
}
#pie ul li{
	list-style-type: none;
	display: inline;
	
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 313031;
	text-decoration: none;
}
#pie ul li a, #pie ul li a:link, #pie ul li a:active, #pie ul li a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #313031;
	text-decoration: none;
}
#pie ul li a:hover{
	text-decoration: underline;
}
#banner_pie{
	height:38px;
	width:794px;
	position:relative;
	left:-4px;
	/*background-color:#00FF33;*/
	background-image:url(img/banner_pie.jpg);
	background-repeat:no-repeat;
}
#seccionTitulo{
	margin-top:10px;
	margin-left:30px;
}
#titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #184963;
	text-decoration: none;
	height:30px;
	width:430px;
	float:left;
	font-weight: bold;
}
.tituloCelda {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #184963;
	text-decoration: none;
	font-weight: bold;
}
#textoSubTitulo{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #184963;
	text-align: left;
	margin-left: 0px;
	margin-top: 10px;
}
#lateralTitulo{
	margin-right:10px;
	margin-left:435px;
	text-align:right;
	height:30px;
	width:300px;
	/*border:#00FF33 1px solid;*/
}
.lineaDivision{
	width:739px;
	height:2px;
	background-color:#999999;
	margin-left:30px;
	padding:0px;
}
.lineaDivision img{
	width:739px;
	height:2px;
}
.linkPaginacion{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #184963;
	font-size: 14px;
	text-decoration: none;
}
.flecha {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tituloEditorial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.descripcionEditorial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textoDescripcion {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #184963;
}
.textoDescripcionBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #184963;
	font-weight:bold;
}
.tituloEditorial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #184963;
}
.tituloPublicacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #184963;
}
