@charset "utf-8";

* { 
 box-sizing: border-box;
 font-family: 'Roboto Condensed', sans-serif;
}


body {
    min-width: 23em;
    padding: 1em;
    background-color: rgb(239,74,43);
}

#pagina {
    overflow-x: hidden;
    min-width: 23em;
    height: auto;
    border: 0.1em solid #000000;
    padding: 1em;
        margin-left: auto;
    margin-right: auto;
}

/* -------------------- HEADER --------------------*/

#hora {
    float: left;
    width: 0;
    visibility: hidden;
}

#logo {
    width: 30%;
    height: auto;
    padding: 0em;
    margin: 0;
    float: left;
   
}

logo img {
     max-width: 100%;
}


#slogan #linea2 {
    width: 1.5em;
    border-top: 0.2em solid #000000;
    float: right;
} 

#slogan h4 {
    color: white;
    background-color: rgb(25,25,25);
    text-align: center;
    font-size: 1.3em;
    width: 93%;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0.6em;
    padding-top: 0;
    float: right;
}

#slogan h5 {
    color: white;
    background-color: rgb(25,25,25);
    text-align: center;
    font-size: 1.3em;
    width: 95%;
    margin-top: 0.3em;
    padding-top: 0;
    float: right;
}

#slogan {
    text-align: right;
    width: 55%;
    float: right;    
}

nav ul li {
    display: inline-block;
    list-style: none;
    border-top: 0.12em solid #ffffff;
    padding-top: 0.5em;
    margin: 0 0.5em;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 0.7em;
    width: 19.6%;
}
        
nav ul {
    margin-left: 3em;
    padding: 0;
    margin: 0;
}

nav {
    border-top: 0.08em solid #ffffff;
    width: 100%;
    float: left;
}

nav ul li:hover {
    border-top: 0.12em solid #000000;
}

nav ul li a:hover {
    color: black;
    font-weight: bolder;
}

.seleccionado a {
    color: #000000;
    font-weight: bolder;
}
    
.seleccionado {
    border-top: 0.12em solid #000000;
}

/* -------------------- CONTENIDO --------------------*/
#contenido {
    width: 100%;
    margin-top: 10em;
    margin-right: 2em;
}
/* -------------------- main --------------------*/


#ultimoprograma h3 { 
    background-image: url(imagenes/video1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    color: white;
    padding: 4em 5em 0.6em 0.6em;
    font-size: 2em;
    margin: 0;
}

#ultimoprograma p {
    color: white;
    font-size: 0.9em;
    margin: 0.4em 0 2em 0 ;
    padding-bottom: 2em; 
    float: left;
    border-bottom: solid 0.15em #000000;
    
}

#proxprograma {
    width: 100%;
    margin-top: 0em;  
    margin-right: 1em;
    padding-bottom: 2em; 
    border-bottom: solid 0.15em #000000;
}

#proxprograma img {
    max-width: 100%;
    height: auto;
} 

#programasanteriores h4{
    font-size: 1.9em;
    margin: 0.7em 0 0 0;
    color: #ffffff;
}

#video2 {
    width: 70%;
    float: left;
    margin-top: 1em;  
}

#video2 img {
    max-width: 100%;
    height: auto;
}

#video3 {
    width: 24%; 
    float: left;
    margin-top: 0.3em;
    margin-right: 0.25em;
    height: 11%;
    overflow: hidden;
}

#video3 img {
    max-width: 120%;
    height: auto;
}
#video4 {
    width: 24%;
    float: left;  
    margin-top: 0.3em;
    margin-right: 0.25em;
    height: 11%;
    overflow: hidden;
}

#video4 img {
    max-width: 120%;
    height: auto;
}
#video5 {
    width: 24%;
    float: left;  
    margin-top: -1.2em;
    margin-right: 0.25em;
}

#video5 img {
    max-width: 100%;
    height: auto;
}

#video6 {
    width: 24%;
    float: left;
    margin-top: -1.2em;
}

#video6 img {
    max-width: 100%;
    height: auto;
}

#dato2 {
    visibility: hidden;
    width: 0;
    height: 0;
    float: left;
}
#dato3 {
    visibility: hidden;
    width: 0;
    height: 0;
    float: left;
}
#dato4 {
    visibility: hidden;
    width: 0;
    height: 0;
    float: left;
}
#dato5 {
    visibility: hidden;
    width: 0;
    height: 0;
    float: left;
}

#dato1 {
float: right;
width: 24%;    
margin-top: 1em; 
margin-left: 1em; 
font-weight: normal;
}

#dato1 h5 {
    line-height: 1.3em;
    margin: 0.8em 0 0 0;
    color: #ffffff;
}

