@import "general.css";

/* --------------------------------- ESTILOS FICHA ---------------------------------- */

/* INICIO CABECERA */

#cabecera_torneo {
	width: 931px;
	height: 90px;
	margin-left: 9px;
	margin-top: 17px;
}

/* FIN CABECERA */ 

/* INICIO CONTENIDO */

#contenido_torneo {
	margin-left: 9px;
	margin-top: 15px;
	background: url(../images/fondo_torneo.gif) repeat-y left top;
	width: 951px;
}
#contenedor_sobre_torneo {
	width: 218px;
	margin-right: 21px;
}
#contenedor_resultados_nadal {
	width: 393px;
	margin-right: 21px;
}
#contenedor_noticias_torneo {
	width: 278px;
}
#contenedor_sobre_torneo,
#contenedor_resultados_nadal,
#contenedor_noticias_torneo {
	float: left;
}

/* FIN CONTENIDO */

/* INICIO SOBRE EL TORNEO */

#sobre_torneo {
	width: 218px;
}
#sobre_torneo h2 {
	background: url(../images/titular_sobre_torneo.gif) no-repeat left top;
	width: 218px;
	height: 29px;
}
#sobre_torneo h2 span {
	display: none;
}
#sobre_torneo h3 {
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#sobre_torneo ul {
	font-size: 12px;	
}
#sobre_torneo li {
	width: 218px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
}
#sobre_torneo p {
	color: #686868;
	font-size: 12px;
}
#sobre_torneo span {
	display: none;
}
#sobre_torneo_vista {
	background: url(../images/boton_vista_aerea_on.png) no-repeat left top;
}
#sobre_torneo_ver {
	background: url(../images/boton_web_on.gif) no-repeat left top;
}
#sobre_torneo_venta {
	background: url(../images/boton_venta_entradas_on.gif) no-repeat left top;
}
#sobre_torneo_web {
	background: url(../images/boton_ver_partidos_on.gif) no-repeat left top;
}
#sobre_torneo_vista a {
	background: url(../images/boton_vista_aerea_off.gif) no-repeat left top;
	position: relative;
}
#sobre_torneo_ver a {
	background: url(../images/boton_web_off.gif) no-repeat left top;
}
#sobre_torneo_venta a {
	background: url(../images/boton_venta_entradas_off.gif) no-repeat left top;
}
#sobre_torneo_web a {
	background: url(../images/boton_ver_partidos_off.gif) no-repeat left top;
}
#sobre_torneo_vista a,
#sobre_torneo_ver a,
#sobre_torneo_venta a,
#sobre_torneo_web a {
	width: 203px;
	height: 59px;
	display: block;
}
#sobre_torneo_vista a:hover,
#sobre_torneo_ver a:hover,
#sobre_torneo_venta a:hover,
#sobre_torneo_web a:hover,
#sobre_torneo_ver_horarios a:hover {
	background-image: none;
}
#sobre_torneo_ver_horarios {
	background: url(../images/boton_ver_horarios_on.gif) no-repeat left top;
	margin-top: 7px;
	margin-bottom: 7px;
}
#sobre_torneo_ver_horarios a {
	background: url(../images/boton_ver_horarios_off.gif) no-repeat left top;
	width: 74px;
	height: 12px;
	display: block;
}

/* FIN SOBRE EL TORNEO */

/* INICIO ÚLTIMOS 3 GANADORES */

#ultimos_tres {
	width: 218px;
	margin-top: 15px;
	margin-bottom: 7px;
}
#ultimos_tres h2 {
	background: url(../images/titular_ultimos.gif) no-repeat left top;
	width: 218px;
	height: 29px;	
}
#ultimos_tres h2 span {
	display: none;
}
#ultimos_tres ul {	
	margin-top: 7px;
}
#ultimos_tres li {
	font-size: 12px;
	margin: 0px;
	width: 100%;
	color: #686868;
	font-weight: bold;	
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
}

/* FIN ÚLTIMOS 3 GANADORES */

/* INICIO RESULTADOS RAFA NADAL */

