/*-------- Módulos1.css----------*/

#modulos1 a{
	display:block;
	color:#026AAE;
	text-align:right;
	text-decoration:none;
	padding-right:15px;
	font-weight:bold;
	letter-spacing: 1px;
	border-bottom:solid 1px #e7e7e7;
	border-top:solid 1px #f7f7f7;
	background-image:url(imagens/seta2.gif);
	background-repeat:no-repeat;
	background-position:right;
	line-height:20px;
}

#modulos1 a:hover{
	background-color:#e7e7e7;
	border-bottom:solid 1px #CCCCCC;
	border-top:solid 1px #f5f5f5;
	color:#0066CC;
	background-image:url(imagens/seta2.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#modulos1 h1{
	text-align:right;
	padding-right:10px;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	color:#FFCC00;
	height:32px;
	background-image:url(imagens/dest_azul.jpg);
	background-repeat:repeat-x;
}

#modulos1 h2{
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
	text-indent:7px;
	letter-spacing:2px;
	color:#000099;
	height:25px;
	line-height:20px;
	background-image:url(imagens/dest_amarelo.jpg);
	background-repeat:repeat-x;
}

#modulos1 a.capa{
	background:none;
	display:inline;
	border:none;
	margin-left:3px;
}
#modulos1 a.capa:hover{
	background:none;
	border:none;
}