* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* ------------------------------
Reglas Generales
-------------------------------*/

body {
	font-family: scada, sans-serif;
	font-size: 16px;
}

#pagina {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

img {
    height: auto;
}

/* ------------------------------
Header
-------------------------------*/

header {
    background-image:url(imagenes/imagen_header.png);
}

#logo {
    padding: 1em;
    margin-top: -3em;
    
}

#redes {
    text-align: center;
    padding-top: 1em;
    margin-left: 47em;
    width: 20%;
}

#redes li {
    list-style: none;
}

#redes img {
    margin-right: 1em;
    width: 25px;
}


#login ul {
    text-align: right;
    float: right;
    margin-top: -4em;
    line-height: 0.7em;
    margin-right: 2em;
}

#login li {
    list-style: none;
}

#login li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}


/* ------------------------------
Menus
-------------------------------*/

header nav {
background: rgba(0,3,3,0.7);
}

header nav ul {
text-align: center;
padding: 0.5em;
margin-top: 0;    
}

header nav ul li {
    list-style: none;
    margin-right: 1em;
    display: inline-block;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: "Poiret One";
    font-weight: bolder;
    padding: 0.5em;
}

nav ul li a:hover {
    color: #FFA500;
}

nav ul li a.activo {
    color: orange;
    font-weight: bolder;
}

/*----------secciones----------*/

#inicio {
text-align: center;
width: 300px;
height: 200px;
background-image: url(imagenes/imagen_mapa0.png);    
margin-left: 20em;
margin-bottom: 1em;
margin-top: 1em;    
}
#inicio a {
text-decoration: none;
color: #bd406f;
}

#inicio a:hover {
color:orange;
} 

#personajes {
background-image: url(imagenes/imagen_mapa1.png);
float: left;
width: 300px;
height: 200px;  
overflow: hidden;
margin-right: 1em;
}
#personajes a {
color: #bd406f;
text-decoration: none;
}
#personajes a:hover {
color:orange;
}

#tips {
background-image: url(imagenes/imagen_mapa2.png);    
width: 300px;
height: 200px;   
float: left;
overflow: hidden;
margin-right: 1em;    
}

#tips a {
color: #bd406f;
text-decoration: none;
}
#tips a:hover {
color:orange;    
}

#galeria {
background-image: url(imagenes/imagen_mapa3.png);    
width: 300px;
height: 200px;   
float: left;
overflow: hidden;
margin-right: 1em;    
}
#galeria a {
color: #bd406f;
text-decoration: none;
}
#galeria a:hover {
color:orange;    
}
#programas {
background-image: url(imagenes/imagen_mapa4.png);      
width: 300px;
height: 200px;    
float: left;
overflow: hidden;
margin-right: 1em;    

}
#programas a {
color: #bd406f;
text-decoration: none;
}
#programas a:hover {
color:orange;    
}
#noticias_fadu {
background-image: url(imagenes/imagen_mapa5.png);      
width: 300px;
height: 200px;
    float: left;
overflow: hidden;
margin-right: 1em;    
}
#noticias_fadu a {
color: #bd406f;
text-decoration: none;
}
#noticias_fadu a:hover {
color:orange;    
}
#preguntas_frecuentes {
background-image: url(imagenes/imagen_mapa7.png);      
width: 300px;
height: 200px;
float: left;
overflow: hidden;
margin-right: 1em;    
}
#preguntas_frecuentes a {
color: #bd406f;
text-decoration: none;
}
#preguntas_frecuentes a:hover {
color:orange;    
}
#contacto {
background-image: url(imagenes/imagen_mapa6.png);      
width: 300px;
height: 200px;   
float: left;
overflow: hidden;
margin-right: 1em;    
}
#contacto a {
color: #bd406f;
text-decoration: none;
}
#contacto a:hover {
color:orange;    
}
#quienes_somos {
background-image: url(imagenes/imagen_mapa8.png);      
width: 300px;
height: 200px;   
float: left;
overflow: hidden;
margin-right: 1em;    
}
#quienes_somos a {
color: #bd406f;
text-decoration: none;
}
#quienes_somos a:hover {
color:orange;    
}

/* ------------------------------
Footer
-------------------------------*/

footer {
    margin-top: 1em;
    background-color: #bd406f;
    overflow: hidden;
    clear: both;
    padding: 1em;
    font-size: 13px;
}

footer #nav2 {
    color: pink;
}

#logoptv {
    margin: 0 2em;
    float: left;
    
}

#nav1 {
    overflow: hidden;
    float: left;
    margin-right: 2em;
}

#nav1 a {
    color: black;
    text-decoration: none;
}

#nav1 a:hover {
    color: darkgrey;
}

#nav2 {
    overflow: hidden;
    border-left: 1px solid pink;
    padding-left: 1rem;
    margin-right: 4em;
    font-size: 14px;
    line-height: 1.5rem;
    float: left;
}

#nav2 a {
    color: white;
    text-decoration: none;
}

#nav2 a:hover {
    color: darkgrey;
}

footer h6 {
    font-size: 10px;
    color: black;
    overflow: hidden;
    
}