#resultados_rafa_nadal {
	padding-bottom: 10px;
}
#resultados_rafa_nadal h2 {
	background: url(../images/titular_resultados_nadal.gif) no-repeat left top;
	margin-top: -9px;
	width: 393px;
	height: 95px;
}
#resultados_rafa_nadal h2 span {
	display: none;
}

#resultados_rafa_nadal li {
	background: url(../images/fondo_modulos_resultados.gif) no-repeat left top;
	width: 393px;
	height: 68px;
	margin-bottom: 7px;
	float: left;
}
#resultados_rafa_nadal li h3 {	
	float: left;
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-left: 5px;
	width: 191px;
}
#resultados_rafa_nadal li h4 {	
	float: right;
	font-size: 10px;
	color: #d2e6fd;
	margin-top: 8px;
	font-weight: normal;
	text-align: right;	
	margin-right: 5px;
	width: 192px;
}
#resultados_rafa_nadal li h3,
#resultados_rafa_nadal li h4 {
	display: inline;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}
#resultados_rafa_nadal li p {
	width: 350px;
	margin-left: 25px;
	display:block;
	color:#d6e9fe;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	margin-top: 7px;
}
#resultados_rafa_nadal li p strong {
	font-size:12px;
	color:#FFFFFF;	
}
#resultados_rafa_nadal table {
	color: #dadada;
	font-size: 12px;	
}
#resultados_rafa_nadal table thead {
	display: none;
}
.ganador {
	color: #FFFFFF;
}
.ancho_tenista {
	width: 150px;
}
.ancho_resultado {
	width: 15px;
}

/* FIN RESULTADOS RAFA NADAL */

/* INICIO SEPARADOR NOTICIAS DEL TORNEO */

.noticias_torneo_separador {
	margin-top: 15px;
	border-top: 1px solid #4f92d7;
	margin-bottom: 15px;
}

/* FIN SEPARADOR NOTICIAS DEL TORNEO */

/* INICIO NOTICIAS DEL TORNEO */

#noticias_torneo h2 {
	background: url(../images/titular_noticias_torneo.gif) no-repeat left top;
	width: 278px;
	height: 29px;
}
#noticias_torneo h2 span {
	display: none;
}
#noticias_torneo li {
	width: 278px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
}
#noticias_torneo li span {
	font-size: 10px;
	color: #66aaf4;
}
#noticias_torneo li span strong {
	color: #3f7baf;
	border-left: 1px solid #000000;
	padding-left: 5px;
	font-weight: normal;
}
#noticias_torneo li p a {
	font-size: 12px;
	color: #3f7baf;
	font-weight: bold;
	text-decoration: none;
}

#noticias_torneo li p a:hover {
	color: #686868;
}

/* FIN NOTICIAS DEL TORNEO */

/* INICIO PORRA NADAL */

#porra_nadal h2 {
	background: url(../images/fondo_porra_sup.gif) no-repeat left top;
	width: 278px;
	height: 53px;
}
#porra_nadal h2 span {
	display: none;
}
#porra_nadal_ver {
	background-color: #c8d8ea;
	min-height: 31px;
	color: #4f92d7;
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}
#porra_nadal_inf {
	background: url(../images/fondo_porra_inf.gif) no-repeat left top;
	height: 18px;
}
#porra_nadal_participa {
	background: url(../images/boton_participa_on.gif) no-repeat left top;
}
#porra_nadal_participa a {
	background: url(../images/boton_participa_off.gif) no-repeat left top;
	width: 172px;
	height: 30px;
	display: block;
}
#porra_nadal_ver_ganadores {
	background: url(../images/boton_ver_ganadores_on.gif) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
#porra_nadal_ver_ganadores a {
	background: url(../images/boton_ver_ganadores_off.gif) no-repeat left top;
	width: 88px;
	height: 12px;
	display: block;
}
#porra_nadal_participa a:hover,
#porra_nadal_ver_ganadores a:hover {
	background-image: none;
}
#porra_nadal_participa span,
#porra_nadal_ver_ganadores span {
	display: none;
}

