/* CSS Document */

.titulo_emprende {
	font-size: 15px;
	font-weight:bold;
	color: #036BB8;
	/*cursor: pointer;*/
	font-family:"Trebuchet MS";
	border-top-color:#B2B2B2;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 15px;
	margin-right: 0;
	margin-left: 0;
	text-transform: uppercase;
}

.subtitular_emprende {
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	text-align: justify;
	margin-left: 40px;
	margin-right:40px;
}

#txt_programa {
	width: 100%;
	padding-right: 20px;
	padding-left: 25px;
}

.destacado_azul {
	font-weight: normal;
	color: #0082BF;
}
#participantes {
	text-transform: uppercase;
	color: #023860;
	font-weight: bold;
	text-align: left;
}
#participantes a:hover {
	color: #CC6600;
}
#participantes a {
	color: #004F75;
	text-decoration: none;
}

