@charset "utf-8";

/*
 Template Bibliotecas 
*/

* { 
padding: 0;
margin: 0;
}

body {
font-size: 12px;
font-family: 'Arial', Verdana, Lucida Grande, Sans-Serif;
background-color: #050D0F;
background-image: url(img/bg.gif);
}


#contenedor { 
width: 800px;
margin: auto;
background-color: #F0F0F0;
}
/* header --------------------------------------*/
#header {
	width: 800px;
	height: 180px;
	background-color:#3b393a;
background-image: url(../img/header.jpg);
}

#logounl {
	position: relative;
	float: left;
	margin-top: 25px;
/*margin-left: 740px;*/
}



#horarios {
	position: relative;
	float: right;
	height:40px;
	width:150px;
	margin-left:150px;
	margin-top: 25px;
}

#ubicacion {
	position: relative;
	float: right;
	height:40px;
	width:150px;
	margin-left:300px;
	margin-top: 5px;
	

}

#staff  {
	position: relative;
	float: right;
	height:40px;
	width:150px;
	margin-left:450px;
	display: block;
	margin-top: 5px;
	
}

#inicio {
	position: relative;
	float: right;
	height:40px;
	width:150px;
	margin-left:450px;
	display: block;
	margin-top: 5px;
	
}

/* Ventanas MODALES -----------------*/
#mod-horarios{
	padding:50px 18px 18px 18px;
	width: 314px; 
	background-color: #E2E2E2;
	background-image: url(../img/modal-horarios.gif);
	background-repeat:no-repeat;
}

#mod-ubicacion{
	padding:50px 18px 18px 18px;
	width: 314px;
	background-color: #E2E2E2;
	background-image: url(../img/modal-ubicacion.gif);
	background-repeat:no-repeat;
}

#mod-staff{
	padding:50px 18px 18px 18px;
	width: 314px; 
	background-color: #E2E2E2;
	background-image: url(../img/modal-staff.gif);
	background-repeat:no-repeat;
}

#mod-links-utiles{
	padding:50px 18px 18px 18px;
	width: 314px; 
	background-color: #E2E2E2;
	background-image: url(../img/modal-link-uti.gif);
	background-repeat:no-repeat;
}

#mod-links-relacionados{
	padding: 50px 18px 18px 18px;
	width: 500px;
	background-color: #E2E2E2;
	background-image: url(../img/modal-link-rel.gif);
	background-repeat: no-repeat;
}

#mod-links-relacionados p {
	line-height:24px;
}
#mod-biblio {
	padding:50px 18px 18px 18px;
	width: 380px;
	background-color: #E2E2E2;
	background-image: url(../img/modal-biblio.gif);
	background-repeat:no-repeat;
}

#mod-public {
	padding:50px 18px 18px 18px;
	width: 314px;
	background-color: #E2E2E2;
	background-image: url(../img/modal-public.gif);
	background-repeat:no-repeat;
}

/* fin header -----------------------------------*/


/* css de UNL*/
#top-text {
position: relative;
float: left;
margin-top: 55px;
margin-left: 15px;
}
				
#top-text h1 {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
color: #ffffff;
}
				
#top-text p {
margin-top: 2px;
font-size: 10px;
color: #ffffff;
}




/* MENU --------------------------------------------------------------*/
#navegacion {
float: left;
width: 800px;
height: 41px;
background-image: url("../img/bgmenu.jpg");
background-repeat: repeat-x;
background-color: #fff;
overflow:hidden;
list-style:none;

}

#menu {
	margin:0px;
	padding:0px;
	
}
#menu li {
float:left;
list-style:none;
text-decoration:none;
display:inline;
}

#menu li a {
display:block;
width:128px;
padding:16px;
text-align:center;
text-decoration:none;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;

}

#menu li a.active {
	
	background: URL("../img/bgmenuactive.jpg") top left repeat-x;
}

#menu li a:hover {
	background: URL("../img/bgmenuover.jpg") top left repeat-x;
	color:#9CCC00;
}

.conlink {
display:block;
width:128px;
padding:16px;
text-align:center;
text-decoration:none;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-transform:uppercase;
}