/* FIN PORRA NADAL */

/* INICIO TARJETA BANESTO MATCH POINT */

#tarjeta_banesto_torneo {
	background: url(../images/fondo_tarjeta_torneo.gif) no-repeat left top;
	width: 278px;
	height: 45px;
	padding-top: 93px;
}
#tarjeta_banesto_torneo h2,
#tarjeta_banesto_torneo p {	
	display: none;
}

#tarjeta_banesto_torneo_boton {
	background: url(../images/boton_mas_info_torneo_on.gif) no-repeat left top;
}
#tarjeta_banesto_torneo_boton a {
	background: url(../images/boton_mas_info_torneo_off.gif) no-repeat left top;
	width: 89px;
	height: 18px;
	display: block;
}
#tarjeta_banesto_torneo_boton a:hover {
	background: none;
}
#tarjeta_banesto_torneo_boton span {
	display: none;	
}

/* FIN TARJETA BANESTO MATCH POINT */

/* ---------------------------- ESTILOS INTERIORES TIPO ----------------------------- */

/* INICIO CABECERA */

#cabecera_interiores {
	background: url(../images/fondo_cabecera_tipo.jpg) no-repeat left top;
	width: 931px;
	height: 90px;
	margin-top: 17px;
	margin-left: 9px;
}

/* FIN CABECERA */

/* INICIO LOGO VAMOS RAFA */

#logo_vamos_rafa_interiores {
	background: url(../images/logo_vamos_rafa_interior.gif) no-repeat left top;
	width: 204px;
	height: 60px;
	float: left;
	margin-top: 6px;
	margin-left: 63px;
	display: inline;
}
#logo_vamos_rafa_interiores h1,
#logo_vamos_rafa_interiores h2 {
	display: none;
}

/* FIN LOGO VAMOS RAFA */

/* INICIO LOGO BANESTO */

#logo_banesto_cabecera {
	background: url(../images/logo_banesto_cabecera.gif) no-repeat left top;
	width: 107px;
	height: 68px;
	float: left;
	margin-left: 225px;
	margin-top: 12px;
	display: inline;
}
#logo_banesto_cabecera h3 {
	display: none;
}

/* FIN LOGO BANESTO */

/* INICIO CUERPO IZQUIERDA */

#cuerpo_izquierda {
	width: 268px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}

/* FIN CUERPO IZQUIERDA */

/* INICIO CUERPO MEDIO */

#cuerpo_medio {
	width: 683px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}

/* FIN CUERPO MEDIO */

/* INICIO BOTÓN VOLVER */

#boton_volver_interiores {
	background: url(../images/boton_volver_interiores_on.gif) no-repeat left top;
	margin-left: 21px;
	width: 80px;
	height: 57px;
}
#boton_volver_interiores a {
	background: url(../images/boton_volver_interiores_off.gif) no-repeat left top;
	width: 80px;
	height: 34px;
	display: block;
}
#boton_volver_interiores a:hover {
	background: none;
}
#boton_volver_interiores a span {
	display: none;
}

/* FIN BOTÓN VOLVER */

/* INICIO BLOQUE COLOR PEQUEÑO */

#fondo_bloque_peque {
	background: url(../images/fondo_bloque_color_peque.jpg) no-repeat left top;
	width: 575px;
	height: 97px;
}

/* FIN BLOQUE COLOR PEQUEÑO */

/* INICIO FORMULARIO */