#dato1 #linea1 {
    border-top: 0.15em solid black;
    width: 1em;
    margin-bottom: 0.5em;
    float: left;
}
    
#vertodos {
    float:right;
    text-align: center;
    width: 25%;
    margin-top: 4.7em;
}

#vertodos h6 {
    color: rgb(239,74,43);
    background-color: #ffffff;
    padding: 0.8em;
    font-weight: bold;
}

#vertodos h6:hover {
    background-color: #000000;
    color: #ffffff;
}

#vertodos2 {
    visibility: hidden;
    width: 0;
    height: 0;
}


/* --------------------FOOTER --------------------*/
footer {
    float: left;
    background-color: rgb(122,122,122);
    margin-top: 2em;
}

footer h5 {
    margin: 1em 0 0.5em 1em;
    padding: 0 0 0.2em 0;
    border-bottom: solid 0.1em rgb(239,74,43);
    font-size: 0.9em;
    width: 80%;
}

footer ul {
    list-style: none;
    margin: 0 0 0.5em 1em;
    padding: 0;
}

footer ul li {
    font-size: 0.8em;
}

#concurso {
    float: left;
    width: 48%;
    margin-right: 0.5em;
}

#mapa {
    float: left;
    width: 47%;
    margin-right: 0.5em;
}

#programas {
    float: left;
    width: 48%;
    margin-right: 0.5em;
}

#quienessomos {
    float: left;
    width: 47%;
    margin-right: 0.5em;
}

#logo2 {
    text-align: center;
    border-bottom: solid 0.1em rgb(239,74,43);
    width: 60%;
    margin-left: 4em;
    padding-bottom: 1em;
}

#logo2 img {
}
#redes {
  width: 100%;
  margin-left: 3.8em;
}

#redes ul li {
    list-style: none;
    display: inline-block;
    width: 20%;
      margin-top: 1em;
}
    
#redes ul li a img{
    border-radius: 50%;
    border: solid 0.2em rgb(239,74,43);
    width: 70%;
    height: auto;
}

footer #legales {
    font-size: 0.6em;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    padding: 0.5em 1em;
}

#logoparestv {
    float: left;
    width: 15%;
    margin: 0.5em 2em 2em 6em;
}

#logoparestv img {
    width: 110%;
    height: auto;
}

#logofadu {
    float: left;
    width: 30%;
    margin: 0.5em 0em 0em 0em;
}

#logofadu img {
    width: 70%;
    height: auto;
}

/* ------------------------------------------ Empieza 48em -------------------------------------------*/

@media screen and (min-width: 48em) {
    
body {
    min-width: 48em;
    padding: 1em;
    background-color: rgb(45,45,45);
}
    
#pagina {
    max-width: 48em;
    border: 0.1em solid rgb(239,74,43);
        margin-left: auto;
    margin-right: auto;
}
    
#hora {
    float: left;
    width: 35%;
    visibility: visible;
    color: #ffffff;
}
    
#hora #linea {
    width: 1em;
    border-top: solid 0.15em rgb(239,74,43);
    padding-bottom: 0.5em;
}    
    
#logo {
    width: 10%;
    height: auto;
    padding: 0em;
    margin-left: 2em;
    float: left;
   
}

logo img {
    max-width: 100%;
    height: auto;
}    
    
#slogan #linea2 {
    width: 1.2em;
    border-top: 0.2em solid rgb(239,74,43);
} 

#slogan h4 {
    background-color: transparent;
    width: 50%;    
    float: right;
    margin-left: 7em;
}

#slogan h5 {
    background-color: transparent;
    width: 52%;
    float: right;
}

#slogan {
    width: 46%;  
}    
    
nav ul li {
    border-top: 0.2em solid rgb(239,74,43);
    padding-top: 0.5em;
    margin: 0 2.5em;
}

nav ul li a {
    font-size: 0.8em;
    width: 19.6%;
}
        
nav ul {
    margin-left: 3em;
    padding: 0;
    margin: 0;
}

nav {
    border-top: 0.08em solid rgb(239,74,43);
    margin-top: 1em;
    margin-bottom: 3em;
}

nav ul li:hover {
    border-top: 0.12em solid #ffffff;
}

nav ul li a:hover {
    color: rgb(239,74,43);
    font-weight: normal;
}

.seleccionado a {
    color: rgb(239,74,43);
    font-weight: normal;
}
    
.seleccionado {
    border-top: 0.12em solid #ffffff;
}
        
/* -------------------- CONTENIDO --------------------*/
    
#ultimoprograma {
    margin-top: 12em;
    width: 100%;
    height: auto;
}
    
