@import url(textos.css);
@import url(reset.css);
/*General*/
body {
	margin-left:0px;
	margin-top:0px;
	background:url(../imagenes/estructura/fondo.jpg) repeat-x;
	background-color:#FFF;
	height:100%;
}
/*Estructura*/
#estructura {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:100%;
	min-height:600px;
	background-color:#FFFFFF;
}
#cabecera {
	width:760px;
	height:75px;
}
#imagen {
	width:758px;
	height:115px;
	padding-top:34px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
#menu {
	height: 34px;
	background:url(../imagenes/estructura/menu.jpg) repeat-x
}
#cuerpo {
	width:760px;
	height:auto;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../imagenes/estructura/fondo_cuerpo.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#pie {
	width:739px;
	height:36px;
	background-color:#000000;
	background:url(../imagenes/estructura/pie.jpg) no-repeat;
	padding-top:37px;
	padding-left:21px;
	font-size:11px;
	color:#999999
}
#separador {
	width:760px;
	height:7px;
	background-image:url(../imagenes/estructura/separador.gif)
}
#nota {
	width:739px;
	height:100px;
	background-color:#000000;
	background:url(../imagenes/estructura/nota.jpg) no-repeat;
	padding-top:21px;
	padding-left:21px;
	font-size:11px;
	color:#666;
}
#texto {
	padding-right:20px;
	padding-left:20px;
	font-size:11px;
	color:#666666;
	line-height:20px;
}
#contenedor_boton {
	width:auto;
	float: left;
	border-right:1px #CCCCCC solid;
}
#columna_izquierda {
	float:left;
	width:279px;
	min-height:350px;
	border-right: 1px #eeeded solid;
	padding-left:20px;
	font-size:11px;
	line-height:15px;
	height:auto;
}
#columna_derecha {
	float:right;
	width:459px;
	min-height:350px;
	height:auto;
}
#columna_unica {
	float:left;
	width:739px;
	text-align:left;
	padding-left:1px;
	padding-right:20px;
	height:350px;
	min-height:350px;
	height:auto;
}
#modulo_noticia {
	width:269px;
	line-height:12px;
	margin-bottom:15px;
}
#modulo_noticia_ampliada {
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	border-top: 1px solid #eeeded;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	line-height:18px;
	margin: 0px;
}
.separador_inicio {
	width:269px;
	height:9px;
	background-image:url(../imagenes/inicio/separador.gif);
	background-repeat:no-repeat
}
.link_inicio {
	width:259px;
	height:14px;
	background-image:url(../imagenes/inicio/flecha.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}
#separador_columna_izquierda {
	height:5px;
	width:279px;
	clear:both;
	background-image:url(../imagenes/estructura/separador_columna_izq.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#items {
	height:30px;
	width:259px;
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: 1px #eeeded solid;
	font-size:11px;
	color:#666666;
	font-family:"Tahoma", Arial, Helvetica, sans-serif
}
#servicios {
	height:auto;
	width:410px;
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
	border-top: 1px #eeeded solid;
}
#subir {
	height:30px;
	width:100%;
	clear:both;
	margin-top:5px;
	padding-bottom:3px;
	padding-top:3px;
	border-top: 1px #eeeded solid;
}
#paginador {
	height:30px;
	width:100%;
	clear:both;
	margin-top:5px;
	padding-top:3px;
	border-top: 1px #eeeded dotted;
	color:#571005;
	font-size:9px;
	font-weight:bold;
}
/*Menu*/

a.boton_inicio {
	display:block;
	width: 77px;
	height: 35px;
	background:url(../imagenes/estructura/menu_inicio.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px
}
a:hover.boton_inicio {
	background-position: 0 -35px;
}
a.boton_inicio_selected {
	display:block;
	width: 77px;
	height: 35px;
	background:url(../imagenes/estructura/menu_inicio.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px;
	background-position: 0 -70px;
}
a.boton_noticias {
	display:block;
	width: 86px;
	height: 35px;
	background:url(../imagenes/estructura/menu_noticias.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px
}
a:hover.boton_noticias {
	background-position: 0 -35px;
}
a.boton_noticias_selected {
	display:block;
	width: 86px;
	height: 35px;
	background:url(../imagenes/estructura/menu_noticias.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px;
	background-position: 0 -70px;
}
a.boton_servicios {
	display:block;
	width: 96px;
	height: 35px;
	background:url(../imagenes/estructura/menu_servicios.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px
}
a:hover.boton_servicios {
	background-position: 0 -35px;
}
a.boton_servicios_selected {
	display:block;
	width: 96px;
	height: 35px;
	background:url(../imagenes/estructura/menu_servicios.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px;
	background-position: 0 -70px;
}
a.boton_localizacion {
	display:block;
	width: 123px;
	height: 35px;
	background:url(../imagenes/estructura/menu_localizacion.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px
}
a:hover.boton_localizacion {
	background-position: 0 -35px;
}
a.boton_localizacion_selected {
	display:block;
	width: 123px;
	height: 35px;
	background:url(../imagenes/estructura/menu_localizacion.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px;
	background-position: 0 -70px;
}
a.boton_contacto {
	display:block;
	width: 104px;
	height: 35px;
	background:url(../imagenes/estructura/menu_contacto.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px
}
a:hover.boton_contacto {
	background-position: 0 -35px;
}
a.boton_contacto_selected {
	display:block;
	width: 104px;
	height: 35px;
	background:url(../imagenes/estructura/menu_contacto.jpg) no-repeat;
	border:none;
	text-decoration: none;
	text-align:left;
	text-indent:1000px;
	background-position: 0 -70px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A21234;
	border:1px #cccccc solid;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A21234;
	border:1px #cccccc solid;
	height:50px;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #A21234;
	border:1px #eeeded solid;
}