/* Textos General */
.texto_comun {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
}

.texto_destacado {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	color: #FF5A00;
	font-weight: bold;
}

.titulos_seccion {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 28px;
	color: #FF5A00;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}

.introduccion_seccion {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
	color: #333333;
}

.texto_blanco {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;	
}

/* Menú Lateral */

.texto_menu {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
	text-transform: none;
}

/* Formularios */

.texto_formularios {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	text-transform: capitalize;
}

.campos_formularios {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	color: #FF5A00;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 1px;
	border-color:#333333;
	border-style: solid;
}

/* Enlaces */

A:link  { color: #333333; text-decoration:none; }
A:visited {color: #333333; text-decoration:none; }
A:active { color: #333333; text-decoration:none; }
A:hover { color: #FF5B00; text-decoration:none; }