#ultimoprograma h3 { 
    background-image: url(imagenes/video1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    color: rgb(239,74,43);
    padding: 0;
    font-size: 3em;
    margin: 0;
    padding: 6.8em 7em 1em 1em;
}

#ultimoprograma p {
    color: white;
    font-size: 0.9em;
    margin: 0.4em 0 2em 0 ;
    padding-bottom: 2em; 
    float: left;
    border-bottom: solid 0.15em #000000;
    
}    
    
#proxprograma {
    width: 30%;
    margin-top: 0em;  
    margin-right: 1em;
    margin-bottom: 0;
    padding-bottom: 0em; 
    border-bottom: none;
    float: right;
}

#programasanteriores h4{
    font-size: 1.5em;
    margin: 0.7em 0 0 0;
    color: rgb(239,74,43);
    width: 30%;
    font-weight: normal;
}    
    
#video2 {
    width: 40%;
    float: left;
    margin-top: 1.12em;  
    border: solid 0.08em rgb(2349,74,43);
}
 
#dato1 {
float:left;
width: 24%;    
margin-top: 1em; 
margin-left: 1em; 
font-weight: normal;
}

#dato1 h5 {
    line-height: 1.3em;
    margin: 0.8em 0 0 0;
    color: #ffffff;
}

#dato1 #linea1 {
    border-top: 0.15em solid rgb(239,74,43);
    width: 1em;
    margin-bottom: 0.5em;
    float: left;
}    
    
#video3 {
    width: 24%; 
    float: left;
    margin-top: 1em;
    margin-right: 0.25em;
    margin-left: 10em;
    height: auto;
    overflow: hidden;
    border: solid 0.08em rgb(2349,74,43);
}

#dato2 {
    visibility: visible;
    width: 17%;
    height: auto;
    float: right;
    margin-top: -8em; 
padding-left: 3em; 
font-weight: normal;
}    
    
#dato2 h5 {
    line-height: 1.3em;
    margin: 0.8em 0 0 0;
    color: #ffffff;
}

#dato2 #linea1 {
    border-top: 0.15em solid rgb(239,74,43);
    width: 1em;
    margin-bottom: 0.5em;
    float: left;
}
    
#vertodos {
    visibility: hidden;
    width: 0;
    height: 0;
}    
    
#video4 {
    width: 24%;
    float: left;  
    margin-top: 0.3em;
    margin-right: 0.25em;
    height: auto;
    overflow: hidden;
    border: solid 0.08em rgb(2349,74,43);
}
    
#dato3 {
    visibility: visible;
    width: 20%;
    height:auto;
    float: left;
    font-weight: normal;
    text-align: right;
    margin-left: 7.5em;
    margin-right: 1em;
    margin-top: 0.5em
}   

#dato3 h5 {
    line-height: 1.3em;
    margin: 0.8em 0 0 0;
    color: #ffffff;
    width: 100%;
}

#dato3 #linea1 {
    border-top: 0.15em solid rgb(239,74,43);
    width: 1em;
    margin-bottom: 0.5em;
    float: right;
}    
   
#dato4 {
    visibility: visible;
    width: 20%;
    height:auto;
    float: left;
    font-weight: normal;
    text-align: right;
    margin-left: 17.8em;
    margin-right: 1em;
    margin-top: 0.5em
}   

#dato4 h5 {
    line-height: 1.3em;
    margin: 0.8em 0 0 0;
    color: #ffffff;
    width: 100%;
}

#dato4 #linea1 {
    border-top: 0.15em solid rgb(239,74,43);
    width: 1em;
    margin-bottom: 0.5em;
    float: right;
}    
    
#video5 {
    margin-top: 0.1em;
    border: solid 0.08em rgb(2349,74,43);
    height: auto;
}
   
#video5 img {
    width: 100%;
    height: auto;
}
    
#dato5 {
    visibility: visible;
    width: 20%;
    height:auto;
    float: left;
    font-weight: normal;
    text-align: right;
    margin-left: -3em;
    margin-right: 1em;
    margin-top: 0.5em
}   

#dato5 h5 {
    line-height: 1.3em;
    margin: 0.8em 0 0 0;
    color: #ffffff;
    width: 100%;
}

#dato5 #linea1 {
    border-top: 0.15em solid rgb(239,74,43);
    width: 1em;
    margin-bottom: 0.5em;
    float: right;
}      
    
#video6 {
    width: 37%;
    height: auto;
    border: solid 0.08em rgb(2349,74,43);
    margin-top: 0.1em;
}
    
#video6 img {
    width: 100%;
    height: auto;
}
    
