@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Karla:400,700,400italic,700italic);
/*///GENERAL///*/
*{
    padding: 0;
    margin: 0;
}
.contenedor{
    width: 100%;
    max-width: 80em;
    margin: auto;
    overflow: hidden;
    background-color: white;

}
@media screen and (min-width:768px) {
.fotofondo{
background-image: url(imagenes/ws_Blurred_City_Lights_1920x1200.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
body{
   font-family: "Karla", "Arial", sans-serif;
    color: black;
}
ul{
list-style: none;
}
li{
list-style: none;
    font-family: "Karla", "Arial", sans-serif;
}
span{
color: rgb(57, 177, 176);
}
/*/////////TIPOGRAFIAS/////////*/
h2{
    font-size: 2em;
    font-family: 'Karla', 'times new roman', sans-serif;
    font-weight: 800;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.3em 0.5em 0.3em 0.5em;
    margin-bottom: 0.6em;
}
h3{
    font-size: 1em;
    color: white;
    margin-bottom: 1em;
}
h4{
 font-size: 0.9em;
}
/*//////////RECUADROS///////////////*/
.negro{
background-color: black;
padding:  0.3em;
    height: 1em;
    margin-bottom: 0.5em;
}
.espaciodes{
background-color: black;
    height: 1em;
    margin-bottom: 0.8em;
}
/*/////////HEADER/////////*/
header {
    background-color: rgb(57, 177, 176);
    overflow: hidden;
   
}
/*/////////MAIN/////////*/
main {
   overflow: hidden;
   margin-bottom: 0.8em;
   margin-top: 0.8em;
   height: auto;
}
.recuadro{
overflow: hidden;
    padding: 1em;
    border: solid thin black;
    margin: 0.5em;
}
.integrantes{
overflow: hidden;
margin-bottom: 1em;
    padding: 1em;
}
.alumnos{
    float: left;
    width: 25%;
}
.redondo img{
 border-radius:50%;
  border: solid thin rgb(57, 177, 176);
  border-width: 0.3em;
    margin-left: 0.3em;
    margin-top: 0.8em;
    width: 79%;
}
.abajo{
margin-top: 0.8em;
overflow: hidden;
    clear: both;
}
.abajo h3{
color: rgb(57, 177, 176);
text-align: center;
}
.linea{
background-color: rgb(57, 177, 176);
height: 0.2em;
    width: 71%;
}
.lineauno{
background-color: rgb(57, 177, 176);
height: 0.2em;
    width: 71%;
    margin-top:1.2em;
    margin-bottom: 1em;
}
.desarrollo{
border: solid thin rgb(57, 177, 176);
margin-top: 1em;
height: 36em;
color: white;
width: 90%;
background-color: rgb(57, 177, 176);
}
.control h4{
display: none;
}
.logoschicos img{
width: 80%;
margin-left: 0.2em;
}
.control{
    overflow: hidden;
    margin-bottom: 0.8em;
    padding: 0.5em;
}
.derecha{
    width: 99.9%;
    margin-bottom: 1em;
}
.allado{
    width: 96%;
    background-color: black;
    margin top: 4em;
    padding: 0.5em;
    height: 19em;
    overflow: hidden;
}
.allado img{
width: 30%;
    opacity: 1;
        float: left;
    margin-right: 1em;
}
.pantallas img{
width: 69%;
margin-bottom: 0.3em;
}
.desarrollotex{
margin-bottom: 0.5em;
    font-size: 1em;
}
.datouno{
 float: left;
    width: 48%;
    margin-right: 0.65em;
}
.sip{
float: left;
    margin-left: 3em;
    margin-top: 3em;
}
.up{
float: left;
    margin-top:2em;
    height: 3em;
}

 /*///BOTON DESPLEGABLE VER MAS///*/

.botonera span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.botonera span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.botonera:hover span {
  padding-right: 25px;
}

.botonera:hover span:after {
  opacity: 1;
  right: 0;
}
.botonera{
border: solid thin white;
     border-radius: 4px;
    padding-bottom: 0.2em;
    margin-right: 1.3em;
   width: 30%;
    text-align: center;
    float: right;
    margin-bottom: 0.1em;
    transition: all 0.5s;
  cursor: pointer;
    display: inline-block;
    padding-top: 0.2em;
    }
.botonera ul li a{
font-size: 0.8em;
}
    
/*/////////FOOTER/////////*/    
footer {
    background-color: black;
    overflow: hidden;
    clear: both;
    padding: 1em;
    color: rgb(57, 177, 176);
    text-align: center;
}

/*/////////BARRA DE NAVEGACION/////////*/ 
#header{
  width: 100%;
margin: auto;
}
.nav > li{
float:left;
}
.nav li a{
background-color: rgb(57, 177, 176);
    color: white;
    text-decoration: none;
    padding: 10px 12px;
    display: block;
}

 .nav li a:hover {
background-color:rgb(0, 166, 198);
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
 }
			
.nav li ul {
				display:none;
				position:absolute;
				min-width:140px;
			}
			
			.nav li:hover > ul {
				display:block;
			}
			
			.nav li ul li {
				position:relative;
			}
.nav li ul li ul {
				right:-183px;
				top:4px;
			}
nav ul li a{
    color: azure;
    background-color: black;
    border-bottom-style: groove;
    border-color: cornflowerblue;
    background-blend-mode: color-burn;
    width: 100%;
    display: inline-block;
    text-decoration: none;
   
} 
nav ul li a:hover{
    color: darkslateblue;
    background-color: snow;
   
}
nav ul li{
     display: inline-block;
    
}

.alumnos img:hover{
    opacity: 0.5;
}
aside{
        background-color: rgb(0, 166, 198);
        color: black;
        font-size: 0.8em;
        padding: 1em;
        margin-bottom: 0.8em;
        margin-top: 0.8em;
        overflow: hidden;
        margin-right: 0.5em;
        margin-left: 0.5em;
    
    } 
/*//////CARTA/////////*/
/*////SOBRE BARRA DE NAVEGACION///*/
.sobrenav{
color: white;
    font-size: 0.8em;
    text-align: center;
    width: 50%;
    padding-left: 3em;
    float: left;
}
.espaciodesdos{
background-color: black;
    height: 6em;
    margin-bottom: 0.8em;
    padding-top: 0.5em;
    overflow: hidden;
}

.sipdos{
float: left;
    margin-left: 18em;
    margin-top: -5em;
    background-color: white;
}
.recuadro li{
margin-bottom: 0.8em;
}
.par{
overflow: hidden;
    margin-bottom: 1em;
}
.parjun{
    margin-right: 0.5em;
}

nav ul li{
        width: 13.85%;
        text-align: center
}
    
    
/*////////// MAPA DE SITIO - PC //////////*/
    
#headermapa{
    clear: both;
    margin-left: 3em;
}
        
.mapadesitiocontenidos li h4{
    color: rgb(57, 177, 176);
    border-style: solid;
    border-width: medium;
    border-color: rgb(57, 177, 176);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    width: 16.5em;

}
    
.mapadesitiocontenidos #mapadesitio h2{
    color: black;   
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 3em 0em 3em 19em;
    
}
    
