@charset "utf-8";

@font-face { font-family: DIN; src: url(../font/DIN-Medium.ttf) format("opentype") }

.hide {
	display: none;
}

a.btn_login_user, #derecha a.btn_login_user {
	text-decoration: none;
	color: #660;
}

img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;	
}
a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;	
}
.general {
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}

.header {
	
}

.header_ligas {
	color: #B2B8C4;
	float: right;
	margin-right: 20px;
}

.header_ligas a {
	color: #B2B8C4;	
}

.header_ligas span {
	padding-right: 20px;
	padding-left: 15px;	
}
.contenido {
	width: 960px;
	margin-top: 40px;
	vertical-align: top;	
}


#menu{
	width:100%;
	background-image: url(../images/fondo_menu.jpg);
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 2px;
}
#menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
}
#menu li a{
	float:left;
	height:34px;
	color:#666;
	text-decoration:none;
	background-image: url(../images/menu_gris.jpg);
	background-repeat: repeat-x;
	margin-left: 1px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	display: block;
	line-height: 34px;
	font-weight: bold;
	background-color: #B0B0B0;
}
#menu li a span{
	padding-right: 20px;
}
				

#menu li a:hover{
	display:block;
	float:left;
	height:34px;
	color: #FFF;
	background-image: url(../images/menu_rojo.jpg);
	background-repeat: repeat-x;
}

#menu li a.current{
	display:block;
	float:left;
	height:34px;
	color:#fff;
	text-decoration:none;
	background-image: url(../images/menu_rojo.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-left: 1px;
	font-weight: bold;
}
#menu li a.current span{
	padding-right: 25px;
}

#derecha{
	float: right;
	padding-right: 55px;
	
}
#derecha a{
	color: #C00;
}

#derecha span{
	padding-right: 20px;
	padding-left: 15px;	
}
#derecha img {
	vertical-align: text-bottom;
	padding-right: 5px;
}
.contenido_derecha {
	width: 711px;
	float: left;
}

.contenido_izquierda {
	float: right;
	width: 224px;	
}

.titulo_rojo{
	background-image: url(../images/menu_rojo.jpg);
	width: 701px;
	-webkit-border-radius: 6px 6px 0px 0px;
	background-color: #D52B1E;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-repeat: repeat-x;
	border: thin solid #D8DDE3;
	font-size: 17px;
}

.titulo_rojo img{
	vertical-align: text-bottom;
	padding-right: 10px;
}
.titulo_rojo span{
	font-weight: bold;
}

.titulo_rojo_chico{
	background-image: url(../images/menu_rojo.jpg);
	width: 212px;
	-webkit-border-radius: 6px 6px 0px 0px;
	background-color: #D52B1E;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-repeat: repeat-x;
	border: thin solid #D8DDE3;
	font-size: 17px;
}

.titulo_rojo_chico img{
	vertical-align: text-bottom;
	padding-right: 10px;
}
.titulo_rojo_chico span{
	font-weight: bold;
}
.titulo_blanco_grande {
	background-image: url(../images/fondo_blanco_titulo.jpg);
	width: 701px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border: thin solid #D8DDE3;
	background-color: #CCD0D5;
	color: #333;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.titulo_blanco_grande span{
	font-weight: bold;
}
.titulo_blanco_grande img{
	vertical-align: text-bottom;
	padding-right: 10px;
}

.titulo_blanco {
	background-image: url(../images/fondo_blanco_titulo.jpg);
	width: 212px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border: thin solid #D8DDE3;
	background-color: #CCD0D5;
	color: #333;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.titulo_blanco span{
	font-weight: bold;
	font-size: 15px;
}
.titulo_blanco img{
	vertical-align: text-bottom;
	padding-right: 10px;
}

.caja_blanco {
	-webkit-border-radius: 0px 0px 6px 6px;
	width: 691px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8DDE3;
	border-bottom-color: #D8DDE3;
	border-left-color: #D8DDE3;
	padding: 10px;
}
.caja_blanco select {
	background-color: #F2F2F2;
	width: 120px;
	border: thin solid #C3C3C3;
	color: #666;
}

