@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700); 
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);


body{ 
    background-image:url("imagenes-4/fondo.jpg"); 
    font-family: 'Roboto Condensed', sans-serif;
    background-color: rgba(255, 255, 255);
    margin: 0px;
    font-size: 10pt;
    text-decoration: none;
    font-weight: 300;
    height: 100%;
    overflow-x: hidden;
    
}

body div#contenidoblanco{
    width: 1015px;
    margin:auto;
    background-color: rgba(255, 255, 255, 0); 
    margin-left: center;
    height: 1300px;
    }

body div#contenidoblanco2{
    width: 1015px;
    margin:180px;
    background-color: rgba(255, 255, 255, 0); 
    margin-left:200px;
    height: 1465px;
    }

body div#encabezado{
    width: auto;
    
    
    
}
 body header {
    width: auto;
 }

/*navegador animacion*/

.fixed {
	position: fixed; 
	top: 1px; 
	height:  auto; 
	z-index: 1;
}

body div#navegador {
    background-image:url(imagenes-4/navegador.png);
    height: 65px;
    margin-top:-10px;
    width: 1024px;
}



/*menu principal*/
nav ul {
    margin-top: 20px;
    width: 1024;

}
nav ul li  a{
    font-size: 17px;
    list-style: none;
    text-decoration: none;
    color: #1c1c1b;
    font-family: "Open Sans", sans-serif;
    font-weight:700;
    margin-bottom:; 
    color: #000000;
}

/*submenu*/
nav ul li a:hover {
    background: rgba(255, 255, 255, 0.26);
    margin:2px;
    border-bottom-style:solid;
    
}
nav  ul  li ul li:hover {
	background-color: rgba(250, 255, 232, 0.5);
	height: 27px;
    borderr border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 200px;
    border-bottom-style:  ;
    
    
}

nav ul li {
    width: auto;



}
ul#menu {
 background: rgba(253, 253, 253, 0);
 width: 1024px;
 float:left;
 padding: px;
}
  
ul#menu li {
 color: #312d2d;
 float: left;
 list-style: none;
 padding-left: 40px;
    
}
  
ul#menu li:hover{
 color: #aaa073;
 cursor:pointer;
}
  
ul#menu ul {
 display: none;
 position: absolute;
 top: 30px;
 background: rgba(185, 198, 132, 0.79);
 color: #fff;
 padding: 5px 0px 5px 5px;
 margin: 0;
 border-bottom-left-radius:15px;
 border-bottom-right-radius: 15px
    
    
 }
  
ul#menu ul li{
 float: left;
 color: #716767;
 width: 100%;
 margin:2% 1%;
}
 
 
ul#menu ul li a{
 color: #ffffff;
 font-size: 13px;
 margin-left: -20px;
font-weight:500;
}
  
ul#menu ul li a:hover{
 color: #575252;
 cursor:pointer;
}
  
ul#menu li:hover ul ul,ul#menu li:hover ul ul ul,ul#menu li.iehover ul ul,ul#menu li.iehover ul ul ul {
 display: none;
 cursor:pointer;
 
}
  
ul#menu li:hover ul,ul#menu ul li:hover ul,ul#menu ul ul li:hover ul,ul#menu li.iehover ul,ul#menu ul li.iehover ul,ul#menu ul ul li.iehover ul {
 display: block;
 cursor:pointer;
 
}

/*titulo de pagina*/

 main div.inicio h1{
    background: rgb(0, 0, 0);
   text-align:center;
   color: #000000;
   height:21px;
   margin-top: -10px;
   font-size: 23px;
   padding-bottom:10px;
   padding-top:5px;
}

/*COPIAR HASTA AQUI*/




/* DOCUMENTALES*/



div#titulodoc1{
    
    background-image: url(imagenes-4/programas/fondo-hoyen-01.png);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.86);
	margin: 0px;
	width: 34%;
	height: 157px;
    margin-left:10px;
    margin-top: 10px;
	
}

 .info h1{
	text-align: left;
    color: rgb(255, 136, 0);
    margin-left: 10px;
     
    
}

.info p{
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
}


 .docprincipal{
	float: left;
    margin-top: -158px;
    margin-left: 360px;
}

div#titulodoc2{
    width: 350px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.6);
    
}

div#titulodoc2 h1{
    color: rgb(6, 120, 180);
    text-align: right;
    margin-right: -30px;
    margin-top: 10px;    
    
}



/*aside*/

main aside{
	width: 100%;
	height: 400px;
	
}

aside .programas{
	margin-top: 10px;
	width: 25%;
	height: 57%;
	background-image: url(../imagenes/fondo-1.jpg);
	background-size: cover;
	background-position: center;
	position: inherit;
	float: left;
}

