/* comunes ---------------------------------------- */
body {background: #C00000;font-family: 'Arial', sans-serif;
}
html, body {height: 100%;}

/* estructura ------------------------------------- */
section { width: 960px; height: 100%; margin: 0 auto; display: table;}
#contenedor { width: 960px; margin: 0 auto; text-align: center; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; height: 100%; display: table-cell; vertical-align: middle;}
.cabecera { margin: 0 auto; width: 100%; text-align:right}
.cabecera img { width: 100%; max-width: 320px; height: auto;}
.video-box {/* background: url(../images/imagen-fondo.png) center bottom no-repeat;*/ padding-bottom: 15%; text-align: center}
.video-holder { margin: 0 auto;}
img.normal{ width:auto !important; height:auto !important}
.imagen_iz{ text-align:right}

/* mediaqueries ----------------------------------- */
@media screen and (max-width: 479px) {
    section { width: 320px;}
    #contenedor { width: 320px;}
    .video-holder {width: 320px;}
    .video-box { background-size: 120%;}
   #kaltura_player_1599824061 {width: 320px !important;height: 198px !important;}
	
}
@media screen and (max-width: 767px) and (min-width: 480px) {
    section { width: 480px;}
    #contenedor { width: 480px;}
    .cabecera { width: 320px;}
    .video-holder {width: 320px;}
    .video-box { background-size: 600px;}
    #kaltura_player_1599824061 {width: 320px !important;height: 198px !important;}
}
@media screen and (max-width: 899px) and (min-width: 768px) {
    section { width: 768px;}
    #contenedor { width: 768px;}
    .cabecera { width: 480px;}
    .video-holder {width: 480px;}
    .video-box { background-size: 120%;}
    #kaltura_player_1599824061 {width: 480px !important;height: 297px !important;}
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
    section { width: 900px;}
    .#contenedor { width: 900px;}
    .cabecera { width: 640px;}
    .video-holder {width: 640px;}
    .video-box { background-size: 960px;}
     #kaltura_player_1599824061 {width: 640px !important;height: 396px !important;}
}
@media screen and (min-width: 1200px) {
    section { width: 960px;}
    #contenedor { width: 960px;}
    .cabecera { width: 640px;}
    .video-holder {width: 640px;}
    .video-box { background-size: 960px;}
    #kaltura_player_1599824061 {width: 640px !important;height: 396px !important;}
}