.caja_blanco_fondo {
	-webkit-border-radius: 0px 0px 6px 6px;
	background-image: url(../images/fondo_blanco_caja.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8DDE3;
	border-bottom-color: #D8DDE3;
	border-left-color: #D8DDE3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.caja_blanco_fondo img {
	vertical-align: text-bottom;
	padding-right: 5px;
}
.caja_blanco_fondo span {
	font-weight:bold
}

.caja_blanco_fondo table {
	font-size: 14px;	
}


.caja_blanco_fondo2 {
	-webkit-border-radius: 0px 0px 6px 6px;
	background-image: url(../images/fondo_blanco_caja.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8DDE3;
	border-bottom-color: #D8DDE3;
	border-left-color: #D8DDE3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.caja_blanco_fondo2 img {
	vertical-align: text-bottom;
	padding-right: 5px;
}
.caja_blanco_fondo2 span {
	font-weight:bold
}

.caja_blanco_fondo2 select {
	background-color: #F2F2F2;
	border: thin solid #C3C3C3;
	color: #666;
}

.boton_rojo {
	-webkit-border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #D52B1E;
	background-image: url(../images/fondo_boton_rojo.jpg);
	border: thin solid #D52B1E;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 44px;
	background-repeat: repeat-x;
}
.botton {
	 -webkit-border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #D52B1E;
	background-image: url(../images/fondo_boton_rojo.jpg);
	border: thin solid #D52B1E;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
	cursor: pointer;
}



.boton_rojo a{
	color: #FFF;
}
.boton_rojo a:hover{
	text-decoration: underline;
}


.footer {
	color: #B2B8C4;
	text-align: center;
	width: 960px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.centro {
	width: 960px;
	margin-top: 20px;
}
.login {
	background-image: url(../images/fondo_blanco_transparente.png);
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.login a {
	color: #666;
}
.login a:hover {
	text-decoration: underline;	
}
.login a span {
	color: #C00;
	font-weight: normal;
}
.login a:hover span {
	text-decoration: underline;	
}

.login_boton_rojo {
	background-image: url(../images/menu_rojo.jpg);
	background-color: #D52B1E;
	color: #FFF;
	text-align: center;
	background-repeat: repeat-x;
	font-size: 14px;
	height: 30px;
	padding-top: 8px;
	margin-left: 1px;
}
.login_boton_rojo span {
	font-weight: bold;
}
.login_boton_rojo img{
	padding-right: 10px;
	vertical-align: text-bottom;
}
.login_boton_gris {
	background-image: url(../images/menu_gris.jpg);
	background-color: #BCBCBC;
	color: #666;
	text-align: center;
	background-repeat: repeat-x;
	font-size: 14px;
	height: 30px;
	margin-left: 1px;
	padding-top: 8px;
	
	cursor: pointer;
}
.login_boton_gris span {
	font-weight: bold;
}
.login_boton_gris img{
	vertical-align: text-bottom;
	padding-right: 10px;
}
.cerrar {
	background-image: url(../images/fondo_barra_transparente.png);
	background-repeat: repeat-x;
	padding: 10px;
}

.resultados {
	color: #C00;
	font-size: 14px;
}

.resultados span {
	font-weight: bold;	
}
.mostrar_resultados {
	background-color: #E7E7E7;
	height: 35px;
	margin-left: 5px;
}
.mostrar_resultados span {
	
}
.mostrar_resultados img{
	padding-right: 10px;
	vertical-align: middle;
	margin-top: -5px;
	margin-left: -5px;
}
.mostrar_resultados a{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	padding-right: 5px;
}

.mostrar_resultados a:hover {
	text-decoration: none;
}

.empresa {
	border: thin solid #d7d7d7;	
}
.cupon_chico {
	border: thin solid #d7d7d7;		
}
.porciento {
	font-size: 24px;	
}
h1 {
	font-size: 15px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h1 a{
	text-decoration: none;
	color: #000;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

hr {
	background-color: #D7D7D7;
	height: 1px;
	color: #D7D7D7;
	border: none;
}
.siguiente_pagina {
	text-align: right;
	width: 100%;	
}
.siguiente_pagina a{
	font-weight: bold;
}
.siguiente_pagina a:hover{
	text-decoration: underline;
}

.globo_mas {
	background-image: url(../images/ico_globo_mas.jpg);
	background-repeat: no-repeat;
	width: 48px;
	height: 44px;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	background-position: 12px;
	padding-top: 12px;
}

.conoces {
	-webkit-border-radius: 0px 0px 6px 6px;
	background-image: url(../images/fondo_blanco_caja.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8DDE3;
	border-bottom-color: #D8DDE3;
	border-left-color: #D8DDE3;
	color: #000;
	padding: 20px;
}
.conoces a {
	color: #3A66BC;	
}
.conoces a:hover {
	color: #E71C24;	
}

.conoces h2 {
	width: 695px;
	margin-bottom: 10px;
	font-family: DIN, Arial;
	font-size: 20px;
	font-weight: bold;
}
.conoces h2 strong {
	color: #E71C24;
	font-weight: bold;
}
.conoces h3 {
	font-size: 16px;
	color: #E71C24;
}
.conoces h3 strong {
	font-weight: bold;
	color: #000;
}
.conoces h4 {
	font-size: 14px;

}
.conoces h4 strong {
	font-weight: bold;
	color: #E71C24;
}
.recuadro_azul {
	-webkit-border-radius: 8px;
	border: thin solid #DCDFE6;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.recuadro_azul ul{
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
.recuadro_azul li {
	width: 300px;
	margin-bottom: 5px;
	padding-left: 12px;
	list-style: none;
	background: url(../images/li.gif) no-repeat 0px 5px;
	float: left;
	margin-right: 10px;
}

.cierre {width:695px;height:9px;background:url(../images/links_art_bottom.gif) no-repeat; margin:0 0 20px 0;display:block; }

.subir {
height: 20px;
margin-bottom: 15px;
border-bottom: solid 1px #E71C24;
}


.subir a {
width: 50px;
height: 17px;
padding-top: 3px;
background: #E71C24;
font-weight: bold;
color: white;
text-align: center;
float: right;
display: block;
}

.subir a:hover {
	color: #FFF;
	text-decoration: underline;
}


.tabla_puntos {width:550px;overflow:hidden;border:solid 1px #b3b3b3;margin-bottom:10px;}
.tabla_left {
	width:400px;
	float:left;
	padding:5px;
	border-right:solid 1px #b3b3b3;
	background-color: #EEE;
}
.tabla_right {width:120px;float:left;padding:5px;}
.tabla_gris {background:#eee;}
.puntos {color:#E71C24;}
.tabla_puntos em {font-style:italic;}

.conoces hr {
	border-bottom: dashed 1px #E71C24;
	margin-bottom: 15px;
	height: 1px;
	background-color: #FFF;
}

.conoces ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.conoces li {
	margin-bottom: 15px;
}

.scroll_chico {
	padding: 7px;
	height: 134px;
	margin-top: 13px;
	
}
.scroll_chico_centro {
	background-color: #EEEFF3;
	display: inline;
	width: 620px;
	height: 112px;
	float: left;
	padding-top: 22px;
	padding-left: 11px;
	
}
.scroll_chico_boton_izquierda {
	width: 32px;
	float: left;
}
.scroll_chico_boton_derecha {
	width: 32px;
	float: left;
	display: inline;
}

.scroll {
	text-align: center;
	margin-top: 20px;
	
	
}
.scroll img{
	border: thin solid #DADCE8;
	
}
.scroll_sombra {
	background-image: url(../images/scroll_sombra.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 695px;
	margin-right: auto;
	margin-left: auto;
	
}
.scroll_boton {
	width: 130px;
	height: 25px;
	line-height: 2em;
	float: left;
}
.scroll_boton a {
	background-image: url(../images/boton_scroll.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	background-position: right;
	text-align: right;
	padding-right: 30px;
}
.scroll_boton a:hover {
	background-image: url(../images/boton_scroll_on.png);
	background-repeat: no-repeat;
	height: 25px;
	display: block;
	background-position: right;
	color: #E71C24;
	text-decoration: none;
}

.scroll_boton a.current {
	background-image: url(../images/boton_scroll_on.png);
	background-repeat: no-repeat;
	height: 25px;
	display: block;
	background-position: right;
	color: #E71C24;
	text-decoration: none;
	text-align: right;
	padding-right: 30px;
}

.promo_legales {
    color: #B2B8C4;
    text-align: justify;
}
