/**{margin:0; padding:0;}

body{
	background: #fff;
}*/
	
headerD{
	width:100%;
	overflow:hidden;
	background-image: url("/images/banner-top.png");
	margin-bottom:20px;
	display:none;
}

.wrapper{
	width:100%; /*Diseño final*/
	max-width:1200px;
	margin:auto;
	overflow:hidden;
}

headerD .logo{
	color: #fff;
	font-size:50px;
	line-height:200px;
	float:left;
	margin-left:30px;
}

headerD nav{
	float:right;
	line-height:200px;
}

headerD nav a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:0px 20px;
	line-height:normal;
	font-size:10px;
	/*font-weight:bold;*/
}

headerD nav a:hover{
	/*background:#fff;
	border-radius:50px;*/
}

.headerdin{
	max-width:1200px; /*Para diseño final*/
	display:inline;
	position:fixed;
	height:50px;
	z-index:100000000000;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}

.headerdintop{
	background-color:#808080;
	height:5px;
}

.headerdin .logo{
	line-height:35px;
	position:absolute;
	/*font-size:30px;*/
	/*z-index:100000000000;*/

}

.headerdin nav{
	line-height:47px;
}

.headerdin nav a{
}

.headerdin img{
	max-width:140px; /*Diseño final*/
}

/*.contenido{
	padding-top:100px;
}

.contenido p{
	margin-bottom:1em;
}*/

@media screen and (max-width:1269px){
	headerD .logo,
	headerD nav{
		width:100%;
		text-align: center;
		line-height:80px;
		margin-left:0px;
	}
	
	.headerdin {
		height:auto;
	}
	
	.headerdin img{
		max-width:80px;

	}
	
	.headerdin .logo,
	.headerdin nav{
		position:relative;
		/*height:50px;*/
		text-align: center;
		line-height:20px;
	}

	.headerdin nav a{
		font-size:12px;
	}
	
}

.headerdinmovil{
	display:inline;
	position:fixed;
	height:45px;
}

/*Poner el estilo a los colores del Menu-------------------------------------------------*/

/*Capitalizar y personalizar los titulos de los menus*/
.tituloshd {
    font-size: 13px;
    /*font-weight: bold;*/
    text-transform: none;
    text-shadow: 0px 0px 0px #ffffff;
	border-style:solid;
	border-width: 1px;
	border-color: #E0E0E0;
  	padding: 15px 18px 15px;
	margin-right: -4px;
}

/*Principal menu*/
.hdprincipal {
    /*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #E6E6E6),
	color-stop(1, #808080)
    );
    background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #808080 100%);
    background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #808080 100%);
    background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #808080 100%);
    background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #808080 100%);
    background-image: linear-gradient(to bottom, #E6E6E6 0%, #808080 100%);*/
	font-weight: bold;
	color:#033A61;
	background-color: #EEECEC;
}

.hdprincipal:hover{
	background-color: #B4B4B4;
	-webkit-transition: background-color 1.0s;
	-moz-transition: background-color 1.0s;
	-o-transition: background-color 1.0s;
	transition: background-color 1.0s;
	color: #FFF;
}

/*Cambiar el color de un menu activo*/
/*.gf-menu.l1  li.active > .item::before{
    width: 100%;
    background-color: #FFF;
    z-index:-1;
    background-image: none;
}*/

/*Recursos Informativos menu(Antes: Bases de Datos)*/
.hdrecursosinformativos{
    /*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FA031C),
	color-stop(1, #640409)
    );
    background-image: -o-linear-gradient(bottom, #FA031C 0%, #640409 100%);
    background-image: -moz-linear-gradient(bottom, #FA031C 0%, #640409 100%);
    background-image: -webkit-linear-gradient(bottom, #FA031C 0%, #640409 100%);
    background-image: -ms-linear-gradient(bottom, #FA031C 0%, #640409 100%);
    background-image: linear-gradient(to bottom, #FA031C 0%, #640409 100%);*/
	font-weight: bold;
	color:#C40000;
	background-color: #EEECEC;
}

