/*Código mío*/

/*
div#contenidomenu {
    margin: 0 auto;
    width: 600px;
    max-width: 600px;
}
div#filabandera {
	width:100%;
	display:block;
}
div#bandera_img_spain, div#bandera_img_france, div#bandera_img_uk {
    display:inline-block;
	height: 200px;
}
div#bandera_img_spain > img, div#bandera_img_france > img, div#bandera_img_uk > img {
    height: 200px;
}
span.icoClass {
    text-align: center;
    display: inline-block;
}
#info{
	text-align:center;
}	
div#icons {
	display: inline-block;
    width: 200px;
    margin: 4% 0;
    border-left: solid 1px #000;
    vertical-align: middle;
}
#icons img {
    width: 80px;
}

div#icons_expl {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    border-radius: 25px 25px 0px 0px;
	padding: 25px;
}

.ico_expl {
    display: inline-block;
    margin: 10px;
}


/* CSS TV*/


body {
    background-color: #dfdad4;
    height: 100%;
    max-height: 100%;
    margin: 0px !important;
    overflow: hidden;
}
main {
    height: 100% !important;
	display:flex;
	flex-direction: column;
}
div#menu-container {
    height: 100%;
    width: 100%;
}
#header{
    height: 25vh;
}
#logo_entreluces {
    text-align: center;
    height: 100%;
}
#logo_entreluces > img {
    width: 20%;
    max-width: 20%;
}
div#contenido-menu {
    height: 60vh;
}
.video-target {
    height: 60vh;
    float: left;
    width: 32.5%;
	background-size: cover;
	background-repeat: no-repeat;
}

#video-target-2{
    margin: 0 1.2%;
}

#footer {
    width: 90%;
    margin: 0 auto;
	padding-top: 2.5vh;
}
#iconos_acces {
    height: 100%;
    width: 49.5%;
    display: inline-block;
	text-align:left;
}
.ico_expl{
	width: 10%;
	text-align: left !important;
	margin: 0px;
	border-right:solid 1px #000;
    display: inline-block;
}
.ico_expl_no_border{
	width: 10%;
	text-align: left !important;
	margin: 0px;
	border-right:0px;
	margin-right:0px;
	display: inline-block;
}
.ico_expl > img, .ico_expl_no_border > img{
    width: 100%;
}
#banderas {
    width: 50%;
    display: inline-block;
    text-align: right;
}
#banderas > a > img {
    width: 10%;
}
#racav {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	display: none;
	background-color: white;
}


div#iconos_acces > img {
    width: 40%;
}
div#footer {
    padding-top: 0vh;
}



@media(min-width:640px) and (max-width:666px) and (orientation:landscape){
    div#header {
        height: 20vh;
    }
    #logo_entreluces > img {
        width: 20%;
        max-width: 20%;
        padding-top: 3vh;
    }
    #iconos_acces {
        width: 49%;
    }
    div#footer{
    padding-top: 4vh !important;
    }
}
@media(min-width:667px) and (orientation:landscape){
    div#header {
        height: 22vh;
    }
    #logo_entreluces > img {
        padding-top: 3vh;
    }
    div#contenido-menu {
        height: 63vh;
    }
    .video-targe{
        height: 63vh;
    }
    #iconos_acces {
        width: 49%;
    }
    #footer {
        padding-top: 5vh;
    } 
}

@media(min-width:812px) and (max-width: 986) and (orientation:landscape){
    div#header {
        height: 22vh;
    }
    #logo_entreluces > img {
        width: 18%;
        max-width: 18% !important;
        padding-top: 3vh;
    }
    div#contenido-menu {
        height: 63vh;
    }
    .video-targe{
        height: 63vh;
    }
    #iconos_acces {
        width: 49%;
    }
    div#footer {
        padding-top: 0vh !important;
    }
}

@media(min-width:1024px) and (orientation:landscape){
    /*div#header {
        height: 22vh;
    }*/
    div#header {
        height: 25vh;
    }
    #logo_entreluces > img {
        padding-top: 1vh;
        max-width: 25% !important;
        width: 25%;
        padding-top: 4vh;
    }
    /*
    div#contenido-menu {
        height: 65vh;
    }
    .video-targe{
        height: 65vh;
    }
    */
    div#contenido-menu {
        height: 60vh;
    }
    .video-target {
        height: 50vh;
        float: left;
        width: 32.5%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #iconos_acces {
        width: 49%;
    }
    #footer {
        width: 90%;
        margin: 0 auto;
        padding-top: 0vh;
    }
}

@media(min-width:1300px) and (orientation:landscape){
    #header {
        height: 20vh;
    }
    #logo_entreluces > img {
        padding-top: 1vh;
        max-width: 20% !important;
        width: 20%;
        padding-top: 4vh;
    }
    div#contenido-menu {
        height: 65vh;
    }
    .video-target {
        height: 65vh;
    }    
    div#footer {
        padding-top: 0vh;
    }
}

@media(min-width:1366px) and (orientation:landscape){
    #header {
        height: 30vh;
    }
    #logo_entreluces > img {
        padding-top: 1vh;
        max-width: 20% !important;
        width: 20%;
        padding-top: 6vh;
    }
    div#contenido-menu {
        height: 60vh;
    }
    .video-target {
        height: 50vh;
    }    
    div#footer {
        padding-top: 0vh;
    }
}


/* CSS NUEVO*/
#button-racav-tv {
    position:absolute;
    right:0;
    top:0;
    height:100px;
    width:100px;
    background-color: transparent;
}