.textocontenido {
	color : #565656;
	font-family : Tahoma;
	font-size : 10pt;
}
.TitularVerde {
	color : #35a211;
	font-family : Tahoma;
	font-size : 11pt;
	font-weight: bold;
}
.bordetodo {
	border-bottom : #ff9100 2px solid;
	border-left : #ff9100 2px solid;
	border-right : #ff9100 2px solid;
	border-top : #ff9100 2px solid;
}	
.enlace {
	color : #565656;
	font-family : Tahoma;
	font-size : 10pt;
	text-decoration: none;
}
.enlace:Hover {
	color : #565656;
	font-family : Tahoma;
	font-size : 10pt;
	text-decoration: underline;
}
.enlaceVerde {
	color : #35a211;
	font-family : Tahoma;
	font-size : 10pt;
	text-decoration: none;
}
.enlaceVerde:Hover {
	color : #35a211;
	font-family : Tahoma;
	font-size : 10pt;
	text-decoration: underline;
}