.mapadesitiocontenidos li {
    margin-top: 0.5em;
}
    
#tituloiniciomapa #botoniniciomapa{
    float: none;
}

#botoniniciomapa li h4{
    color: rgb(57, 177, 176);
    border-style: solid;
    border-width: medium;
    border-color: rgb(57, 177, 176);
    width: 100%;
}
    
#botoniniciomapa li h4 a{
    color: rgb(57, 177, 176);
    border-style: none;
    width: 100%;
    margin: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1em;
    transition-duration: 0.4s;
    padding: 1em 20em 1em 41em;
}

#botoniniciomapa li h4 a:hover{
    background-color: rgb(57, 177, 176);
    color: white;
}   

#tituloiniciomapa #botoniniciomapa li{
    margin-top: 0;
    width: 100%;
}    
     
#headermapa #tiempomapa{
    float: left;
    margin-left: 0em;
}

#headermapa #tiempomapa li h4 a{
    color: rgb(57, 177, 176);
    font-family: "Roboto", sans-serif;
    font-weight: 500;    
    font-size: 1em;
    transition-duration: 0.4s;
    padding: 0;
    width: 11em;
    padding:  0.5em 10em 0.5em 6.2em;
    
}
    
#headermapa #tiempomapa li h4 a:hover{
    background-color: rgb(57, 177, 176);
    color: white;
}


#headermapa #usuariomapa{
    float: left;
    margin-left: 2em;
    margin-right: 0em;
}

#headermapa #usuariomapa #loginmapa li{
    width: 15.2em;
}
    
#headermapa #usuariomapa #loginmapa li h4{
    padding:  0.5em 0em 0.5em 1em;
}

#headermapa #usuariomapa li a{
    color: black;

}
    
#headermapa #usuariomapa li a:hover{
    color: white;
}    

