@charset "utf-8";
/* CSS Document */


/* iPhone Portrait */
@media only screen and (min-width:360px)  and (max-width:480px) and (orientation:portrait)  {

.cabecerajornada{width:auto;}
} 

/* iPhone Landscape */
@media only screen and (min-width:360px) and (max-width:650px) and (orientation:landscape),
 (min-width:480px) and (max-width:650px)   {
.login{width:80%;}
.cabecerajornada{width:25%;}
.cabeceraHD{display:inline-block;width: auto;}
.quinielas{width:80%;margin:auto; display:block;}
.tbpartidos{width:100%;}
.nombrefiles{font-size:0.8em !important;text-align:left !important;}
.tablaResultados td {font-size:0.9em;}
.tablaResultados thead{font-size:1em;}
.contenedorquiniela{width:99%;}
}

/* iPads (portrait ) ----------- */
@media only screen and (min-width:650px)  {
/* Styles */

.login{	width:50%; padding:20px}
.cabecerajornada{width:15%;}
.cabeceraHD{display:inline-block; width:55%;}
.TituloTablas{display:inline-block;}
.quinielas{width:45%; margin-right:15px;}
.nombrefiles{font-size:0.9em !important;text-align:left !important;}
.tablaResultados td {font-size:0.9em;}
.tablaResultados thead{font-size:1em;}
.contenedorquiniela{width:99%;}
.fondobackground{background: url(../img/fondo3_HD.png) no-repeat center center fixed;background-size:100% 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
   }
} 
@media only screen and (min-width:650px) and (orientation:portrait){
	.fondobackground{background: url(../img/fondo3_vertical_640x980.png) no-repeat center center fixed;background-size:100% 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
   }
   .div_jornada{display:block;}
}