.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00408E;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #00408E;
	background-color: #DDECFF;
	text-indent: 5pt;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00408E;
}
.subtitulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F48000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00408E;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.link_pdf{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:url(../img/fondo_pdf.gif);
background-position:bottom right;
background-repeat:no-repeat;
background-color:#FFF3E7;
border:1px solid #990000;
text-decoration:none;

}
.link_word{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:url(../img/fondo_word.gif);
background-position:bottom right;
background-repeat:no-repeat;
background-color:#F0F8FF;
border:1px solid  #003366;
text-decoration:none;

}
.link_ppt{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:url(../img/fondo_ppt.gif);
background-position:bottom right;
background-repeat:no-repeat;
background-color:#FFF4DF;
border:1px solid  #FF6600;
text-decoration:none;
cursor:pointer;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#003366;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#FF6600;
}