#headermapa #redesmapa{
    float: left;
    margin-right: 0em;
    margin-bottom: 2em;
    margin-left: 3em;
}

    
#headermapa #redesmapa #tituloredesmapa li h4{
    padding:  0.5em 0em 0.5em 1.5em;
}
    
#headermapa #redesmapa li a{
    color: black;

}

#headermapa #redesmapa li a:hover{
    color: white;
}        
    

.mapadesitiocontenidos li a{
    color: black;
    padding: 0.5em;
    transition-duration: 0.4s;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin: auto;
    
}

.mapadesitiocontenidos li a:hover{
    color: white;
    background-color: rgb(57, 177, 176);
}

#botoneramapa{
    clear: both;
    margin-left: 3em;
}


#botoneramapa .divisionmapa{
    background-color: rgb(57, 177, 176);
    padding: 0.5em 0em 0.5em 19em;
    color: white;
    margin: 0em 3.85em 0em -3em; 

}

#contenidoinicio .divisionmapa{
    background-color: rgb(57, 177, 176);
    padding: 0.5em 0em 0.5em 7em;
    color: white;
    margin: 0em 42.5em 0em -3em; 
}

#contenidoinicio{
    clear: both;
    margin: 0em 14.5em 0em 3em;
}    
    
#iniciomapa #botoneramapa div{
    float: left;
    margin-bottom: 0.5em;
    margin-right: 2.5em;
    width: 15.98em;
    
}
    
#iniciomapa{
    margin-top: 3em;
    border-top-style: solid;
    border-top-width:2em;
    border-top-color: rgb(57, 177, 176);
}
    
#botonepisodios{
    border-left-style: solid;
    border-left-width: 0.2em;
    border-left-color: rgb(57, 177, 176);  
    width: 27%;
 
}
    
#botonepisodios ul li{
    color: black;
    font-size: 12px;
    width: auto;
}
    
#botonnoticias{
    float: left;
    border-left-style: solid;
    border-left-width: 0.2em;
    border-left-color: rgb(57, 177, 176);    
}

#botonentrevista{
    float: left;
    border-left-style: solid;
    border-left-width: 0.2em;
    border-left-color: rgb(57, 177, 176);    
}
    
#noticiasmapa{
    border-top-style: solid;
    border-top-width: 0.5em;
    border-top-color: rgb(57, 177, 176);
    width: 100%;
}
    
#noticiasmapa li{
    width: 14em;
    margin-top: 0;
    width: 100%;
}

#noticiasmapa li h4{
    width: 100%;
}
    
#noticiasmapa li a{
    color: rgb(57, 177, 176);
    font-family: "Roboto", sans-serif;
    font-weight: 500;    
    font-size: 1em;
    transition-duration: 0.4s;
    padding: 0;
    width: 11em;
    padding:  0.5em 10.2em 0.5em 5.5em;  
}
    
#noticiasmapa li a:hover{
    color: white;
}
    
#episodiosmapa{
    border-top-style: solid;
    border-top-width: 0.5em;
    border-top-color: rgb(57, 177, 176);
}
    
#episodiosmapa li{
    width: 14em;
    margin-top: 0;
    width: 100%;
}

#episodiosmapa li h4{
    padding:  0.5em 10.2em 0.5em 5.5em;
}

#botoneramapa #botonepisodios #episodiosmapa li h4{
    color: rgb(57, 177, 176);
    font-family: "Roboto", sans-serif;
    font-weight: 500;    
    font-size: 1em;
    padding: 0;
    width: auto;
    padding:  0.5em 0em 0.5em 5em;
}
    
#entrevistamapa{
    border-top-style: solid;
    border-top-width: 0.5em;
    border-top-color: rgb(57, 177, 176);
    width: 100%;
}
    
#entrevistamapa li{
    margin-top: 0;
}
    
#entrevistamapa .menu{
    margin-top: 0;
}
    
#entrevistamapa li h4{
    width: 100%;
}

#entrevistamapa li a{
    color: rgb(57, 177, 176);
    font-family: "Roboto", sans-serif;
    font-weight: 500;    
    font-size: 1em;
    transition-duration: 0.4s;
    padding: 0;
    width: 11em;
    padding:  0.5em 11.2em 0.5em 4.5em;
}
    
#entrevistamapa li a:hover{
    color: white;
}

li{
    list-style: none;

}

#ul li ul li{
    margin-left: 1em;   
}
    
.menu{
    border-style: solid;
    border-width: thin;
    border-color: rgb(57, 177, 176);
    width: 100%;
}
    
