@font-face{
	font-family:"FuturaIGg";
	src:url("../fonts/Futura/futura_light_bt.woff") format("woff"),
		url("../fonts/Futura/futura_light_bt.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Futura/futura_light_bt.ttf") format("truetype");
}
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	font-family:FuturaIGg !important;
}
#imagen_header{
	margin-top: 40px;
}


#iconos_header{ /*header div a img {/*----contenedor imagenes iconos redes sociales- LAS MEDIDAS ESTABAN EN 80PX-----*/
  
    margin-top: 66px ;
    margin-right: -47px;
    color:#000;
}
/*---Titulos de los botones al posicionar el mouse sobre la imagen-------*/
.botones a {
  color: #900;
  text-decoration: none;
}

.botones  a:hover {
  color: red;
  position: relative;
}
.botones a:hover:after {
  content: attr(texto);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}


/*--------------Sección Principal--------------*/  
#principal {      
	width: 97%;
	height: 400px;
	background-color:;
	color:transparent;
	clear: both;
	z-index:;
}

#imagen_inves_mobile {

	display: none;
}
#imagen_publi_mobile {

	display: none;
}
#imagen_biblio_mobile {

	display: none;
}
#imagen_comu_mobile {

	display: none;
}

#buscador {
    clear: both;
	height: 50px;
	margin-top: 20px; /*700px a probar medidas en responsivo*/
	margin-left: 10px;	
}

#secundaria{
	margin-bottom: 40px;
	padding-top: 50px;
}

main div img {  /*------Imagenes de secciones en el contenedor principal-------*/
	background: white;
	position:; /* absolute*/
}

main div {
	position:;
}

/*.menupubli {
		display:none;
		border-radius: 5px;
		padding:5px;
		border:1px solid #ccc;
		background-color:#f1f1f1;
		width:240px;
		z-index: 10;
	}
#capa{
		position:absolute;
		top:0px;
		left:0px;
		width:0%;
		height:0%;
		background-color: transparent;
		
		z-index: 5;
}*/

.page-header {
  color:white;
  text-shadow: 0px 0px 10px black;
}


/*----------- Sección Secundaria -------*/
#secundaria {

	clear: both;
	margin-top: 2px;
}

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

#iconos_footer{ 
	
	float:left;
}

#creditos{
	width: 50%
	height: 100%;
	float: left;
	color: #000;
}

/*------ iconos footer ---*/
footer div a img {   
	margin-top: 10px ;
	margin-bottom:50px;
    width: 60px;
    height: 60px;
}

footer div h6 p{
    float: left; 
	background-color:;
	text-align: justify;
	margin-bottom: 50px;
}




/*----Responsive 990px--------*/
@media screen and (max-width: 990px){

#video1{
        width:100%;
        height:auto;


}


#imagen_inves_desk {

	display: none ;
}

#imagen_inves_mobile {
    
	display: block ;
	
}

#imagen_publi_desk {

	display: none ;

}

#imagen_publi_mobile {
    
	display: block ;
	
}

#imagen_biblio_desk {

	display: none ;

}

#imagen_biblio_mobile {
    
	display: block ;
	
}

#imagen_comu_desk {

	display: none ;
}

#imagen_comu_mobile {
   
	display: block ;
	
}

#buscador {
    clear: both;
	height: 10px;
	padding: 10px;	

}



/*-----Responsive 470px------*/
@media screen and (max-width: 470px){

#video1{
        width:100%;
        height:auto;


}


#iconos_header{
  
    margin-top: 66px ;
    margin-right: -47px;
    color:#000;
}

#iconos_header img{
	height: 40px;
	width: 40px;
}

#imagen_inves_desk {

	display: none ;
}

#imagen_inves_mobile {
	display: block ;
}

#imagen_publi_desk {

	display: none ;
}

#imagen_publi_mobile {
    
	display: block ;
}

#imagen_biblio_desk {

	display: none ;
}

#imagen_biblio_mobile {
    
	display: block ;
}

#imagen_comu_desk {

	display: none ;
}

#imagen_comu_mobile {
   
	display: block ;
}

} 

#buscador {
    clear: both;
	height: 10px;
	padding: 10px;	
}