#formulario_interiores {
	width: 540px;
	padding-left: 15px;
}
#formulario_interiores li {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#formulario_interiores label {
	font-size: 12px;
	display: block;
	color: #6c6c6c;	
	padding-bottom: 4px;
}
.ancho_mitad {
	width: 243px;
}
.ancho_total {
	width: 540px;
}
.input_interiores,
.select_interiores {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;	
	background-color: #e3f0fc;
	color: #6c6c6c;
}
.input_interiores {
	width: 239px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.select_interiores {
	width: 243px;
}
.checkbox_interiores {
	vertical-align: text-top;
	margin-top: 1px;
}
#boton_enviar_interiores {
	background: url(../images/boton_enviar_interiores_on.gif) no-repeat left top;
	margin-top: 7px;
}
#boton_enviar_interiores input {
	background: url(../images/boton_enviar_interiores_off.gif) no-repeat left top;
	width: 172px;
	height: 30px;
	border: 0px;
	cursor: pointer;
}
#boton_enviar_interiores input:hover {
	background: none;
}
#boton_enviar_interiores span {
	display: none;
}

.texto_aceptar {
	width: 540px;
	padding-left: 15px;
}
#texto_aceptar p {
	font-size: 11px;
	color: #6c6c6c;
	text-align: justify;
	padding-top: 6px;
	padding-bottom: 7px;
}

.separador_formulario {	
	margin-top: 15px;
	border-top: 1px solid #bad6f1;
	margin-bottom: 15px;
	display: block;
}
#darse_de_baja {
	width: 540px;
	padding-left: 15px;
}
#darse_de_baja h3 {
	background: url(../images/titular_darse_de_baja.gif) no-repeat left top;
	width: 95px;
	height: 15px;
}
#darse_de_baja h3 span {
	display: none;
}
#darse_de_baja p {
	font-size: 12px;
	color: #6c6c6c;
	text-align: justify;
	padding-top: 6px;
	padding-bottom: 7px;
}
#darse_de_baja a {
	color: #6c6c6c;
	font-weight: bold;
	text-decoration: none;
}
#darse_de_baja a:hover {
	color: #4f92d7;
}
.texto_legal {
	width: 540px;
	padding-left: 15px;
}
.texto_legal h3,
.texto_legal p {
	color: #6c6c6c;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 7px;
}
.texto_legal h3 {
	font-size: 12px;
}
.texto_legal p {
	font-size: 11px;
}
.texto_legal a {
	color:#111111;
}
#texto_legal_peque {
	font-size: 10px;
}

/* FIN FORMULARIO */

/* INICIO SOLICITAR TARJETA */

#solicitar_tarjeta {
	background: url(../images/fondo_solicitar_tarjeta.gif) no-repeat left top;
	width: 235px;
	height: 103px;	
	margin-left: auto;
	margin-right: auto;
}
#solicitar_tarjeta h3 {
	display: none;
}
#solicitar_tarjeta p {
	padding-left: 110px;
	font-size: 10px;
	text-align: justify;
	padding-right: 5px;
	line-height: 14px;
	padding-top: 4px;
}
#solicitar_tarjeta_boton {
	margin-left: 110px;
	margin-top: 7px;
	background: url(../images/boton_solicitala_aqui_on.gif) no-repeat left top;
	width: 114px;
	height: 24px;
}
#solicitar_tarjeta_boton a {
	background: url(../images/boton_solicitala_aqui_off.gif) no-repeat left top;
	width: 114px;
	height: 24px;
	display: block;
}
#solicitar_tarjeta_boton a:hover {
	background: none;
}
#solicitar_tarjeta_boton span {
	display: none;
}

/* FIN SOLICITAR TARJETA */

/* -------------------------------- ESTILOS CONSEJOS -------------------------------- */

/* INICIO MENU */

#menu_consejos {
	padding-top: 21px;
}
#menu_consejos ul {
	
	padding-left: 16px;
}
#menu_consejos li {
	float: left;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}
#menu_consejos li a,
#menu_consejos span {
	background: url(../images/ico_lista_ver_fotografias.gif) no-repeat left 6px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 14px; 
	color: #6c6c6c;
	font-weight: bold;
}
#menu_consejos li a:hover,
#menu_consejos span  {
	color: #306bc0;
}

/* FIN MENU */

/* INICIO CABECERA */