.submenu{
    margin-left: 2em;
    padding-right: 2em;
    border-left-style: solid;
    border-left-color: rgb(57, 177, 176);
    border-left-width: 0.2em;
}
    
.submenu ul div{
    padding-right: 2.5em;
}

.submenudos{
    padding: 0em 2.5em 0em 3em;
}

#titulosubmenu{
    color: black;
    padding: 0.5em 2em 0.5em 2em;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin: auto;
    margin-top: 0.5em;
    border-style: solid;
    border-color: rgb(57, 177, 176);
    border-width: 0.2em;
}
#ultvideoinicio li{
    width: 17.5em;
}
#ultvideoinicio li h4{
    padding:  0.5em 0em 0.5em 4em;
    width: 17.5em;
}    

#ultnotiinicio li{
    width: 17.5em;
}

#ultnotiinicio li h4{
    padding:  0.5em 0em 0.5em 3.5em;
    width: 17.5em;
}

#noticiasgrales li{
    width: 17.5em;
}
    
#noticiasgrales li h4{
    width: auto;
}

#noticiasgrales li h4 a{
    color: rgb(57, 177, 176);
    font-family: "Roboto", sans-serif;
    font-weight: 500;    
    font-size: 1em;
    transition-duration: 0.4s;
    padding: 0;
    padding: 0.5em 0em 0.5em 3em;
    
}
#noticiasgrales li h4 a:hover{
    color: white;
}

#transitoinicio{
    margin-top: 1em;
}
    
#transitoinicio li{
    width: 17.5em;
}
    
#transitoinicio li h4{
    width: auto;
}
    
#transitoinicio li h4 a{
    color: rgb(57, 177, 176);
    font-family: "Roboto", sans-serif;
    font-weight: 500;    
    font-size: 1em;
    transition-duration: 0.4s;
    padding:  0.5em 3em 0.5em 3.5em;
    
}
#transitoinicio li h4 a:hover{
    color: white;
}

#videopromoident{
    margin-top: 1em;
}
    
#videopromoident li{
    width: 17.5em;
}
    
#videopromoident li h4{
    width: auto;
}
    
#videopromoident li h4 a{
    color: rgb(57, 177, 176);
    font-family: "Roboto", sans-serif;
    font-weight: 500;    
    font-size: 1em;
    transition-duration: 0.4s;
    padding:  0.5em 3em 0.5em 0.5em;
    
}
#videopromoident li h4 a:hover{
    color: white;
}
    
    
#entrevistasinicio{
    margin-top: 1em;
}
    
#entrevistasinicio li{
    width: 17.5em;
}
    
#entrevistasinicio li h4{
    width: 17.5em;
}
    
#entrevistasinicio h4 a{
    color: rgb(57, 177, 176);
    font-family: "Roboto", sans-serif;
    font-weight: 500;    
    font-size: 1em;
    transition-duration: 0.4s;
    padding:  0.5em 3em 0.5em 5em;
    
}
#entrevistasinicio li h4 a:hover{
    color: white;
}
    
/*////////// FIN MAPA DE SITIO - PC //////////*/

}

