.titulos {
	font-family: Tahoma;
	font-size: 16px;
	color: #FF9933;
	font-weight: bold;
}
.txt-contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.txt-proyecto-cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*Enlaces Pie de pagina*/
a.enlaces {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.enlaces:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.enlaces:visited {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #063316;
}
a.enlaces:hover {
	font-family: Trebuchet MS;
	color: #FF9900;
}
a.enlaces:active {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #063316;
}

/*Enlaces Ver detalles*/
a.ver-detalles {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF8C27;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
a.ver-detalles:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF8C27;
	text-decoration: none;
	font-weight: bold;
}
a.ver-detalles:visited {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #FF8C27;
	font-weight: bold;
}
a.ver-detalles:hover {
	font-family: Trebuchet MS;
	color: #FF6600;
	font-weight: bold;
}
a.ver-detalles:active {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #063316;
}

.pie{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.formulario {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #FF9900;
}
.boton {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF9900;
	border: 1px solid #757575;
	color: #FFFFFF;
}
.captcha {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	color: #FF6600;
	background-color: #FFFFFF;
	border: 1px dashed #FF9900;
}