aside .programas h1{
	font-size: 1.7rem;
	color:white;
	box-sizing: border-box;
	padding: 26px 43px;
    
}

aside .vivo{
    background-color: rgba(6, 120, 180, 0.67);
	width: 39%;
	height: 57%;
	padding-left: 20px;
	margin-top: 10px;
	box-sizing: border-box;
	position: relative;
	float: left;
    margin-left:75px;
    color: #fff;
}

aside .video{
	width: 25%;
	height: 57%;
	padding-left:50px;
	margin-top: 10px;
	position: relative;
	float: left;
	box-sizing: border-box;
}


aside .video2{
	width: 100%;
	height: 100%;
	background-image: url(imagenes-4/programas/online-b-01.jpg);
	background-size: cover;
	background-position: center;
    margin-left: 60px;
}

aside .documentales{
	margin-top: 10px;
	width: 50%;
	height: 57%;
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
	float:left;
}

aside .documentales2{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/foto-2.jpg);
	background-size: cover;
	background-position: center;
}



/*MAS DOCUMENTALES*/


section article div#documental-a{
    background:rgba(0, 0, 0, 0.85);
    padding-top:19px;
    padding-right: 1px;
    float: left;
    margin-right: 29px;
    margin-top: -200px;
  
}

section article div#documental-a{
   
    width:232px;
    height: 198px;
    float:left;
    padding-left:10px;
    background: rgba(255, 255, 255, 0);
    margin-top:-500px;
     
    
}
 

section article div#documental-a h1{
    color: #fff;
    background-image:url(imagenes-4/programas/fondo-titu-01.png);
    background-repeat: no-repeat;
    margin-left: 0px;
    padding-left: 10px;
    font-weight: 100;
    height: 25px;
    padding-top:2px; 
    margin-top: auto;
    }


section article div#documental-b{
    width:232px;
    height: 198px;
    float:left;
    background: rgba(255, 255, 255, 0);   
    margin-top:-480px;
    margin-left: 256px;
    
}
 

section article div#documental-b h1{
    color: #fff;
    background-image:url(imagenes-4/programas/fondo-titu-01.png);
    background-repeat: no-repeat;
    margin-left: 0px;
    padding-left: 10px;
    font-weight: 100;
    height: 25px;
    padding-top:2px; 
    margin-top: auto
    }


section article div#documental-c{
    width:232px;
    height: 198px;
    float:left;
    background: rgba(255, 255, 255, 0);
    padding-top: 0px;    
    margin-top:-480px;
    margin-left: 500px;
    
}

section article div#documental-c h1{
    color: #fff;
    background-image:url(imagenes-4/programas/fondo-titu-01.png);
    background-repeat: no-repeat;
    margin-left: 0px;
    padding-left: 10px;
    font-weight: 100;
    height: 25px;
    padding-top:2px; 
    margin-top: auto
    }


section article div#documental-d{
    width:232px;
    height: 198px;
    float:left;
    background: rgba(255, 255, 255, 0);
    padding-top: 0px;
    margin-top:-480px;
    margin-left:745px;
    
}


section article div#documental-d h1{
    color: #fff;
    background-image:url(imagenes-4/programas/fondo-titu-01.png);
    background-repeat: no-repeat;
    margin-left: 0px;
    padding-left: 10px;
    font-weight: 100;
    height: 25px;
    padding-top:2px; 
    margin-top: auto
    }






/*FOOTER*/

footer div#piedepagina{
    height: 200px;
    width: 1050px;
    background-image:url(imagenes-4/fondofooter-01.png);
    background-repeat: no-repeat;
    position: absolute;
    margin: center;
    margin-top:-1900px;
    margin-left:205px;
}



footer div#f3 {
   height: 70px;
    float: left;
    width: 1024px;
    margin-top:-96px;
    margin-bottom: -26px;
    background: rgb(11, 11, 11);
 
}


footer div#f3 p {
  color:#fff1f1;
    font-size: 10px;
    text-align: center;
    padding: 1px;
    margin-top: 25px;
    border-top:1px dotted #4a4a4a; 
    padding-top: 8px;
}

footer div.f1  li{
    margin-top:-px;
    list-style: none;
    margin-left: 25px;
   
}

footer div.f1{
    height: 190px;
    width: 180px;
    float: left;
    padding-left: 15px;
    padding-top: 70px;
    
}

footer div.f1 ul li{
    padding-top:-19px;
}
footer div.f1  li{
    margin-top:-px
   
}

footer div.f1 a{
   font-size:12px;
   color: #ffffff;
   font-weight: 300px;
    margin-left: 5px;
text-decoration: none;
   
    
}

footer div#f1 {
    margin-top: 60px;
}