#contenido_consejos {
	background: url(../images/fondo_consejos.jpg) no-repeat left top;
	width: 975px;
	min-height: 701px;
}
#titular_consejos_cabecera {
	background: url(../images/titular_consejos_cabecera.gif) no-repeat left top;
	width: 166px;
	height: 68px;
	float: left;
	margin-left: 153px;
	margin-top: 11px;
	display: inline;
}
#titular_consejos_cabecera h3 {
	display: none;
}

/* FIN CABECERA */

/* INICIO TEXTOS BLOQUE */

#texto_una_linea h2 {
	font-size: 25px;
	color: #6c6c6c;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 35px;
	text-align: center;
	font-weight: normal;
}

/* FIN TEXTOS BLOQUE */

/* INICIO IMAGEN CONSEJO */

#imagen_consejo {
	background: url(../images/imagen_consejo_001.jpg) no-repeat left top;
	width: 555px;
	height: 220px;
	
}

/* FIN IMAGEN CONSEJO */

/* INICIO TEXTO CONSEJO */

#texto_consejo p {	
	width: 555px;
	font-size: 12px;
	color: #6c6c6c;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}

#texto_consejo p strong {
	font-size: 14px;
}

#texto_consejo ul {
	margin:0;
	margin-top: -10px;
	padding:0;
	list-style: circle;
}

#texto_consejo li {
	font-size:12px;
	margin-top: 5px;
}

/* FIN TEXTO CONSEJO */

/* INICIO FIRMA CONSEJO */

#firma_consejo {
	background: url(../images/fondo_firma_consejo.gif) no-repeat left top;
	width: 114px;
	height: 79px;
	margin-left: 390px;
}
#firma_consejo p {
	font-size: 12px;
	color: #6c6c6c;
	padding-top: 65px;
	padding-left: 13px;
}

/* FIN FIRMA CONSEJO */

/* --------------------------------- ESTILOS MOVIL ---------------------------------- */

/* INICIO CABECERA */

#contenido_movil {
	background: url(../images/fondo_movil.jpg) no-repeat left top;
	width: 975px;
	min-height: 701px;
}
#titular_movil_cabecera {
	background: url(../images/titular_movil_cabecera.gif) no-repeat left top;
	width: 166px;
	height: 68px;
	float: left;
	margin-left: 153px;
	margin-top: 11px;
	display: inline;
}
#titular_movil_cabecera h3 {
	display: none;
}

/* FIN CABECERA */

/* INICIO TEXTO BLOQUE */

#texto_dos_lineas p {
	font-size: 12px;
	color: #6c6c6c;
	padding-left: 15px;
	padding-top: 17px;
	padding-right: 35px;
	text-align: justify;
	line-height: 20px;
}

/* FIN TEXTO BLOQUE */

/* -------------------------- ESTILOS PARTICIPACION PORRA --------------------------- */

/* INICIO CABECERA */

#contenido_participacion_porra {
	background: url(../images/fondo_porra_a.jpg) no-repeat left top;
	width: 975px;
	min-height: 701px;
}
#titular_porra_cabecera {
	background: url(../images/titular_porra_cabecera.gif) no-repeat left top;
	width: 166px;
	height: 68px;
	float: left;
	margin-left: 153px;
	margin-top: 11px;
	display: inline;
}
#titular_porra_cabecera h3 {
	display: none;
}

/* FIN CABECERA */

/* INICIO TEXTO BLOQUE */

#texto_tres_lineas_centrado h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6c6c6c;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 35px;
	text-align: center;
	line-height: 20px;
}
#texto_tres_lineas_centrado p {
	font-size: 12px;
	color: #6c6c6c;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 35px;
	line-height: 20px;
	text-align: center;
}

/* FIN TEXTO BLOQUE */

/* INICIO SOLICITAR TARJETA */

.posicion_tarjeta_participar_porra {
	margin-top: 266px;
}

/* FIN SOLICITAR TARJETA */

/* ---------------------------- ESTILOS RESULTADOS PORRA ---------------------------- */

/* INICIO CABECERA */

#contenido_resultados_porra {
	background: url(../images/fondo_porra_b.jpg) no-repeat left top;
	width: 975px;
	min-height: 459px;
}

