body {
	background-color: #162739;
	margin: 0px;
	font-family: tahoma;
	font-size: small;
	color: #004062;
}

h1, h2 {
	margin: 0;
	padding: 0;	
}

a {
	text-decoration: none;	
	color: #004062;
}

a:hover {
	text-decoration: underline;	
}

a img {
	border-width: 0;	
}

form {
	margin: 0;	
}

input, textarea, select {
	font-family: tahoma;
	font-size: small;
} 

/* Estilos de los combos */
.comboboxContainer {
	border: 1px solid #9e9da2;
	text-align: left;
}

.comboboxValueContainer {
	background: url("../img/web/combo/bluegradient_content.gif") repeat-x left top;
	padding-left: 2px;
}

.comboboxValueContent {
}

.comboboxDropDownContainer {
	border: 1px solid #9e9da2;
	margin: 0;
	padding: 0px;
	float: left;
}

.comboboxDropDownButton {
	width: 16px;
	height: 18px;
	background-image: url("../img/web/combo/trigger.gif");
}

.comboboxGroupItemHeader {
	display: block;
	background-color: #9e9da2;
	color: #fff;
}

.comboboxGroupItemContainer {
}

.comboboxItem {
	background: #fff;
	color: #000;
	padding: 0 2px;
}

.comboboxItemHover {
	background-color: #9e9da2;
	color: #fff;
}

/* Estilos propios */
#marco {
	width: 950px;
	margin: 0px auto;
}

#cabecera {
	border-bottom: 2px solid #9e9da2;
	display: table;
	background-color: #f0f0f0;
}

/* Menú superior */
#menu_superior {
	margin: 5px 11px 10px 9px;
	background-image: url("../img/web/menu_superior/bg_menu_superior.jpg");
	background-repeat: repeat-x;
}

#menu_superior ul {
	margin: 0px;
	padding: 0 8px 0 0;
	list-style-type: none;
	height: 44px;
	background-image: url("../img/web/menu_superior/bg_menu_superior_ultimo.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

#menu_superior ul li {
	float: left;
	height: 44px;
	width: auto;
	padding: 7px 0 0 3px;
	background-image: url("../img/web/menu_superior/separador.jpg");
	background-repeat: no-repeat;
}

#menu_superior ul li.primero {
	background-image: url("../img/web/menu_superior/bg_menu_superior_primero.jpg");
	background-repeat: no-repeat;
	padding-left: 7px;
}

/* Contenido */
#contenido {
	padding: 4px 13px 4px 9px;
	background-image: url("../img/web/bg_bajo_contenido.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #f0f0f0;
}

.punto_menu {
	margin-top: 2px;
	margin-bottom: 0px;
}

.clear {
	clear: both;	
}

/* Cuadros redondeados */
div.bloque {
	/*background-image: url("../img/web/bloque/bg_bloque.jpg");
	background-repeat:*/
}

div.superior {
	background-image: url("../img/web/bloque/bg_bloque_superior.jpg");
	background-repeat: repeat-x;
	height: 11px;
	line-height: 11px;
}

