﻿body
{
    font-family: 'Ruda', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

img
{
    border: 0px;
}

/* CABECERA */

header[role="banner"]{
	background: #e6edf0;
	height: 195px;
	width: 100%;
	border-bottom: solid 2px white;
       /* background-image: url(/Web_2_0/Recursos/General/imagenes/imagen_cabecera.png);
        background-repeat: no-repeat;
        background-size: cover;*/
}

#cabeceraInterior
{
    width: 940px;
    margin: 0 auto;
    height: 175px;
}

#izquierda
{
    width: 360px;
    float: left;
    height: 165px;
    margin: 0px;
    margin-top: 10px;
}
#centroLogo
{
    width: 178px;
    margin: 0 auto;
    height: 130px;
    padding-top: 13px;
}

#derecha
{
    width: 255px;
    float: right;
    height: 110px;
    margin-top: 29px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}

/* MENU SECUNDARIO CAPA CONTENEDORA */

.contenedorMenuSecundario
{
    width: 100%;
    float: left;
    margin: 0;
    height: 100px;
}
.contenedorMenuSecundarioGris
{
    width: 100%;
    float: left;
    margin: 0;
    border-top: solid 4px #ccc;
}

/* CONTENIDO */

#content[role="main"]
{
    width: 100%;
    background: #e6edf0;
    min-height: 600px; 
       
}
.main{
    margin: 0 auto;
	width: 940px;
	min-height: 600px;
	margin-top: 10px;
}
/*#tituloYmenuPpal{
    margin: 0 auto;
	width: 180px;
	height: 80px;
	float:left;
}*/

#tituloYmenuPpal
{
    width: 360px;
    float: left;
    height: 165px;
    margin: 0px;
    margin-top: 20px;
}
#tituloPaginas
{
    float: left;
    width: 300px;
    height: 60px;
    padding-top: 20px;
}
#capaMenuPpal
{
    float: right;
    height: 60px;
	width: 580px; 
}
#capaMenuSecundario{
    margin: 0 auto;
	width: 940px;
	height: 30px;
}
#contenido{
    margin: 0 auto;
	width: 940px;
	min-height: 600px;
}

/* PIE */

#footerArriba
{
	width:100%;
	height: 300px;
	float: left;
	background-color: #04286f;
	margin-top: 10px;
	border-bottom: solid 2px #04286f;
/*background-repeat: no-repeat;
background-size: cover;*/
}
#interiorFooterArriba
{
    margin: 0 auto;
	width: 940px;
	padding-top: 25px;
}


#footerAbajo
{
    width:100%;
	height: 95px;
	float: left;
	background-color: #175da5;
	border-bottom: solid 2px #175da5;
}
#interiorFooterAbajo
{
    margin: 0 auto;
	width: 940px;
	padding-top: 15px;
}
#footerDireccion
{
    width:100%;
	height: 95px;
	float: left;
	background-color: #04286f;
	
}
#interiorDireccion
{
    margin: 0 auto;
	width: 940px;
	padding-top: 15px;
}
.azul14PieNormal {
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}

/* COLUMNAS PIE */

#columnaPie ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 230px;
}
#columnaPie ul li {
    color: #fff;
}
#columnaPie ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0px 10px 10px 0px;
    font-size: 10pt;
}
#columnaPie ul li a:hover {
    border-left: 2px solid #7A7A7A;
    color: #fff;
}

#columnaPieResultados ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 270px;
}
#columnaPieResultados ul li {
    color: #fff;
}
#columnaPieResultados ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0px 10px 10px 0px;
    font-size: 10pt;
}
#columnaPieResultados ul li a:hover {
    border-left: 2px solid #7A7A7A;
    color: #fff;
}