@media screen and (min-width:480px) {
    
.fotofondo{
background-image: url(imagenes/ws_Blurred_City_Lights_1920x1200.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
body{
   font-family: "Karla", "Arial", sans-serif;
    color: black;
}
ul{
list-style: none;
}
li{
list-style: none;
    font-family: "Karla", "Arial", sans-serif;
}
span{
color: rgb(57, 177, 176);
}
/*/////////TIPOGRAFIAS/////////*/
h2{
    font-size: 2em;
    font-family: 'Karla', 'times new roman', sans-serif;
    font-weight: 800;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.3em 0.5em 0.3em 0.5em;
    margin-bottom: 0.6em;
}
h3{
    font-size: 0.7em;
    color: white;
    margin-bottom: 1em;
}
h4{
 font-size: 0.9em;
}
/*//////////RECUADROS///////////////*/
.negro{
background-color: black;
padding:  0.3em;
    height: 1em;
    margin-bottom: 0.5em;
}
.espaciodes{
background-color: black;
    height: 1em;
    margin-bottom: 0.8em;
}
/*/////////HEADER/////////*/
header {
    background-color: rgb(57, 177, 176);
    overflow: hidden;
   
}
/*/////////MAIN/////////*/
main {
   overflow: hidden;
   margin-bottom: 0.8em;
   margin-top: 0.8em;
   height: auto;
}
.recuadro{
overflow: hidden;
    padding: 1em;
    border: solid thin black;
    margin: 0.5em;
}
.integrantes{
overflow: hidden;
margin-bottom: 1em;
    padding: 1em;
}
.alumnos{
    float: left;
    width: 25%;
}
.redondo img{
 border-radius:50%;
  border: solid thin rgb(57, 177, 176);
  border-width: 0.3em;
    margin-left: 0.3em;
    margin-top: 0.8em;
    width: 79%;
}
.abajo{
margin-top: 0.8em;
overflow: hidden;
    clear: both;
}
.abajo h3{
color: rgb(57, 177, 176);
text-align: center;
}
.linea{
background-color: rgb(57, 177, 176);
height: 0.2em;
    width: 71%;
}
.lineauno{
background-color: rgb(57, 177, 176);
height: 0.2em;
    width: 71%;
    margin-top:1.2em;
    margin-bottom: 1em;
}
.desarrollo{
border: solid thin rgb(57, 177, 176);
margin-top: 1em;
height: 36em;
color: white;
width: 90%;
background-color: rgb(57, 177, 176);
}
.control h4{
display: none;
}
.logoschicos img{
width: 80%;
margin-left: 0.2em;
}
.control{
    overflow: hidden;
    margin-bottom: 0.8em;
    padding: 0.5em;
}
.derecha{
    width: 99.9%;
    margin-bottom: 1em;
}
.allado{
    width: 96%;
    background-color: black;
    margin top: 4em;
    padding: 0.5em;
    height: 19em;
    overflow: hidden;
}
.allado img{
width: 30%;
    opacity: 1;
        float: left;
    margin-right: 1em;
}
.pantallas img{
width: 69%;
margin-bottom: 0.3em;
}
.desarrollotex{
margin-bottom: 0.5em;
    font-size: 1em;
}
.datouno{
 float: left;
    width: 48%;
    margin-right: 0.65em;
}
.sip{
float: left;
    margin-left: 3em;
    margin-top: 3em;
}
.up{
float: left;
    margin-top:2em;
    height: 3em;
}

 /*///BOTON DESPLEGABLE VER MAS///*/

.botonera span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.botonera span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.botonera:hover span {
  padding-right: 25px;
}

.botonera:hover span:after {
  opacity: 1;
  right: 0;
}
.botonera{
border: solid thin white;
     border-radius: 4px;
    padding-bottom: 0.2em;
    margin-right: 1.3em;
   width: 30%;
    text-align: center;
    float: right;
    margin-bottom: 0.1em;
    transition: all 0.5s;
  cursor: pointer;
    display: inline-block;
    padding-top: 0.2em;
    }
.botonera ul li a{
font-size: 0.8em;
}
    
/*/////////FOOTER/////////*/    
footer {
    background-color: black;
    overflow: hidden;
    clear: both;
    padding: 1em;
    color: rgb(57, 177, 176);
    text-align: center;
}

   
/*/////////BARRA DE NAVEGACION/////////*/ 
#header{
  width: 50%;
} 
    .nav li a{
    padding: 10px 12px;
}
    nav ul li a{
    display: table-column block;

    }
    .redondo img{
width: 58%;
    margin-left: 1.3em;
    margin-top: 0.8em;
}
    .abajo h3{
margin-right: 0em;
text-align:none;
        
}
.linea{
height: 0.5em;
}
    .lineauno{
height: 0.5em;
margin-top:0.1em;
margin-bottom: 1em;
}
    .logoschicos img{
width: 20%;
float: left;
margin-right: 1em;
        margin-left: 0;
}
    .control h4{
display: block;
}
    .desarrollo{
height: 19em;
width: 70%;
border-radius: 10%;
}
    .datouno{
    width: 40%;
    margin-right: 0.5em;
}
    .derecha{
float: left;
    width: 70%;
        margin-bottom: 0;
}
.allado{
float: left;
    width: 27%;
    margin top: 4em;
      margin-left: 1em;
    height: 16em;
}
    /*//////CARTA/////////*/
/*////SOBRE BARRA DE NAVEGACION///*/
.sobrenav{
padding-left: 22em;
}
    .espaciodesdos{
    height: 5em;
    padding-top: 1em;
}
    .sipdos{
    margin-left: 7em;
    margin-top: -0.4em;
    background-color: white;
}
    
    .parjun{
float: left;
    margin-right: 3.5em;
        margin-left: 4.2em;
}

nav ul li{
        width: 13.85%;
        text-align: center
}


    
}
