/**********************************************************************
PREFERENCIAS CATALOGOS
***********************************************************************/
H1, H2, H3, H4, H5, H6, .breadcum p , a.bread, a.bread:visited  {
	color: #0086A9;
}
H1{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	padding-left:50px;
	padding-top:10px;
	margin:0;
}

h2 {
	font-size: 180%;

}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

h6 {
font-size:19px;
margin-top:0px;
margin-bottom: 15px;
}
a:link {
	 color: #0086A9;
     text-decoration: none;
}
a:hover {
     color: #0086A9;
     text-decoration: underline;
}
a:active {
      color: #0086A9;
      text-decoration: none;
}
a:visited {
	 color: #0086A9;
     text-decoration: none;
}

.breadcum{
	font-size:11px;
	height:auto;
	margin-left: 235px;
}

a.bread, p.breadcum {
	font-weight:bold;
	text-decoration:none;
}
a.bread:visited {
	font-weight:bold;
	text-decoration:none;
}

/**********************************************************************
MENU LATERAL IZQUIERDO
***********************************************************************/

#menu-top{
	width:219px;
	height:40px;
	background-image:url("../images/tit_biblioteca.jpg");
	clear:both;
	margin:0px auto;
}
#menu-top a {
	color:#fff;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-left:22px;
	padding-top:14px;
}
#menu-top-uno,#menu-top-dos,#menu-top-tres {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:95px;
	height:20px;
	filter:alpha('opacity=50');
	opacity: 0.5;
	-moz-opacity:0.5;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#menu-top-uno:hover,#menu-top-dos:hover,#menu-top-tres:hover {
	opacity: 0.9;
	-moz-opacity:0.9;
        filter:alpha('opacity=90');
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#menu-top-uno{
	background-image:url("/images/tit_actualidad_small.jpg");
	margin-left: 20px;
}
#menu-top-dos{
	background-image:url("/images/tit_catalogos_small.jpg");
}
#menu-top-tres{
	background-image:url("/images/tit_biblioteca_small.jpg");
        margin-left: 20px;
}

#menu-top-uno a, #menu-top-dos a , #menu-top-tres a {
    color:#fff;
    display:block;
    float:left;
    font-size:10px;
    font-weight:bold;
    padding-left:15px;
    padding-top:2px;
    padding-bottom:2px;
    text-decoration: none;
}