#vertodos2 {
    float:right;
    text-align: center;
    width: 25%;
    margin-top: 8.5em;
    visibility: visible;
    height: auto;
}

#vertodos2 h6 {
    color: rgb(239,74,43);
    background-color: #ffffff;
    padding: 0.8em;
    font-weight: bold;
}

#vertodos2 h6:hover {
    background-color: #000000;
    color: #ffffff;
}

/* --------------------FOOTER --------------------*/

footer h5 {
    margin: 1em 0 0.5em 1em;
    padding: 0 0 0.2em 0;
    border-bottom: solid 0.1em rgb(239,74,43);
    font-size: 0.9em;
    width: 50%;
}

footer ul {
    list-style: none;
    margin: 0 0 0.5em 1em;
    padding: 0;
}

footer ul li {
    font-size: 0.8em;
}

#concurso {
    float: left;
    width: 23%;
    margin-right: 0.5em;
}

#mapa {
    float: left;
    width: 23%;
    margin-right: 0.5em;
}

#programas {
    float: left;
    width: 21%;
    margin-right: 0.5em;
}

#quienessomos {
    float: right;
    width: 29%;
    margin-right: 0.5em;
    margin: 0;
    padding: 0;
}
    
#quienessomos ul {
    width: 50%;
}

#logo2 {
    text-align: center;
    border-bottom: solid 0.1em rgb(239,74,43);
    width: 60%;
    margin-left: 20%;
    padding-bottom: 1em;
}

#logo2 img {
}
#redes {
  margin-left: 32%;
}

#redes ul li {
    width: 12%;
}
    
#redes ul li a img{
    width: 55%;
}

#logoparestv {
    width: 5%;
    margin: 0.5em 2em 2em 18em;
}

#logoparestv img {
    width: 120%;
}

#logofadu {
    width: 30%;
    margin: 0.5em 0em 0em 0em;
}

#logofadu img {
    width: 26%;
}    
    
/* ------------------------------------------ Empieza 60em -------------------------------------------*/

@media screen and (min-width: 60em) {
    
body {
    min-width: 60em;
    padding: 1em;
    background-color: rgb(45,45,45);
}
    
#pagina {
    min-width: 60em;
    border: 0.1em solid rgb(239,74,43);
        margin-left: auto;
    margin-right: auto;
}    
    
/* -------------------- HEADER --------------------*/
    
#hora {
    float: left;
    width: 35%;
    visibility: visible;
    color: #ffffff;
}
    
#hora #linea {
    width: 1em;
    border-top: solid 0.15em rgb(239,74,43);
    padding-bottom: 0.5em;
}    
    
#logo {
    width: 10%;
    height: auto;
    padding: 0em;
    margin-left: 4em;
    float: left;
   
}

logo img {
    max-width: 100%;
    height: auto;
}    
    
#slogan #linea2 {
    width: 1.2em;
    border-top: 0.2em solid rgb(239,74,43);
} 

#slogan h4 {
    background-color: transparent;
    width: 50%;    
    float: right;
    margin:0;
    padding: 0;
    text-align: right;
    margin-left: 10em;
    margin-top: 0.6em;
}

#slogan h5 {
    background-color: transparent;
    width: 52%;
    float: right;
    margin-left: 13em;
    padding: 0;
    margin: 0;
    text-align: right;
}

#slogan {
    width: 40%;  
}    
    
nav ul li {
    border-top: 0.2em solid rgb(239,74,43);
    padding-top: 0.5em;
    margin: 0 2em;
}

nav ul li a {
    font-size: 0.9em;
    width: 19.6%;
}
        
nav ul {
    margin-left: 8em;
    padding: 0;
}

nav {
    border-top: 0.08em solid rgb(239,74,43);
    margin-top: 4em;
    margin-bottom: 3em;
}

nav ul li:hover {
    border-top: 0.12em solid #ffffff;
}

nav ul li a:hover {
    color: rgb(239,74,43);
    font-weight: normal;
}  
/* --------------------MAIN --------------------*/ 

#ultimoprograma {
    margin-top: 12em;
    width: 100%;
    height: auto;
}
    
#ultimoprograma h3 { 
    background-image: url(imagenes/video1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    color: rgb(239,74,43);
    padding: 0;
    font-size: 6em;
    margin: 0;
    padding: 4em 5em 1em 1em;
}

#ultimoprograma p {
    color: white;
    font-size: 0.9em;
    margin: -5em 0 2em 0 ;
    padding-bottom: 2em; 
    float: left;
    border-bottom: solid 0.15em #000000;
    
}        
    