/* FIN CABECERA */

/* ESTILOS GANADOR PORRA */

#ganador_porra {
	background: url(../images/fondo_porra_c.jpg) no-repeat left top;
	width: 247px;
	padding-left: 100px;
	padding-right: 100px;
	height: 219px;
	margin-left: 54px;
	text-align: center;
	color: #6c6c6c;
}
#ganador_porra p {
	font-size: 12px;
	padding-top: 32px;
	height: 40px;	
}
#ganador_porra_enhorabuena p {
	font-size: 24px;
	padding-top: 32px;
}

/* FIN GANADOR PORRA */

/* ------------------------------ ESTILOS SOBRE NADAL ------------------------------- */

/* INICIO CABECERA */

#contenido_sobre {
	background: url(../images/fondo_sobre.jpg) no-repeat left top;
	width: 975px;
	min-height: 701px;
}
#titular_sobre_cabecera {
	background: url(../images/titular_sobre_cabecera.gif) no-repeat left top;
	width: 166px;
	height: 68px;
	float: left;
	margin-left: 153px;
	margin-top: 11px;
	display: inline;
}
#titular_sobre_cabecera h3 {
	display: none;
}

/* FIN CABECERA */

/* INICIO BLOQUE COLOR */

#bloque_color_sobre {
	background: url(../images/fondo_bloque_sobre.gif) no-repeat left top;
	width: 643px;
	height: 114px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#bloque_color_sobre li {
	width: 100%;
	font-size: 14px;
	color: #00259f;	
	float: left;
}

/* FIN BLOQUE COLOR */

/* INICIO TEXTO SOBRE */

#texto_sobre p {
	font-size: 14px;
	color: #00259f;	
	text-align: justify;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 9px;
}

/* FIN TEXTO SOBRE */

/* ---------------------------------- ESTILOS MAIL ---------------------------------- */

/* INICIO CABECERA */

#contenido_mail {
	background: url(../images/fondo_newsletter.jpg) no-repeat left top;
	width: 975px;
	min-height: 701px;
}
#titular_mail_cabecera {
	background: url(../images/titular_newsletter_cabecera.gif) no-repeat left top;
	width: 166px;
	height: 68px;
	float: left;
	margin-left: 153px;
	margin-top: 11px;
	display: inline;
}
#titular_mail_cabecera h3 {
	display: none;
}

/* FIN CABECERA */

/* -------------------------- ESTILOS ENVIAR FOTOGRAFÍAS ---------------------------- */

/* INICIO CABECERA */

#contenido_fotografias {
	background: url(../images/fondo_fotografias.jpg) no-repeat left top;
	width: 975px;
	min-height: 701px;
}
#titular_fotografias_cabecera {
	background: url(../images/titular_fotografias_cabecera.gif) no-repeat left top;
	width: 166px;
	height: 68px;
	float: left;
	margin-left: 153px;
	margin-top: 11px;
	display: inline;
}
#titular_fotografias_cabecera h3 {
	display: none;
}

/* FIN CABECERA */

/* INICIO SOLICITAR TARJETA */

.posicion_tarjeta_enviar_fotos {
	margin-top: 384px;
}

/* FIN SOLICITAR TARJETA */

/* INICIO CONDICIONES */

#texto_condiciones h3 {
	font-size: 12px;
	color: #6c6c6c;
	text-align: justify;
	font-weight: normal;
	padding-bottom: 2px;
}
#texto_condiciones li {
	background: url(../images/ico_lista_condiciones.gif) no-repeat left 9px;
	padding-left: 10px;
	font-size: 12px;
	color: #6c6c6c;
	text-align: justify;
	float: left;
	width: 530px;
}

/* FIN CONDICIONES */

/* INICIO EXAMINAR FOTOGRAFÍAS */

#examinar_fotografias {
	margin-top: 14px;
	margin-left: 30px;
}
#examinar_fotografias_label {
	background: url(../images/label_foto.gif) no-repeat left top;
	width: 28px;
	height: 11px;
	padding-right: 5px;
	float: left;
	margin-top: 5px;
}
#examinar_fotografias_label label {
	display: none;
}
#examinar_fotografias input {
	background-color: #e3f0fc;
	font-size: 13px;
	color: #6c6c6c; 
}