div.superior div {
	background-image: url("../img/web/bloque/bloque_nw.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

div.superior div div {
	background-image: url("../img/web/bloque/bloque_ne.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

div.medio {
	background-image: url("../img/web/bloque/bloque_w.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #fff;
}

div.medio div.contenido {
	background-image: url("../img/web/bloque/bloque_e.jpg");
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0 6px 0 7px;
}

.marco_contenido {
	padding: 10px;	
}

div.inferior {
	background-image: url("../img/web/bloque/bloque_s.jpg");
	background-repeat: repeat-x;
	height: 11px;	
}

div.inferior div {
	background-image: url("../img/web/bloque/bloque_sw.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

div.inferior div div {
	background-image: url("../img/web/bloque/bloque_se.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

div.inferior.azul {
	background-image: url("../img/web/bloque/bloque_s_azul.jpg");
}

div.inferior.azul div {
	background-image: url("../img/web/bloque/bloque_sw_azul.jpg");
}

div.inferior.azul div div {
	background-image: url("../img/web/bloque/bloque_se_azul.jpg");
}

div.inferior.azul2 {
	background-image: url("../img/web/bloque/bloque_s_azul2.jpg");
}

div.inferior.azul2 div {
	background-image: url("../img/web/bloque/bloque_sw_azul2.jpg");
}

div.inferior.azul2 div div {
	background-image: url("../img/web/bloque/bloque_se_azul2.jpg");
}

div.inferior.gris {
	background-image: url("../img/web/bloque/bloque_s_gris.jpg");
}

div.inferior.gris div {
	background-image: url("../img/web/bloque/bloque_sw_gris.jpg");
}

div.inferior.gris div div {
	background-image: url("../img/web/bloque/bloque_se_gris.jpg");
}

/* Pie */
#pie {
	background-image: url("../img/web/bg_pie.jpg");
	height: 32px;
	margin-top: 9px;
	color: #fff;
	font-size: 0.85em;
}

#pie a {
	color: #fff;
}

#pie div {
	background-image: url("../img/web/bg_pie_w.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#pie div div {
	background-image: url("../img/web/bg_pie_e.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	height: 32px;
	line-height: 32px;
	padding: 0px 11px;
}

#pie ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pie ul li {
	float: left;
	background-image: url("../img/web/pie_separador.jpg");
	background-repeat: no-repeat;
	padding: 0px 11px;
	background-position: 0px 12px;
}

#pie ul li.primero {
	background-image: none;
	padding-left: 0;
}

#pie ul li.especial {
	background-image: none;
}

/* Estilos de portada */
#col_izquierda_portada {
	width: 317px;
	float: left;
}

#col_derecha_portada {
	float: right;
	width: 609px;
}

/* Área de usuarios lateral */
#usuarios_lateral {
	font-size: 0.9em;
}
#usuarios_lateral .leyenda {
	text-align: right;
}

/* Estilos de formularios */
.input {
	background-color: transparent;
	border-width: 0px;
	color: #fff;
}
.input.normal {
	width: 196px;
	height: 23px;
	padding: 2px 0 0 4px;
}

.input.area {
	width: 195px; 
	height: 150px; 
	padding: 2px 0 0 4px;
	background-image: url("../img/web/bg_input_200x150.jpg");
	background-repeat: no-repeat;
}

.input.newsletter {
	width: 172px;
	height: 21px;
	padding-left: 2px;
}

.input.encuesta {
	width: 172px;
	height: 21px;
	padding-left: 2px;
}

div.input.normal {
	background-image: url("../img/web/bg_input_200.jpg");
	background-repeat: no-repeat;
	width: 200px;
}
div.input.newsletter {
	background-image: url("../img/web/bg_input_174.jpg");
	background-repeat: no-repeat;
	width: 174px;
}
div.input.encuesta {
	background-image: url("../img/web/bg_input_174.jpg");
	background-repeat: no-repeat;
	width: 174px;
}

.boton {
	background-image: url("../img/web/boton.jpg");
	background-repeat: no-repeat;
	border-width: 0px;
	width: 79px;
	height: 18px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 4px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

.boton_g {
	background-image: url("../img/web/boton_g.jpg");
	background-repeat: no-repeat;
	border-width: 0px;
	width: 117px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	margin: 0;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	float: left;
	text-decoration: none;
}
.boton_g:hover {
	text-decoration: none;
}	

.separador_puntos {
	background-image: url("../img/web/separador_puntos.jpg");
	background-repeat: repeat-x;
	background-position: center left;
	height: 10px;
}

.separador_doble_linea {
	background-image: url("../img/web/separador_doble_linea.jpg");
	background-repeat: repeat-x;
	background-position: center left;
	height: 10px;
	clear: both;
}

/* Portada */
#portada_superior {
	margin-bottom: 1px;	
}

#portada_col_uno {
	float: left;
	width: 394px;
}

#portada_col_dos {
	float: right;
	width: 213px;
}

/* Publicidad de portada */
#publicidad_portada {
	color: #fff;	
}
#publicidad_portada a {
	color: #fff;
	text-decoration: none;
}
#publicidad_portada .banner {
	border: 1px solid #fff;
}

