@charset "utf-8";
/* CSS Document */
body{
		font-family: Tahoma, Geneva, sans-serif;
}

img {
	border:0;
}

#contenido{
	float:left;
	color:#030;
	width: 70%;
	margin-left: 10px;
	margin-top: 60px;
	text-align: justify;
}

#right{
	float: right;
	width:180px;
	margin-top: 60px;
	margin-right: 5px;
}

#footer{
	float: left;
	font-size: 80%;
}

#footer2{
	float: left;
	font-size: 80%;
	margin-top: 55px;
	text-align: center;
	margin-left: 25px;
}

#footer2 a{
	color:#000;
	text-decoration:none;
}

#footer2 a:link, .menu a:visited, .menu a:active{
	color:#000;
	text-decoration:none;
}

#footer2 a:hover{
	color: #900;
	text-decoration:none;
}



h2{
	color:#630;
	padding: 2px;
	font-weight: bold;
}

.minimum{ 
   height: expression( this.scrollHeight < 151 ? "150px" : "auto" ); /* sets min-height for IE */
   min-height: 150px; /* sets min-height value for all standards-compliant browsers */
}


/********* Menu **************/
.menu{
	float:left;
	width: 95%;
	margin-top: 5px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	clear: both;
}
.menu a{
	display: block;
	font-size: 100%;
	color: #060;
	text-decoration: none;
	background: url(images/navbull.png) no-repeat 10px 9px;
	padding: 0px 20px 0px 30px;
	line-height: 22px;
	float: right;
	font-weight: bold;
	margin: 0px;

}

.menu a:hover{
	color: #C60;
	background: url(images/navbull_over.png) no-repeat 10px 9px;
}

.menu a:link, .menu a:visited, .menu a:active{
	text-decoration: none;
}


/********* Catalogo de Revistas **********/

.items{
float:left;
margin:5px 0 0 0;
display:inline;
padding: 0px 20px 50px 20px;
}

.item{
	float:left;
	border:3px solid #FC9;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	margin:0 10px 12px 0;
	display:inline;
	width: 120px;
	text-align: center;
}
.item h3{
	font-size:12px;
	color:#666666;
	width:auto;
	padding:5px 0px 1px;
	display: block;
	border-top-style: solid;
	border-top-color: #FC9;
	margin: 2px 0px;
}

.item p{
	font-size:9px;
	color:#666666;
	width:auto;
	padding:1px 0px 5px;
	margin: 1px 1px;
	display: block;

}

.item img{
	border:0px;
	padding: 10px 0px;
}
#footer p {
	text-align: center;
}

.enfasis {
	color:#FFF;
	background-color:#060;
	line-height: 25px;
	padding: 0 10px;
}


/***************************************************************/
#contindices{
	width:900px;
	background: url(images/footer.jpg) no-repeat 0px 100%;
	margin-left:auto;
	margin-right:auto;
}

#indices {
	color:#666;
	font-size: small;
	padding: 40px 0px 80px;
}

#indices2 {
	padding: 60px 0px 40px 24px;
	color:#666;
	font-size: medium;
}

#indices p{
	background: url(images/navbull.png) no-repeat 25px 50%;
	padding: 0px 10px 0px 50px;
	text-align: left;
}

#indices a, #indices a:hover, #indices a:link, #indices a:visited, #indices a:active{
	color:#666;
	text-decoration:none;
}

.fichatec{
	color:#666;
	font-size: medium;
	padding:5px;
}
	