/* FIN EXAMINAR FOTOGRAFÍAS */

/* INICIO ENVIAR FOTOGRAFÍAS */

#boton_enviar_fotografias_int {
	background: url(../images/boton_enviar_fotografias_int_on.gif) no-repeat left top;
	margin-top: 7px;
	margin-left: 63px;
}
#boton_enviar_fotografias_int input {
	background: url(../images/boton_enviar_fotografias_int_off.gif) no-repeat left top;
	width: 172px;
	height: 30px;
	border: 0px;
	cursor: pointer;
}
#boton_enviar_fotografias_int input:hover {
	background: none;
}
#boton_enviar_fotografias_int span {
	display: none;
}

/* FIN ENVIAR FOTOGRAFÍAS */

/* INICIO TEXTOS BLOQUE */

#texto_tres_lineas p {
	font-size: 12px;
	color: #6c6c6c;
	padding-left: 15px;
	padding-top: 7px;
	padding-right: 35px;
	text-align: justify;
	line-height: 20px;
}

/* FIN TEXTOS BLOQUE */

/* ---------------------------- ESTILOS VER FOTOGRAFÍAS ----------------------------- */

/* INICIO BLOQUE COLOR GRANDE */

#fondo_bloque_grande {
	background: url(../images/fondo_bloque_color_grande.jpg) no-repeat left top;
	width: 693px;
	height: 97px;
}

/* FIN BLOQUE COLOR GRANDE */

/* INICIO LISTADO FOTOGRAFÍAS */

#listado_fotografias ul {
	padding-left: 4px;
}
#listado_fotografias li {
	float: left;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 30px;
	width: 200px;
}
#listado_fotografias li li {
	background: url(../images/ico_lista_ver_fotografias.gif) no-repeat 1px 8px;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 12px;	
	width: 188px;
	float: left;
	line-height: 19px;
}

/* FIN LISTADO FOTOGRAFÍAS */

/* INICIO PAGINACIÓN FOTOGRAFÍAS */

#paginacion_fotografias {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size:11px;
	color:#717171;
	font-weight:bold;
}
#paginacion_fotografias li {
	display: inline;
	color: #1f3db1;
	font-size: 14px;
	font-weight: bold;
}
#paginacion_fotografias a {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
#paginacion_fotografias a:hover {
	color: #1f3db1;
}

/* FIN PAGINACIÓN FOTOGRAFÍAS */

/* INICIO ANCHO TEXTO LEGAL */

.texto_legal_ancho_total {
	width: 643px;
}

/* FIN ANCHO TEXTO LEGAL */

/* ESTILOS PALMARÉS */

#contenido_palmares {
	background: url(../images/fondo_palmares.jpg) no-repeat left top;
	width: 975px;
	min-height: 701px;
}

#titular_palmares_cabecera {
	background: url(../images/titular_palmares_cabecera.gif) no-repeat left top;
	width: 166px;
	height: 68px;
	float: left;
	margin-left: 153px;
	margin-top: 11px;
	display: inline;
}
#titular_palmares_cabecera h3 {
	display: none;
}

.columna_palmares {
	float:left;
	width: 300px;
	display:block;
}

.columna_palmares p {	
	width: 555px;
	font-size: 12px;
	color: #6c6c6c;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}

.columna_palmares h3 {
	font-size:14px;
	margin:0;
	padding:0;
}

.columna_palmares p strong {
	color:#000000;
	font-size: 13px;
}

.columna_palmares p strong span {
	border-bottom:solid 1px;
	width: 200px;
	display:block;
}

.columna_palmares ul {
	margin:0;
	margin-top: -10px;
	padding:0;
	list-style: circle;
}

.columna_palmares li {
	font-size:12px;
	margin-top: 5px;
}

/* FIN ESTILOS PALMARÉS */