/* Reproductor de portada - imágenes y vídeos */
#reproductor_portada {
	width: 595px;
	height: 293px;
	padding: 11px 7px 7px 7px;
	background-image: url("../img/web/bg_reproductor_portada.jpg");
	overflow: hidden;
}

#reproductor_portada .izquierda {
	float: left;	
	width: 427px;
	height: 293px;
	
}

#reproductor_portada .derecha {
	float: right;	
	width: 166px;
	height: 293px;
}

#reproductor {
	height: 236px;
}

#descripcion {
	height: 26px;
	line-height: 23px;
	color: #fff;
	font-size: 0.85em;
	padding-left: 10px;
}

#descripcion #texto_reproductor {
	width: 340px;
	float: left;
}

#descripcion #navegador {
	width: 66px;
	float: right;
	padding-right: 9px;
	text-align: right;
}

#listado_elementos {
	height: 228px;
	color: #fff;
	margin-top: 8px;
	overflow: hidden;
}

#listado_elementos a {
	color: #fff;	
}

#listado_elementos .elemento {
	margin: 0 7px 3px 8px;
	height: 75px;
	overflow: hidden;
}
.elemento.seleccionable {
	cursor: pointer;
}

.elemento.sel {
	/*font-weight: bold;
	color: #80aec6;*/
	background-color: #610707;
}

#listado_elementos .elemento .texto {
	line-height: 1.4em; 
	font-size: 0.9em;
}

.elemento .imagen {
	border: 2px solid #e8e6e4;	
	float: left;
	margin-right: 3px;
}

#navegador_elementos {
	height: 26px;
	padding: 1px 4px 0 0;
	text-align: right;
}

/* Contenidos de portada */
.contenido_portada {
	background-image: url("../img/web/bg_contenido_portada.jpg");	
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 19px;
	margin-bottom: 5px;
	height: 33px;
}

/* Área de usuarios */
.error {
	font-weight: bold;
	color: #ff3300;
	text-align: center;
	padding-bottom: 15px;
	font-size: x-small;
}
.tabla_formulario .leyenda {
	width: 200px;
	text-align: right;
}

.ui-widget {text-align: left; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }


/* Listados y detalles */
.paginador {
	float: right;
	margin-top: 20px;
}

.paginador ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.paginador ul li {
	float: left;
	width: 18px;
	height: 18px;
	margin: 2px;
	display: block;
	text-align: center;
	background-image: url("../img/web/bg_li_paginador.jpg");
	color: #fff;
}

.paginador ul li.activo {
	background-image: url("../img/web/bg_li_paginador_activo.jpg");
}

.paginador ul li a {
	text-decoration: none;
	width: 100%;
	display: block;
	color: #fff;
}

.elemento_listado {
	clear: both;
}

.elemento_listado a {
	text-decoration: underline;	
}

.elemento_listado .imagen {
	width: 139px;
	height: 95px;
	border: 3px solid #006496;
	float: left;
	margin-right: 15px;
}

.elemento_listado .imagen_cuadrada {
	width: 95px;
	height: 95px;
	border: 3px solid #006496;
	float: left;
	margin-right: 15px;
}

.elemento_listado .resumen {
	min-height: 80px;
}

.elemento_listado .resumen .texto {
	margin: 10px 0 0 0; 
	padding: 0;
}

/* Ficha general */
.ficha .foto_ficha {
	width: 139px;
	height: 95px;
	border: 3px solid #006496;
	float: left;
	margin-right: 15px;
}
.ficha h2 {
	color: #570606;
	font-size: large;
}
.ficha .texto {
	color: #004062;
	font-size: small;
	font-weight: bold;
}

.ficha .imagen {
	border: 3px solid #0a648f;
	width: 170px;
	height: 120px;
	margin-bottom: 20px;
}

/* Ficha de noticia */
.noticia h3 {
	font-size: small;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 20px;
}

.noticia .imagen {
	border: 3px solid #0a648f;
	margin-right: 30px;
}

/* Galería de imágenes */
#reproductor_galeria {
	height: 408px;
	background-image: url("../img/web/bg_reproductor_galeria.jpg");	
	padding-top: 42px;	
}