.sinlink {
display:block;
width:128px;
padding:16px;
text-align:center;
text-decoration:none;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-transform:uppercase;
background: URL("../img/bgmenuactive.jpg") top left repeat-x;
}
/* FIN MENU ------------------------------------------------------------*/

#contenido { 
float: left;
width: 606px; /*450px 3columnas - 575px + 30*/
/*border-left:1px solid #aaa;
border-right:1px solid #aaa;*/
}

/* id para el div que carga las secciones */
#secciones { 
padding:15px;
background-image: url('../img/bgcontenido.jpg');
background-repeat: repeat-x;
background-color:#fff;
}

#izquierda{
margin: 1px;
padding:15px;
width: 120px;
background-color: #E2E2E2;
float: left;
}

#avisos{
	float: left;
	padding:50px 10px 10px 10px;
	width: 173px; /*130px 3c*/
	background-color: #E2E2E2;
	background-image: url(../img/avisos.gif);
	background-repeat:no-repeat;
	border-left: 1px solid #aaa;
	word-wrap: break-word;
	word-break: break-word;
}

#links{
	float: right;
	padding:50px 10px 10px 10px;
	width: 173px; /*130px 3c*/
	background-color: #E2E2E2;
	background-image: url(../img/links.gif);
	background-repeat:no-repeat;
	line-height: 11px;
	border-left: 1px solid #aaa;
	
}



#separador{
	width: 800px;
	height:9px;
	clear: both;
	border-top:1px solid #fff;
	background-color: #CCCCCC;
}

#footer { 
width: 800px;
clear: both;
margin: 0px;
padding: 7px 0px 7px 0px;
background-color: #787878;
background-image: url('../img/bgfooter.jpg');
background-repeat: repeat-x;
}




.limpiar {
	clear: both;
	font-size: 0;
	height: 0;
} 


/* Texto ------------------------------------------------ */

.titulo {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#006699;
}

.texto {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
color:#333333;
}

.texto2 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	font-size:11px;
	line-height:17px;
	color:#006699;
	letter-spacing: 1px;
}

.small {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:13px;
color:#333333;
}

.small2 {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
line-height:12px;
color:#9CCC00;
padding:2px;
}


.linksmall {
margin-left: 15px;
float: left;
font-size: 9px;
}
				
.linksmall ul {
margin-top: 12px;
width: 350px;
}
		
.linksmall li {
float: left;
margin-right: 6px;
text-transform: uppercase;
}
				
.linksmall a {
color: #FFF;
margin-right: 6px;
}
				
.linksmall li :hover {
color: #A3D600;
}
/* link comunes ------- */

.link {
font-size: 11px;
color:#666666;
list-style:none;
list-style-type:none;
text-decoration:none;
}
							
.link a {
	color: #333333;
	list-style:none;
	list-style-type:none;
	text-decoration:none;
}
				
.link a:hover {
	color: #666666;
	list-style:none;
	list-style-type:none;
	text-decoration:underline;
}

.capitular {
	font-family: "Georgia", Times New Roman, Times, serif;
	/*display: block;*/
	float: left;
	padding: 12px 4px 10px 5px;
	color: #999999;
	font-size: 55px;
	overflow: visible;

}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	color: #CC3300;
	text-transform:none;
}

/* Tabla --------------------------------- */

#tabla1 {
	font-family: "Arial", Sans-Serif;
	font-size: 11px;
	background: #F5F5F5;
	margin: 10px 0px 10px 20px; 
	border-collapse: collapse;
	text-align: left;

}
#tabla1 th {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 3px;
	border-bottom: 2px solid #6699CC;
}
#tabla1 td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	padding: 3px 3px;
}

table:after {
clear:both;
}


.buscarbox a {
padding:15px;
margin:20px;
width:88%;
background:#dedede;
border: 1px solid #ccc;
border-radius:4px;
display:block;
text-decoration:none;
box-shadow:2px 2px 4px #ccc
}

.buscarbox a:hover {
background:#fff;
cursor:pointer;
}


.buscarbox p {
font-size:14px;
}


.datosejemplar {
width:70%;
float:left;
margin-top:10px;
padding:5px;
background:white;
}

.verdisponibilidad {
width:26%;
float:right;
margin-top:10%;
padding:5px;
display:inline;
}