/* LINK STYLES
--------------------------------------------------------- */
a, a:visited{
	color: #0090D2;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover {color: #0063A6;}
a:active,a:focus{
	color: #0063A6;
	
}

.noSeleccionadoPropias
{
    color: #fff;
background-color: #4981a7; /* Old browsers */
background-color: -moz-linear-gradient(top, #4981a7 17%, #1e577c 92%); /* FF3.6+ */
background-color: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#4981a7), color-stop(92%,#1e577c)); /* Chrome,Safari4+ */
background-color: -webkit-linear-gradient(top, #4981a7 17%,#1e577c 92%); /* Chrome10+,Safari5.1+ */
background-color: -o-linear-gradient(top, #4981a7 17%,#1e577c 92%); /* Opera 11.10+ */
background-color: -ms-linear-gradient(top, #4981a7 17%,#1e577c 92%); /* IE10+ */
background-color: linear-gradient(to bottom, #4981a7 17%,#1e577c 92%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4981a7', endColorstr='#1e577c',GradientType=0 ); /* IE6-9 */
border-top: solid 1px #36367C;
border-left: solid 1px #3A478F;
border-right: solid 1px #3A478F;
border-bottom: solid 1px #497BC5;
-webkit-box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
-moz-box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
    width: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    padding: 4px 10px 4px 15px;
    background-image: url(/Web_2_0/Recursos/General/img_4_0/flechitaFondoPropio.png);
    background-position: right;
    background-repeat: no-repeat;
}
.SeleccionadoPropias
{
    border-top: 1px solid #DD9824;
    border-left: 1px solid #DD9824;
    border-right: 1px solid #DD9824;
    border-bottom: 1px solid #EEC43B;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background-color: #efc73e; /* Old browsers */
background-color: -moz-linear-gradient(top, #efc73e 0%, #dd9824 100%); /* FF3.6+ */
background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc73e), color-stop(100%,#dd9824)); /* Chrome,Safari4+ */
background-color: -webkit-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Chrome10+,Safari5.1+ */
background-color: -o-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Opera 11.10+ */
background-color: -ms-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* IE10+ */
background-color: linear-gradient(to bottom, #efc73e 0%,#dd9824 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc73e', endColorstr='#dd9824',GradientType=0 ); /* IE6-9 */
    width: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    padding: 4px 10px 4px 15px;
    background-image: url(/Web_2_0/Recursos/General/img_4_0/flechitaFondoPropio.png);
    background-position: right;
    background-repeat: no-repeat;
    color: #666;
}
.linkRojo13:link
{
	color: #C9231B;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.linkRojo13:visited {
	color: #C9231B;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.linkRojo13:active {
	color: #C9231B;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.linkRojo13:hover 
{
	color: #C9231B;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

.linkRojoPena:link
{
	color: #C9231B;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.linkRojoPena:visited {
	color: #C9231B;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.linkRojoPena:active {
	color: #C9231B;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.linkRojoPena:hover 
{
	color: #C9231B;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.linkVerde12:link
{
	color: #386639;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.linkVerde12:visited {
	color: #386639;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.linkVerde12:active {
	color: #386639;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.linkVerde12:hover 
{
	color: #386639;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.linkNumero:link
{
	color: #215691;
	background-color: #DADADA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
}
.linkNumero:visited {
	color: #215691;
	background-color: #DADADA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
}
.linkNumero:active {
	color: #215691;
	background-color: #DADADA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
}
.linkNumero:hover 
{
	color: #ffffff;
	background-color: #215691;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
}
.linkNumeroElegido
{
	color: #ffffff;
	background-color: #215691;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
}

.linkRedu:link
{
	border: #9E9E9E 1px solid;
	color: #9E9E9E;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	height: 24px;
	width: 24px;
}
.linkRedu:visited {
	border: #9E9E9E 1px solid;
	color: #9E9E9E;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	height: 24px;
	width: 24px;
}
.linkRedu:active {
	border: #9E9E9E 1px solid;
	color: #9E9E9E;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	height: 24px;
	width: 24px;
}
.linkRedu:hover 
{
	border: #9E9E9E 1px solid;
	color: #9E9E9E;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	height: 24px;
	width: 24px;
}

.linkPieDirecta:link
{
	color: #EFC73E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	
}
.linkPieDirecta:visited {
	color: #EFC73E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	
}
.linkPieDirecta:active {
	color: #EFC73E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	
}
.linkPieDirecta:hover 
{
	color: #EFC73E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

/* TEXTOS */

.dudas
{
    color: #012169;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.contactoCabecera
{
    color: #195ea6;
    font-size: 13px;
    font-weight: bold;
}
.verdeLogin
{
    color: #012169;
    font-size: 12px;
    font-weight: bold;
}
.verde12mayusculas
{
    color: #386639;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.textoPeque
{
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}
.textoNormal12
{
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}
.blanco11
{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
.pequenonegrita
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.subtituloCuenta
{
    color: #386639;
    font-size: 18px;
    font-weight: bold;
}
.avisos
{
    color: #d90000;
    font-size: 12px;
    font-weight: bold;
}   
.avisos2
 {
     color: red;
     font-size: 12px;
    font-weight: bold;
 }
 .texto15azulClaro
 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.textoAzul15negrita
{
    color: #698F38;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.amarillo15
{
    color: #81A237;
    font-size: 15px;
    font-weight: normal;
}

 .informacion
        { 
        	border-radius: 10px;
	        -moz-border-radius: 10px;
	        -webkit-border-radius: 10px;
        	color: #3C3C3B;
        	font-size: 12px;
        	background-color: #FBDDA0; 
        	padding: 7px 10px 7px 10px; 
        	border: 2px solid #F6AB12;
        }
.seccionesFooter
{
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 15px;
}
.textoPie
{
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}
.tituloBotes
{
    color: #386639;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.textoGris16
{
    color:#175da5;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.2px;
}
.resultadoLoteria
{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #E8B51C;
    padding: 5px;
    line-height: 20px;
    font-weight: bold;
}
.textoGris12
{
    color: #8C8C8C;
    font-size: 10px;
    font-weight: normal;
    line-height:17px;
}
@media screen and (min-width:0\0)  
{
    .textoGris12
{
    color: #8C8C8C;
    font-size: 12px;
    line-height: 26px;
}
} 


.textoGris13
{
    color: #7A7A7A;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.2px;
    line-height: 16px;
}
.textoGris14
{
    color: #7A7A7A;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
}
.importe13
{
    color: #C9231B;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.fecha11
{
    color:#175da5;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.verde23
{
    color: #386639;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.tituloPaginasVerde
{
    color: #386639;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.textoResultadosVerde
{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
.tituloPaginasAzul
{
    color: #45789B;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.tituloPaginasRojo
{
    color: #6E0000;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.subtituloResultadosQuiniela
{
    color: #6E0000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.subtituloResultadosLoto
{
    color: #1F682D;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.subtituloResultadosEuro
{
    color: #45789B;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.textoAzul14Sorteos
{
    color: #45789B;
    font-size: 14px;
    font-weight: bold;
    
}
.textoAzul13Sorteos
{
    color: #45789B;
    font-size: 13px;
    font-weight: bold;
    
}
.subtituloGordoRojo
{
    color: #D81810;
    font-size: 19px;
    font-weight: bold;
}
.tituloPaginasMarron
{
    color: #6E0000;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.gris16negrita
{
    color: #5B5B5B;
    font-size: 16px;
    font-weight: bold;
}
.gris13
{
    color: #5B5B5B;
    font-size: 13px;
}
.gris14
{
    color: #333;
    font-size: 14px;
}
.gris14negrita
{
    color: #5B5B5B;
    font-size: 14px;
    font-weight: bold;
}
.textoCompruebaDecimo
{
    color: #7C7D7F;
    font-size: 14px;
    font-weight: normal;
}
.gris13negrita
{
    color: #5B5B5B;
    font-size: 13px;
    font-weight: bold;
}
.blanco14
{
    color: #fff;
    font-size: 14px;
}
.negro16negrita
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}   
.azulillo11
{
    font-size: 13px;
    color: #FF9326;
    }
.rojillo11
{
    font-size: 13px;
    color: #620000;
    }
.verdecito11
{
    font-size: 13px;
    color: #1F682D;
    }
.subtitulo
{
    color: #45789B;
    font-size: 17px;
    font-weight: bold;
}
.subtituloVerde
{
    color: #1F682D;
    font-size: 17px;
    font-weight: bold;
}
.subtituloRojo
{
    color: #620000;
    font-size: 17px;
    font-weight: bold;
}
.subtituloBlanco
{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.negro12
{
    color: #000000;
    font-size: 12px;
   }
.iguales
{
    color: #666;
    font-size: 20px;
    font-weight: normal;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* BOTONES */

.botonOK
{
    font-size: 16px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 12px;
    border-top: 1px solid #386639;
    border-left: 1px solid #386639;
    border-right: 1px solid #386639;
    border-bottom: 1px solid #95B337;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #98b637; /* Old browsers */
background: -moz-linear-gradient(top, #98b637 0%, #426e39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b637), color-stop(100%,#426e39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #98b637 0%,#426e39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #98b637 0%,#426e39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #98b637 0%,#426e39 100%); /* IE10+ */
background: linear-gradient(to bottom, #98b637 0%,#426e39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b637', endColorstr='#426e39',GradientType=0 ); /* IE6-9 */
}
.botonOK:a
{
  font-size: 16px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 12px;
    border-top: 1px solid #386639;
    border-left: 1px solid #386639;
    border-right: 1px solid #386639;
    border-bottom: 1px solid #95B337;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #98b637; /* Old browsers */
background: -moz-linear-gradient(top, #98b637 0%, #426e39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b637), color-stop(100%,#426e39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #98b637 0%,#426e39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #98b637 0%,#426e39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #98b637 0%,#426e39 100%); /* IE10+ */
background: linear-gradient(to bottom, #98b637 0%,#426e39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b637', endColorstr='#426e39',GradientType=0 ); /* IE6-9 */
}
.botonOK:focus, .botonOK:hover, .botonOK:active
{
 font-size: 16px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 12px;
    border-top: 1px solid #DD9824;
    border-left: 1px solid #DD9824;
    border-right: 1px solid #DD9824;
    border-bottom: 1px solid #EEC43B;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #efc73e; /* Old browsers */
background: -moz-linear-gradient(top, #efc73e 0%, #dd9824 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc73e), color-stop(100%,#dd9824)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* IE10+ */
background: linear-gradient(to bottom, #efc73e 0%,#dd9824 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc73e', endColorstr='#dd9824',GradientType=0 ); /* IE6-9 */
}

.botonLogin
{
    font-size: 12px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #175da5;
    border-left: 1px solid #175da5;
    border-right: 1px solid #175da5;
    border-bottom: 1px solid #175da5;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	float: right;
	background: #98b637; /* Old browsers */
background: -moz-linear-gradient(top, #98b637 0%, #426e39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b637), color-stop(100%,#426e39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #98b637 0%,#426e39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #98b637 0%,#426e39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #98b637 0%,#426e39 100%); /* IE10+ */
background:linear-gradient(to bottom, #175da5 0%,#012168 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b637', endColorstr='#426e39',GradientType=0 ); /* IE6-9 */
}
.botonLogin:a
{
    font-size: 12px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #386639;
    border-left: 1px solid #386639;
    border-right: 1px solid #386639;
    border-bottom: 1px solid #95B337;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #98b637; /* Old browsers */
background: -moz-linear-gradient(top, #98b637 0%, #426e39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b637), color-stop(100%,#426e39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #98b637 0%,#426e39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #98b637 0%,#426e39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #98b637 0%,#426e39 100%); /* IE10+ */
background: linear-gradient(to bottom, #98b637 0%,#426e39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b637', endColorstr='#426e39',GradientType=0 ); /* IE6-9 */
}
.botonLogin:focus, .botonLogin:hover, .botonLogin:active
{
    font-size: 12px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #DD9824;
    border-left: 1px solid #DD9824;
    border-right: 1px solid #DD9824;
    border-bottom: 1px solid #EEC43B;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #efc73e; /* Old browsers */
background: -moz-linear-gradient(top, #efc73e 0%, #dd9824 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc73e), color-stop(100%,#dd9824)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* IE10+ */
background: linear-gradient(to bottom, #efc73e 0%,#dd9824 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc73e', endColorstr='#dd9824',GradientType=0 ); /* IE6-9 */
}
.botonLoginELEGIDO
{
    font-size: 11px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #DD9824;
    border-left: 1px solid #DD9824;
    border-right: 1px solid #DD9824;
    border-bottom: 1px solid #EEC43B;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #efc73e; /* Old browsers */
background: -moz-linear-gradient(top, #efc73e 0%, #dd9824 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc73e), color-stop(100%,#dd9824)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* IE10+ */
background: linear-gradient(to bottom, #efc73e 0%,#dd9824 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc73e', endColorstr='#dd9824',GradientType=0 ); /* IE6-9 */
}


.botonVerde
{
    font-size: 13px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 13px 9px 13px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #386639;
    border-left: 1px solid #386639;
    border-right: 1px solid #386639;
    border-bottom: 1px solid #95B337;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #98b637; /* Old browsers */
background: -moz-linear-gradient(top, #98b637 0%, #426e39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b637), color-stop(100%,#426e39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #98b637 0%,#426e39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #98b637 0%,#426e39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #98b637 0%,#426e39 100%); /* IE10+ */
background: linear-gradient(to bottom, #98b637 0%,#426e39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b637', endColorstr='#426e39',GradientType=0 ); /* IE6-9 */
}
.botonVerde:a
{
    font-size: 13px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 9px 13px 9px 13px;
    border-radius: 5px;
    text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #386639;
    border-left: 1px solid #386639;
    border-right: 1px solid #386639;
    border-bottom: 1px solid #95B337;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #98b637; /* Old browsers */
background: -moz-linear-gradient(top, #98b637 0%, #426e39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b637), color-stop(100%,#426e39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #98b637 0%,#426e39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #98b637 0%,#426e39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #98b637 0%,#426e39 100%); /* IE10+ */
background: linear-gradient(to bottom, #98b637 0%,#426e39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b637', endColorstr='#426e39',GradientType=0 ); /* IE6-9 */
}
.botonVerde:focus, .botonVerde:hover, .botonVerde:active
{
    font-size: 13px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 9px 13px 9px 13px;
    border-radius: 5px;
    text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #DD9824;
    border-left: 1px solid #DD9824;
    border-right: 1px solid #DD9824;
    border-bottom: 1px solid #EEC43B;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #efc73e; /* Old browsers */
background: -moz-linear-gradient(top, #efc73e 0%, #dd9824 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc73e), color-stop(100%,#dd9824)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* IE10+ */
background: linear-gradient(to bottom, #efc73e 0%,#dd9824 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc73e', endColorstr='#dd9824',GradientType=0 ); /* IE6-9 */
}

.buttonGrey
{
    font-size: 13px;
    color:#333!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: normal;
    
    padding: 9px 10px 9px 10px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background-color: #fff;
}
.buttonGrey:a
{
    font-size: 13px;
    color:#333!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: normal;
    
    padding: 9px 10px 9px 10px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background-color: #fff;
}
.buttonGrey:focus, .buttonGrey:hover, .buttonGrey:active
{
    font-size: 13px;
    color:#333!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: normal;
    
    padding: 9px 10px 9px 10px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

/* RECUADROS */

.fondoBloque
{
    background-image: url(/Web_2_0/Recursos/Aspectos/boletos/euromillones/fondoBloqueGris.jpg);
    background-repeat: no-repeat;
    height: 22px;
    color: #386639;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 110px;
}
.celdaAzulResultados
{
    background-color: #6AAECF;
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
}
.textareaReserva {
	font-family:Arial, Helvetica, sans-serif;
	outline: none;
	color: #706f6f;
	background-color: #F6F6F6;
	font-size: 12px;
	padding: 2px 2px;
	border: 1px solid #E3E4E5;
	vertical-align: top;
 }

.textareaReserva:focus {
	
	border: 1px solid #999999;
	box-shadow: 1px 1px 4px #ddd;
	-webkit-box-shadow: 1px 1px 4px #ddd;
	-moz-box-shadow: 1px 1px 4px #ddd;
	font-size: 12px;
}
.recuadroRegistro
{
     background-color: #FCFCFC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	box-shadow: 1px 1px 4px #BDCBB6;
	padding: 10px;
	border: solid 1px #E8E8E8;
}
.textBox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	outline: none;
	color: #706f6f;
	background-color: #F6F6F6;
	font-size: 13px;
	padding: 5px 5px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: top;
 }

.textBox:focus {
	
	border: 1px solid #999999;
	box-shadow: 1px 1px 4px #ddd;
	-webkit-box-shadow: 1px 1px 4px #ddd;
	-moz-box-shadow: 1px 1px 4px #ddd;
}

.field {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	outline: none;
	color: #706f6f;
	background-color: #F6F6F6;
	font-size: 13px;
	padding: 5px 5px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: top;
 }

.field:focus {
	
	border: 1px solid #999999;
	box-shadow: 1px 1px 4px #ddd;
	-webkit-box-shadow: 1px 1px 4px #ddd;
	-moz-box-shadow: 1px 1px 4px #ddd;
}
.celda
{
    color: #666666;
	border: solid 1px #C9D5CB;
	font-size: 13px;
	text-align: center;
	height: 30px;
	background-color:#FFFFFF;
}
.celdaEstrecha
{
    color: #666666;
	border: solid 1px #C9D5CB;
	font-size: 13px;
	text-align: center;
	background-color:#FFFFFF;
}
.celdaEstrechaGris
{
    color: #666666;
	border: solid 1px #C9D5CB;
	font-size: 13px;
	text-align: center;
	background-color:#E3E4E5;
}

.celdaPena
{
    color: #666666;
	border-top: solid 1px #C9D5CB;
	border-bottom: solid 1px #C9D5CB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 30px;
}

.cabeceraFondoAzul
        { 
        	border-radius: 5px;
	        -moz-border-radius: 5px;
	        -webkit-border-radius: 5px;
        	color: #3C3C3B;
        	font-size: 13px;
        	background-color: #D1E9F5; 
        	padding: 7px 10px 7px 10px; 
        }
  .cabeceraFondoAzulG
        { 
        	border-radius: 5px;
	        -moz-border-radius: 5px;
	        -webkit-border-radius: 5px;
        	color: #3C3C3B;
        	font-size: 17px;
        	font-weight: normal;
        	background-color: #D1E9F5; 
        	padding: 7px 10px 7px 10px; 
        }
        
.cabeceraBoletos
{
    color: #fff;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: #4981a7; /* Old browsers */
background: -moz-linear-gradient(top, #4981a7 17%, #1e577c 92%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#4981a7), color-stop(92%,#1e577c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4981a7 17%,#1e577c 92%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4981a7 17%,#1e577c 92%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4981a7 17%,#1e577c 92%); /* IE10+ */
background: linear-gradient(to bottom, #4981a7 17%,#1e577c 92%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4981a7', endColorstr='#1e577c',GradientType=0 ); /* IE6-9 */
border-top: solid 1px #36367C;
border-left: solid 1px #3A478F;
border-right: solid 1px #3A478F;
border-bottom: solid 1px #497BC5;
-webkit-box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
-moz-box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
}

.cabeceraBoletosPrimiLoto
{
    color: #fff;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: #579f65; /* Old browsers */
background: -moz-linear-gradient(top, #579f65 0%, #4e965c 30%, #1f682d 100%, #1f682d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#579f65), color-stop(30%,#4e965c), color-stop(100%,#1f682d), color-stop(100%,#1f682d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #579f65 0%,#4e965c 30%,#1f682d 100%,#1f682d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #579f65 0%,#4e965c 30%,#1f682d 100%,#1f682d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #579f65 0%,#4e965c 30%,#1f682d 100%,#1f682d 100%); /* IE10+ */
background: linear-gradient(to bottom, #579f65 0%,#4e965c 30%,#1f682d 100%,#1f682d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579f65', endColorstr='#1f682d',GradientType=0 ); /* IE6-9 */
border-top: solid 1px #4E8658;
border-left: solid 1px #548C5E;
border-right: solid 1px #72AB7D;
border-bottom: solid 1px #7DB488;
-webkit-box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
-moz-box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
}
.cabeceraBoletosGordo
{
    color: #fff;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: #a44545; /* Old browsers */
background: -moz-linear-gradient(top, #a44545 0%, #a44545 36%, #791b1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a44545), color-stop(36%,#a44545), color-stop(100%,#791b1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a44545 0%,#a44545 36%,#791b1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a44545 0%,#a44545 36%,#791b1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a44545 0%,#a44545 36%,#791b1a 100%); /* IE10+ */
background: linear-gradient(to bottom, #a44545 0%,#a44545 36%,#791b1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a44545', endColorstr='#791b1a',GradientType=0 ); /* IE6-9 */
border-top: solid 1px #8A3636;
border-left: solid 1px #8D3636;
border-right: solid 1px #A43636;
border-bottom: solid 1px #B03A3A;
-webkit-box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
-moz-box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
box-shadow: 0px 3px 1px rgba(170, 170, 170, 0.75);
}

/* TABLAS */

.cabeceraJugadas
{
    color: #3c3c3b;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.celdaJugadas
{
    background-color: #ffffff;
    border: solid 1px #DEDEDE;
    color: #3c3c3b;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.cabeceraCuenta
{
    background-color: #d1e9f5;
    color: #3c3c3b;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.celdaCuenta
{
    background-color: #ffffff;
    border: solid 1px #DEDEDE;
    color: #3c3c3b;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

/* MENU PPAL */

#menunu, #menunu ul, #menunu ul li 
{
    padding: 0;
	margin: 0;
	line-height: 1;
}
#menunu:after, #menunu > ul:after {
    clear: both;
    padding-right: 0px;
}
#menunu {
    zoom:1;
	height: 60px;
	width: 580px;
}
#menunu ul li{
    float: left;
	list-style: none;
	padding-left: 34px;
}

.botonLoteria {
	display: block;
	width: 71px;
	height: 58px;
	background: url('/Web_2_0/Recursos/General/img_4_0/LD/loteriaPpal.png') bottom;
	text-indent: -99999px;
}
.botonLoteria:hover {
	background-position: 0 0;
}

.botonPrimitiva {
	display: block;
	width: 71px;
	height: 58px;
	background: url('/Web_2_0/Recursos/General/img_4_0/LD/primitivaPpal.png') bottom;
	text-indent: -99999px;
}
.botonPrimitiva:hover {
	background-position: 0 0;
}

.botonEuromillones {
	display: block;
	width: 71px;
	height: 58px;
	background: url('/Web_2_0/Recursos/General/img_4_0/LD/euromillonesPpal.png') bottom;
	text-indent: -99999px;
}
.botonEuromillones:hover {
	background-position: 0 0;
}

.botonBonoloto {
	display: block;
	width: 61px;
	height: 58px;
	background: url('/Web_2_0/Recursos/General/img_4_0/LD/bonolotoPpal.png') bottom;
	text-indent: -99999px;
}
.botonBonoloto:hover {
	background-position: 0 0;
}

.botonGordo {
	display: block;
	width: 71px;
	height: 58px;
	background: url('/Web_2_0/Recursos/General/img_4_0/LD/gordoPpal.png') bottom;
	text-indent: -99999px;
}
.botonGordo:hover {
	background-position: 0 0;
}

.botonQuiniela {
	display: block;
	width: 71px;
	height: 58px;
	background: url('/Web_2_0/Recursos/General/img_4_0/LD/QuinielaPpal.png') bottom;
	text-indent: -99999px;
}
.botonQuiniela:hover {
	background-position: 0 0;
}

.botonQuinigol {
	display: block;
	width: 71px;
	height: 58px;
	background: url('/Web_2_0/Recursos/General/img_4_0/LD/quinigolPpal.png') bottom;
	text-indent: -99999px;
}
.botonQuinigol:hover {
	background-position: 0 0;
}

/* MENU SECUNDARIO */

/*#menuSecundario, #menuSecundario ul, #menuSecundario ul li 
{
    padding: 0;
	margin: 0;
	line-height: 1;
	text-transform:uppercase;
	
}
#menuSecundario:after, #menuSecundario > ul:after {
    clear: both;
    padding-right: 0px;
}
#menuSecundario {
    zoom:1;
	height: 40px;
	width: 940px;
	float: left;
}
#menuSecundario ul li{
    float: left;
	list-style: none;
	padding-right: 5px;
}

.linkmasinfo:link
{
	color: #C9231B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.linkmasinfo:visited {
	color: #C9231B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.linkmasinfo:active {
	color: #C9231B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.linkmasinfo:hover 
{
	color: #C9231B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}*/

/* TOOLTIP INFO CALENDARIO PEÑAS*/

a.NtooltipPenyas {
position: relative; /* es la posición normal */
text-decoration: none !important; /* forzar sin subrayado */
color:#D0382D !important; /* forzar color del texto */
font-weight:normal !important; /* forzar negritas */
}

a.NtooltipPenyas:hover {
z-index:999; /* va a estar por encima de todo */
color:#D9CDA4; /* DEBE haber un color de fondo */
}

a.NtooltipPenyas span {
display: none; /* el elemento va a estar oculto */
width: 150px;
}

a.NtooltipPenyas:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:15px; left:-90px; /* donde va a estar */
width:150px; /* el ancho por defecto que va a tener */
padding:8px; /* la separación entre el contenido y los bordes */
background-color: #FBDDA0; /* el color de fondo por defecto */
color: #666666; /* el color de los textos por defecto */
border: solid 2px #F8BF4C;
line-height: 19px;
font-size: 12px;
font-weight:normal;
text-align: left;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}


/* TOOLTIP */

a.Ntooltip {
position: relative; /* es la posición normal */
text-decoration: none !important; /* forzar sin subrayado */
color:#333333 !important; /* forzar color del texto */
font-weight:normal !important; /* forzar negritas */
}

a.Ntooltip:hover {
z-index:999; /* va a estar por encima de todo */
color:#ffffff; /* DEBE haber un color de fondo */
}

a.Ntooltip span {
display: none; /* el elemento va a estar oculto */
width: 200px;
}

a.Ntooltip:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:20px; left:-185px; /* donde va a estar */
width:300px; /* el ancho por defecto que va a tener */
color: #3C3C3B; /* el color de los textos por defecto */
line-height: 18px;
font-weight:normal;
text-align: left;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-size: 12px;
background-color: #FBDDA0; 
padding: 7px 10px 7px 10px; 
border: 2px solid #F6AB12;
}


/* DÉCIMO PROPIO */

.sombraDecimo
{
    -webkit-box-shadow: inset 0 5px 0 rgba(255,255,255,.9), inset 0 0 2px rgba(255,255,255,.9), 0 5px 7px rgba(9,9,9,.29); 
	-moz-box-shadow: inset 0 5px 0 rgba(255,255,255,.9), inset 0 0 2px rgba(255,255,255,.9), 0 5px 7px rgba(9,9,9,.29); 
	box-shadow: inset 0 5px 0 rgba(255,255,255,.9), inset 0 0 2px rgba(255,255,255,.9), 0 5px 7px rgba(9,9,9,.29);
}
.fondoRecomendado
{
    border:  solid 1px #C9C9C9;
    padding-bottom: 12px;
    -webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
-o-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
background-color: #D3D3D3;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#Ffffff), to(#D3D3D3));
background-image: -moz-linear-gradient(top, #Ffffff, #D3D3D3);
background-image: -ms-linear-gradient(top, #Ffffff, #D3D3D3);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #Ffffff), color-stop(100%, #D3D3D3));
background-image: -webkit-linear-gradient(top, #Ffffff, #D3D3D3);
background-image: -o-linear-gradient(top, #Ffffff, #D3D3D3);
background-image: linear-gradient(top, #Ffffff, #D3D3D3);
filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='$startColor', endColorstr='$endColor', GradientType=0)";
}
.recomendado
{
	color: #3386AE;
	
	font-size: 17px;
	font-weight:bold;
}
.textoRecomendado
{
	color: #2B799F;
	
	font-size: 13px;
	font-weight:bold;
	line-height: 19px;
}
.numero
{
	color: #333333;
	font-size: 26px;
	font-weight:bold;
	text-align:center;
}
.grisCabeceraLoteria
{
    color: #45789B;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}
.numeroPeque
{
	color: #333333;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
}


.nombreJuegoBoteHome{
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
.boteImporteHome{
    color: #C9231B;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.botonRojoPremiosPeque
{
    font-size: 11px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #386639;
    border-left: 1px solid #386639;
    border-right: 1px solid #386639;
    border-bottom: 1px solid #95B337;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #98b637; /* Old browsers */
background: -moz-linear-gradient(top, #98b637 0%, #426e39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b637), color-stop(100%,#426e39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #98b637 0%,#426e39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #98b637 0%,#426e39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #98b637 0%,#426e39 100%); /* IE10+ */
background: linear-gradient(to bottom, #98b637 0%,#426e39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b637', endColorstr='#426e39',GradientType=0 ); /* IE6-9 */
}
.botonRojoPremiosPeque:a
{
    font-size: 11px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #386639;
    border-left: 1px solid #386639;
    border-right: 1px solid #386639;
    border-bottom: 1px solid #95B337;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #98b637; /* Old browsers */
background: -moz-linear-gradient(top, #98b637 0%, #426e39 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b637), color-stop(100%,#426e39)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #98b637 0%,#426e39 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #98b637 0%,#426e39 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #98b637 0%,#426e39 100%); /* IE10+ */
background: linear-gradient(to bottom, #98b637 0%,#426e39 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b637', endColorstr='#426e39',GradientType=0 ); /* IE6-9 */
}
.botonRojoPremiosPeque:focus, .botonRojoPremiosPeque:hover, .botonRojoPremiosPeque:active
{
    font-size: 11px;
    color:#ffffff!important;
    text-decoration:none!important;
    text-align:center;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #DD9824;
    border-left: 1px solid #DD9824;
    border-right: 1px solid #DD9824;
    border-bottom: 1px solid #EEC43B;
    -webkit-box-shadow: 1px 1px 4px #BDCBB6;
	-moz-box-shadow: 1px 1px 4px #BDCBB6;
	background: #efc73e; /* Old browsers */
background: -moz-linear-gradient(top, #efc73e 0%, #dd9824 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc73e), color-stop(100%,#dd9824)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efc73e 0%,#dd9824 100%); /* IE10+ */
background: linear-gradient(to bottom, #efc73e 0%,#dd9824 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc73e', endColorstr='#dd9824',GradientType=0 ); /* IE6-9 */
}


/* CUENTA CLIENTE PDC */

.subtituloCuenta {
    color: #386639;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.cabeceraCuenta
{
    background-color: #d1e9f5;
    color: #3c3c3b;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    height: 30px;
}

.celdaCuenta
{
    background-color: #ffffff;
    border: solid 1px #DEDEDE;
    color: #3c3c3b;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    height: 25px;
}

.buttonGrey
{
    background: #f3f3f3;
    background: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#f4f4f4));
    background: -moz-linear-gradient(top,#fefefe,#f4f4f4);
    background: -o-linear-gradient(top,#fefefe,#f4f4f4);
    border: solid 1px #bbb;
    color: #333!important;
    text-decoration:none!important;
    font: 12px Arial, sans-serif;
    padding: 7px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
}
 .buttonGrey:a
{
    background: #f3f3f3;
    background: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#f4f4f4));
    background: -moz-linear-gradient(top,#fefefe,#f4f4f4);
    background: -o-linear-gradient(top,#fefefe,#f4f4f4);
    border: solid 1px #bbb;
    color: #333!important;
    text-decoration:none!important;
    font: 12px Arial, sans-serif;
    padding: 7px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
}
 .buttonGrey:focus, .buttonGrey:hover, .buttonGrey:active
{
    background: #f3f3f3;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f3f3f3));
    background: -moz-linear-gradient(top,#fff,#f3f3f3);
    background: -o-linear-gradient(top,#fff,#f3f3f3);
    border: solid 1px #999;
    color: #222!important;
    text-decoration:none!important;
    font: 12px Arial, sans-serif;
    padding: 7px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
}

.ButtonGrey:a
{
    background: #f3f3f3;
    background: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#f4f4f4));
    background: -moz-linear-gradient(top,#fefefe,#f4f4f4);
    background: -o-linear-gradient(top,#fefefe,#f4f4f4);
    border: solid 1px #bbb;
    color: #333!important;
    text-decoration:none!important;
    font: 12px Arial, sans-serif;
    padding: 7px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
}
 .ButtonGrey:focus, .ButtonGrey:hover, .ButtonGrey:active
{
    background: #f3f3f3;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f3f3f3));
    background: -moz-linear-gradient(top,#fff,#f3f3f3);
    background: -o-linear-gradient(top,#fff,#f3f3f3);
    border: solid 1px #999;
    color: #222!important;
    text-decoration:none!important;
    font: 12px Arial, sans-serif;
    padding: 7px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
}
  

.textoRojo17negrita {
    color: #D95156;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.linkRojoCuenta:link
{
	color: #5EA00E;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.linkRojoCuenta:visited {
	color: #5EA00E;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.linkRojoCuenta:active {
	color: #5EA00E;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.linkRojoCuenta:hover 
{
	color: #5EA00E;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

.buttonJugar
{
    background-color: #E6332A;
    color: #FFFFFF !important;
    text-decoration:none!important;
    font: 15px Arial, sans-serif;
    padding: 10px;
    font-weight:normal;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: center;
}
.titulos
{
	color: #2890C2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	line-height: 20px;
	text-decoration: none;
	border-bottom: solid 1px #cccccc;
	text-align: left;
}

.gris26 {
    color: #A3A2A3;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 28px;
}
.numerosResultados {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

/* esto es para las redes sociales*/
#social-bar {
  display: block;
  float: left;
  width: 290px;
  height: 30px;
    padding: 0;
  
}
#social-bar li {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 25px;
  height: 21px;
  margin-right: 5px;
  margin-top: 4px;
}
#social-bar li a {
  position: absolute;
  height: 42px;
  width: 25px;
  top: 0;
  left: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#social-bar li a:hover {
  top: -21px;
}
#social-bar .home a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/home.png');
  display: none;
}
#social-bar .blog a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/blog.png');
}
#social-bar .face a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/face.png');
}
#social-bar .twitter a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/twit.png');
}
#social-bar .tube a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/tube.png');
}
#social-bar .plus a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/plus.png');
}
#social-bar .email a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/mail.png');
}


#social2 {
  display: block;
  float: left;
  width: 290px;
  height: 30px;
    padding: 0;
}
#social2 li {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 25px;
  height: 21px;
  margin-left: 2px;
  margin-right: 2px;
}
#social2 li a {
  position: absolute;
  height: 42px;
  width: 25px;
  top: 0;
  left: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#social2 li a:hover {
  top: -21px;
}
#social2 .home a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/home2.png');
}
#social2 .blog a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/blog2.png');
}
#social2 .face a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/face2.png');
}
#social2 .twitter a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/twit2.png');
}
#social2 .tube a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/tube2.png');
}
#social2 .plus a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/plus2.png');
}
#social2 .email a {
  background-image: url('/Web_2_0/Recursos/General/img_4_0/LD/mail2.png');
}
#BarraMenu{
    width: 940px;
    margin: 0 auto;
    height: 100px;
    margin-top: 40px;
}



.tituloPaginasNaranja
{
    color: #F9A532;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.tituloPaginasTurquesa
{
    color: #00ACA2;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.tituloPaginasMorado
{
    color: #6E45A7;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.BotesJuegoQuinigol
    {
      margin-left: 100px;
    }


.action-button {
    border: 1px solid #708E20;
    border-radius: 3px;
    background-color: #1585a5;
    color: rgb(255, 255, 255) !important;
    text-shadow: 0px 1px 0px rgb(52, 73, 94);
    padding: 5px 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 0px 2px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.29);
    text-align: center !important;
}
.numero {
    color: #333333;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 78px;
    margin-top: 4px;
}



#social-bar .insta a {  background-image: url('/Web_2_0/Recursos/General/img_4_0/insta2.png');}
#social2 .insta a {  background-image: url('/Web_2_0/Recursos/General/img_4_0/insta.png');}

.altoEuro {
    height: 30px!important;
}