#reproductor_galeria #imagen {
	margin: 0 7px;
	height: 375px;
}

#reproductor_galeria #texto {
	line-height: 26px;
	color: #fff;
	margin-left: 10px;
	width: 510px;
	float: left;
}

#reproductor_galeria #controles {
	line-height: 26px;
	color: #fff;
	margin-right: 10px;
	width: 60px;
	float: right;
}

#navegador_galeria {
	height: 87px;
	background-image: url("../img/web/bg_navegador_galeria.jpg");	
	background-repeat: no-repeat;
}

#navegador_galeria #btn_1 {
	float: left;
	width: 42px;
}

#navegador_galeria #btn_2 {
	float: right;
	width: 42px;
}

#navegador_galeria #lista {
	float: left;
	width: 525px;
	overflow: hidden;
	padding-top: 15px;
}

#navegador_galeria #lista_2 {
	height: 72px;
}

#navegador_galeria #lista .elemento {
	border: 2px solid #fff;
	margin: 0 4px 0 6px;
	cursor: pointer;
}

/* Contenidos */
.elemento_contenido {
	background-image: url("../img/web/bg_contenido_portada.jpg");	
	text-indent: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Contacto */
.contacto_rotulo {
	width: 100px;
}

/* Ecuestas */
.barrita {
	background: url("../img/web/bg_barrita.jpg") repeat-x;
	height: 11px;
	overflow: hidden;	
}

/* Panel y Crónicas */
.listado
{
	border: 1px solid #006496;
}

.listado th {
	border-bottom: 1px solid #006496;
}

.listado td {
	text-align: center;
}

.b td {
	background-color: #e1e7ff;
}
	
.cronica_nueva .leyenda {
	font-size: medium;
	text-align: left;
	font-weight: bold;
}

.cronica_nueva .input.grande {
	font-size: medium;
	color: #000;
	border: 1px solid #006496;
	width: 550px;
	padding: 2px;
	background-color: #fff;
}

.cronica_nueva textarea.input.grande {
	font-size: small;
}

/* EMPRESA */
#bg_empresa
{
	background: url("../img/web/bg_empresa.jpg") repeat-y;
	width: 394px;
	float: left;
}

#bg_empresa_top
{
	background: url("../img/web/bg_empresa_top.jpg") no-repeat top;
	width: 394px;
}

#bg_empresa_bottom
{
	background: url("../img/web/bg_empresa_bottom.jpg") no-repeat bottom;
	width: 354px;
	padding: 50px 20px 20px 20px;
}

/* SERVICIOS */
#bg_servicios
{
	background: url("../img/web/bg_servicios.jpg") repeat-y;
	width: 202px;
	float: left;
}

#bg_servicios_top
{
	background: url("../img/web/bg_servicios_top.jpg") no-repeat top;
	width: 202px;
}

#bg_servicios_bottom
{
	background: url("../img/web/bg_servicios_bottom.jpg") no-repeat bottom;
	width: 162px;
	padding: 50px 20px 20px 20px;
	height: 241px;
}

#bg_galeria
{
	background: url("../img/web/bg_galeria.jpg") repeat-y;
	width: 406px;
	float: left;
}

#bg_galeria_top
{
	background: url("../img/web/bg_galeria_top.jpg") no-repeat top;
	width: 406px;
}

#bg_galeria_bottom
{
	background: url("../img/web/bg_galeria_bottom.jpg") no-repeat bottom;
	width: 406px;
	height: 311px;
}

#galeria_izq
{
	float: left;
	width: 315px;
	height: 259px;
	padding-top: 42px;
	padding-left: 6px;
}

#titulo_galeria
{
	background: url("../img/web/bg_titulo_galeria.jpg") no-repeat;
	width: 300px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	color: #fff;
	padding-left: 15px;
}

#galeria_der
{
	float: left;
	padding-top: 42px;
	height: 259px;
	width: 78px;
	text-align: center;
}

#galeria_elementos
{
	padding-top: 8px;
	height: 220px;
	overflow: hidden;
}

#botones_galeria {
	padding-top: 10px;
}