#video2 {
    width: 40%;
    float: left;
    margin-top: 3em;  
    border: solid 0.08em rgb(2349,74,43);
}
 
#dato1 {
float:left;
width: 24%;    
margin-top: 3em; 
margin-left: 1em; 
font-weight: normal;
}

#dato2 {
    visibility: visible;
    width: 17%;
    height: 35%;
    float: left;
    margin-top: 1em; 
padding-left: 1em; 
font-weight: normal;
}       
    
#video3 {
    margin-left: 10.5em;
}
    
#video4 {
    width: 24%;
    float: left;  
    margin-top: -1.8em;
    margin-right: 0.25em;
    height: auto;
    overflow: hidden;
    border: solid 0.08em rgb(2349,74,43);
}
    
#dato3 {
    visibility: visible;
    width: 20%;
    height:auto;
    float: left;
    font-weight: normal;
    text-align: right;
    margin-left: 10.6em;
    margin-right: 1em;
    margin-top: 0.5em
}   
   
#dato4 {
    visibility: visible;
    width: 20%;
    height:auto;
    float: left;
    font-weight: normal;
    text-align: right;
    margin-left: 24.5em;
    margin-right: 1em;
    margin-top: 0.5em
}   

#dato4 h5 {
    line-height: 1.3em;
    margin: 0.8em 0 0 0;
    color: #ffffff;
    width: 100%;
}

#dato4 #linea1 {
    border-top: 0.15em solid rgb(239,74,43);
    width: 1em;
    margin-bottom: 0.5em;
    float: right;
}    
    
#video5 {
    margin-top: 0.1em;
    border: solid 0.08em rgb(2349,74,43);
    height: auto;
}
   
#video5 img {
    width: 100%;
    height: auto;
}
    
#dato5 {
    visibility: visible;
    width: 20%;
    height:auto;
    float: left;
    font-weight: normal;
    text-align: right;
    margin-left: -3em;
    margin-right: 1em;
    margin-top: 0.5em
}   

#dato5 h5 {
    line-height: 1.3em;
    margin: 0.8em 0 0 0;
    color: #ffffff;
    width: 100%;
}

#dato5 #linea1 {
    border-top: 0.15em solid rgb(239,74,43);
    width: 1em;
    margin-bottom: 0.5em;
    float: right;
}      
    
#video6 {
    width: 37%;
    height: auto;
    border: solid 0.08em rgb(2349,74,43);
    margin-top: -5em;
}
    
#video6 img {
    width: 100%;
    height: auto;
}
    
#vertodos2 {
    float:right;
    text-align: center;
    width: 25%;
    margin-top: 7.5em;
    visibility: visible;
    height: auto;
}

#vertodos2 h6 {
    color: rgb(239,74,43);
    background-color: #ffffff;
    padding: 0.8em;
    font-weight: bold;
}

#vertodos2 h6:hover {
    background-color: #000000;
    color: #ffffff;
}    
    
/* --------------------FOOTER --------------------*/

footer h5 {
    margin: 1em 0 0.5em 1em;
    padding: 0 0 0.2em 0;
    border-bottom: solid 0.1em rgb(239,74,43);
    font-size: 0.9em;
    width: 50%;
}

footer ul {
    list-style: none;
    margin: 0 0 0em 1em;
    padding: 0;
}

footer ul li {
    font-size: 0.8em;
}

#concurso {
    float: left;
    width: 15%;
    margin-right: 0em;
}

#mapa {
    float: left;
    width: 15%;
    margin-right: 0em;
}

#programas {
    float: left;
    width: 15%;
    margin-right: 0em;
}

#quienessomos {
    float: left;
    width: 22%;
    margin:0;
    padding: 0;
    
}
    
#quienessomos ul {
    width: 45%;
}

#logo2 {
    float: left;
    text-align: center;
    border-bottom: solid 0.1em rgb(239,74,43);
    width: 60%;
    margin-left: 20%;
    margin-top: 2em;
    padding-bottom: 1em;
}

#logo2 img {
}
#redes {
  margin-left: 0;
    float: left;
    width: 30%;
    margin-right: 1em;
    margin-bottom: 0.6em;
}

#redes ul li {
    width: 20%;
    margin: 1em;
    padding: 0;
}
    
#redes ul li a img{
    width: 100%;
}

#legales {
    margin-right: 2em;
}

#legales p {
    text-align: left;
}
    
#logoparestv {
    width: 5%;
    margin: 0.5em 2em 2em 24em;
}

#logoparestv img {
    width: 120%;
}

#logofadu {
    width: 30%;
    margin: 0.5em 0em 0em 0em;
}

#logofadu img {
    width: 26%;
}    
            