body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	opacity: 1;
}
a {
	text-decoration: none;
	color: #0645AD;/**/
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#todo {
	/* para la transicion */
	opacity: 1;
	animation:myfirst 1.2s;
	-webkit-animation:myfirst 1.2s; /* Safari and Chrome */
	/* fin transicion */
	background-color: #ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccbca');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccbca')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	/*cccbca*/
	background-image: -moz-linear-gradient(top, #ffffff, #b0bfef);
	background-image: -ms-linear-gradient(top, #ffffff, #b0bfef);
	background-image: -o-linear-gradient(top, #ffffff, #b0bfef);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#b0bfef));
	background-image: -webkit-linear-gradient(top, #ffffff, #b0bfef);
	background-image: linear-gradient(top, #ffffff, #b0bfef);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--TOP OF THE ROUNDED CORNERS--*/
	width: 99%;
}


h3 {
	margin-left: 1.4em;
	color: #001967;
	font-size: 1.5em;
	margin-top: 14px;/**/
	margin-bottom: 10px;
}
ul {
	text-align: center;
	margin: -5px 0 5px 0;
	padding: 0;
}
ul li {
	font-size: 1.2em;
	display: inline;
	padding: 0 .1em 0 .4em;
	border-left: 1px solid #aaa;
}
ul li.first {
	border: 0;
}
.enlaces {
	font-size: 14px;/**/
	color: #009;
}
#nav {
	text-align: right;
	color: #001967;
	clear: both;
	margin-top: 1.3em;
	margin-right: 2em;
}
#margenes p{
	padding-left: 3em;
	padding-right: 3em;
}
/* Caja busqueda */
.buscador_biblioteca .summon-search-field {
	border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 16px;
    padding-right:30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
	
	width: 78%;
	padding: 10px;
	margin-left: 2em;
}
.buscador_biblioteca .summon-search-field:focus {
	background: fff;
	border: 1px solid #a3c064;
	box-shadow: 0 0 3px #aaa;
	padding-right: 80px;
}
/* select */
.buscador_biblioteca select {
	width: 8em;
	margin-left: 0.5em;
	border:1px solid #aaa;
	color: #444;
	font-size: 12px;
}
/* radio buttons */
.radio {
	display: block;
	margin: 2px 0 0 30px;/**/
}
.radio input {
	margin-right: 0;
	margin-top: 2px;
}
.radio label {
	vertical-align: top;
}
/* boton */
.buscador_biblioteca .summon-search-submit {
	padding: 7px;
	margin-left: 1em;
	margin-top: 6px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	color: #444;
	border: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.buscador_biblioteca .summon-search-submit:hover {
	opacity: .55;
	cursor: pointer;
	color: #001967;
}
.buscador_biblioteca .summon-search-submit:active {
	border: 1px; solid #222;
	box-shadow: 0 0 10px 5px #001967 inset;
}
.masusadas select {
	margin: 1em 0 -1em 2em;
}

#ayuda {
	position:absolute;
	right:22px;
	top:12px;
	z-index: 100;
	font-size: 2.2em;
	padding: 0 .4em 0 .4em;
	color: #001967;
	border: 1px dotted #ccc;
	box-shadow: 1px 1px 5px #aaa;
}
/**/
#mis-prestamos {
	position:absolute;
	right:75px;
	top:26px;
	z-index: 100;
	font-size: 1.2em;	
}
.boton {
	margin-right: 2em;
	font-size: 1.1em;
	padding: .4em .4em .4em .4em;
	background-color: #efefef;
	color: #2e88e2;
	border: 1px dotted #ccc;
	box-shadow: 2px 2px 3px #aaa;
}
.guiabusqueda {
	font-size: .8em;
	line-height: 1.2em;
	color: #888; 
	display: block;
	margin: 10px 0 -5px 10px;
}
/* para el efecto de transicion */
@keyframes myfirst
{
0%   {opacity:0;}
25%  {opacity:0.25;}
50%  {opacity:0.5;}
100% {opacity:1;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {opacity:0;}
25%  {opacity:0.25;}}
50%  {opacity:0.5;}
100% {opacity:1;}
}