
.enlace_descarga {
	font-weight: bold;
}

.enlace_descarga a{
	color: #005B9B;
	text-decoration: none;
}

.enlace_descarga a:hover{
	color: #666666;
	text-decoration: underline;
}

.colabora {
	width: 850px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 40px;
}
.zona_texto_izq {
	text-align: justify;
	width: 57%;
	float: left;
}
.zona_formu {
	float: right;
	width: 41%;
	background-color: #DFF1FF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #005B9B;
	font-size: 12px;
}
#espera_formulario {
    text-align: center;
}
.contacto_datos a {
    color: #999999;
    text-decoration: none;
}
.margen_formulario {
    margin: 0;
    padding: 20px;
}
.fila_contacto label {
	font-size: 12px;
	text-align: right;
	color: #005B9B;
}
.fila_contacto {
	padding-bottom: 4px;
	padding-top: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.caja_texto_contacto {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	width: 97%;
	color: #666666;
}
.caja_texto_grande_contacto {
	border: 1px solid #CCCCCC;
	height: 150px;
	width: 90%;
	font-size: 12px;
	color: #666666;
}
.politica_contacto {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}
.politica_contacto a {
    color: #666666;
    text-decoration: none;
}
.titulo_formulario {
	color: #005B9B;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005B9B;
}
.boton_gris_contacto {
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 5px;
}
.boton_gris_contacto {
    background-color: #005B9B;
    border-style: none;
    color: #FFFFFF;
    float: right;
    font-size: 0.7em;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    padding: 5px;
    text-transform: uppercase;
    width: 100px;
}
.aviso_recibido {
    color: #FFFFFF;
}
.caja_texto_contacto_pref {
    border: 1px solid #CCCCCC;
    font-size: 14px;
    width: 75px;
}
.caja_texto_contacto_tel {
    border: 1px solid #CCCCCC;
    font-size: 14px;
    width: 220px;
}
.contacto_datos {
    color: #999999;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.2em;
}
.contacto_datos a:hover {
    color: #000000;
    text-decoration: none;
}

/*clases para la validacion */
input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
div.container {
	border: 1px solid red;
	width: 94%;
	margin-bottom: 20px;
    margin-top: 10px;    
	font-family: "Trebuchet MS", Verdana;
}

div.container ol{
	padding-left: 5px;
}

div.container ol li {
	list-style-type: none;
	color: #666666;
}
.aviso_errores{
	color: #FF0000;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	clear: both;
	text-align: left;
}
div.container { display: none }
.container label.error {
	display: inline;
}
/*---------------------------------------------*/
