@charset "utf-8";
.paginas_contenedor {
	float: left;
	width: 450px;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.paginas_recuadro_arriba {
	width: 450px;
	float: left;
	height: 7px;
}
.paginas_recuadro_centro {
	width: 650px;
	float: left;
	padding: 5px;
}
.paginas_recuadro_abajo {
	width: 883px;
	float: left;
	background-image: url(../Imagenes/recuadro_contenedorABAJO.jpg);
	height: 7px;
	background-repeat: no-repeat;
}
.paginas_titulo {
	font-size: 22px;
	color: #498747;
	padding: 20px;
	float: left;
	width: 820px;
}
.paginas_logo {
	float: left;
	margin: 10px;
}
.buscador_contenedor {
	float: left;
	width: 440px;
	background-image: url(../Imagenes/buscador-fondo.gif);
	background-repeat:  no-repeat;
	height: 45px;
	margin-bottom: 20px;
}
.buscador_izquierda {
	float: left;
	width: 260px;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
}
.buscador_derecha {
	float: left;
	width: 130px;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

.buscador_item {
	float: left;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.buscador_box {
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	color: #666666;
	background-image: url(../Imagenes/box.jpg);
}
.buscador_boton {
	background-image: url(../Imagenes/boton-buscador.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 23px;
	width: 84px;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
	color: #333333;
}
.buscador_boton:hover {
	background-position: 0px -23px;
	color: #FFFFFF;
}
.paginas_izquierda {
	margin: 4px;
	float: left;
	width: 450px;
}
.paginas_derecha {
	margin: 4px;
	float: right;
	width: 380px;
	background-color: #E9F8FE;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.paginas_desc {
	width: 305px;
	float: right;
}
.categoria {
	font-size: 12px;
	font-weight: bold;
	color: #5CBA78;
	float: left;
	width: 430px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.categoria a {
	color: #006633;
	text-decoration: none;
}
.categoria  a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.news_contenedor {
	background-image: url(../Imagenes/news-fondo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 164px;
	width: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_titulo {
	float: left;
	width: 200px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.news_item {
	float: left;
	width: 200px;
	color: #333333;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.news_abajo {
	float: left;
	margin-left: 64px;
	margin-top: 7px;
}
.news_ok {
	background-image: url(../Imagenes/buscador-fondo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 440px;
	margin-bottom: 10px;
}
.news_imagen_ok {
	background-image: url(../Imagenes/ok.gif);
	float: left;
	height: 38px;
	width: 40px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.news_mensaje {
	color: #333333;
	text-align: center;
	float: left;
	width: 370px;
	margin-top: 8px;
	margin-left: 5px;
}
