@charset "utf-8";
/* CSS Document */

#pub1{
	width:100%;
	height:80px;
	border-bottom: 1px solid #6C0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#06F;
}
#pub1:hover{
	background-color:#390;
	color:#FFF;
}
#pub1_icon{
	width:60px;
	height:80px;
	float:left;
	background-image:url(/imagenes/CSiGe.png);
	background-repeat:no-repeat;
}
#pub1_text{
	width:200px;
	height:50px;
	float:left;
	padding-left:10px;
	padding-top:30px;
}

#pub2{
	width:100%;
	height:80px;
	border-bottom: 1px solid #6C0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#06F;
}
#pub2:hover{
	background-color:#390;
	color:#FFF;
}
#pub2_icon{
	width:60px;
	height:80px;
	float:left;
	background-image:url(/imagenes/Revistas.png);
	background-repeat:no-repeat;
}
#pub2_text{
	width:200px;
	height:50px;
	float:left;
	padding-left:10px;
	padding-top:30px;
}
#pub3{
	width:100%;
	height:80px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#06F;
}
#pub3:hover{
	background-color:#390;
	color:#FFF;
}
#pub3_icon{
	width:60px;
	height:80px;
	float:left;
	background-image:url(/imagenes/Libros.png);
	background-repeat:no-repeat;
}
#pub3_text{
	width:200px;
	height:50px;
	float:left;
	padding-left:10px;
	padding-top:30px;
}
a.avisos_links {
	text-decoration:none;
	color:#006699;
	font-size:11px;
	
}
a.avisos_links:hover{
	text-decoration:underline;
	font-size:11px;
	color:#006699;
}
a.pub{
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#06F;
}
a.pub:hover{
	text-decoration:none;
	color:#FFFFFF;
}