.hdrecursosinformativos:hover{
	background-color: #C40000;
	-webkit-transition: background-color 1.0s;
	-moz-transition: background-color 1.0s;
	-o-transition: background-color 1.0s;
	transition: background-color 1.0s;
	color: #FFF;
}

/*Repositorio Institucional menu(Antes: Colecciones electrónicas) no registrado*/
.hdrepo{
    /*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #6CCF4F),
	color-stop(1, #376B33)
    );
    background-image: -o-linear-gradient(bottom, #6CCF4F 0%, #376B33 100%);
    background-image: -moz-linear-gradient(bottom, #6CCF4F 0%, #376B33 100%);
    background-image: -webkit-linear-gradient(bottom, #6CCF4F 0%, #376B33 100%);
    background-image: -ms-linear-gradient(bottom, #6CCF4F 0%, #376B33 100%);
    background-image: linear-gradient(to bottom, #6CCF4F 0%, #376B33 100%);*/
	font-weight: bold;
	color:#177509;
	background-color: #EEECEC;
}

.hdrepo:hover{
	background-color: #177509;
	-webkit-transition: background-color 1.0s;
	-moz-transition: background-color 1.0s;
	-o-transition: background-color 1.0s;
	transition: background-color 1.0s;
	color: #FFF;
}

/*Catálogos en línea menu*/
.hdcatalogosl{
    /*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #1B9BD1),
	color-stop(1, #15638A)
    );
    background-image: -o-linear-gradient(bottom, #1B9BD1 0%, #15638A 100%);
    background-image: -moz-linear-gradient(bottom, #1B9BD1 0%, #15638A 100%);
    background-image: -webkit-linear-gradient(bottom, #1B9BD1 0%, #15638A 100%);
    background-image: -ms-linear-gradient(bottom, #1B9BD1 0%, #15638A 100%);
    background-image: linear-gradient(to bottom, #1B9BD1 0%, #15638A 100%);*/
	font-weight: bold;
	color:#006FFF;
	background-color: #EEECEC;
}

.hdcatalogosl:hover{
	background-color: #006FFF;
	-webkit-transition: background-color 1.0s;
	-moz-transition: background-color 1.0s;
	-o-transition: background-color 1.0s;
	transition: background-color 1.0s;
	color: #FFF;
}

/*Herramientas menu*/
.hdherramientas{
    /*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #B57021),
	color-stop(1, #784A16)
    );
    background-image: -o-linear-gradient(bottom, #B57021 0%, #784A16 100%);
    background-image: -moz-linear-gradient(bottom, #B57021 0%, #784A16 100%);
    background-image: -webkit-linear-gradient(bottom, #B57021 0%, #784A16 100%);
    background-image: -ms-linear-gradient(bottom, #B57021 0%, #784A16 100%);
    background-image: linear-gradient(to bottom, #B57021 0%, #784A16 100%);*/
	font-weight: bold;
	color:#DEAE10;
	background-color: #EEECEC;
}

.hdherramientas:hover{
	background-color: #DEAE10;
	-webkit-transition: background-color 1.0s;
	-moz-transition: background-color 1.0s;
	-o-transition: background-color 1.0s;
	transition: background-color 1.0s;
	color: #FFF;
}

/*Servicios Bibliotecarios menu*/
.hdserviciosb {
    /*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #9980BF),
	color-stop(1, #4C3175)
    );
    background-image: -o-linear-gradient(bottom, #9980BF 0%, #4C3175 100%);
    background-image: -moz-linear-gradient(bottom, #9980BF 0%, #4C3175 100%);
    background-image: -webkit-linear-gradient(bottom, #9980BF 0%, #4C3175 100%);
    background-image: -ms-linear-gradient(bottom, #9980BF 0%, #4C3175 100%);
    background-image: linear-gradient(to bottom, #9980BF 0%, #4C3175 100%);*/
	font-weight: bold;
	color:#8109B5;
	background-color: #EEECEC;
}

.hdserviciosb:hover{
	background-color: #8109B5;
	-webkit-transition: background-color 1.0s;
	-moz-transition: background-color 1.0s;
	-o-transition: background-color 1.0s;
	transition: background-color 1.0s;
	color: #FFF;
}