.voluntarios_contacto_portlet{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
	font-weight: normal;
}

#voluntarios_despliega {
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
}

.voluntarios_informacion{
	margin-top: 10px;
}

#voluntarios_caja_formulario {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

#voluntarios_caja_formulario input[type="text"]{
	width: 200px;
}

#voluntarios_caja_formulario select{
	width: 215px;
}

#voluntarios_caja_formulario textarea{
	width: 90%;;
}

.voluntarios_caja_input {
	float: left;

	margin-left: 5%;
}

#voluntarios_caja_formulario {
	margin-top: 20px;
}

#voluntarios_submit{
	background-color: #C42126;
	color: #FFF;
	padding: 3px 10px;
	margin-left: 5%;
	margin-top: 5px;
	cursor: pointer;
	float: left;
}

.voluntario_validar {
	color: #C42126;
	font-weight: bold;
	margin-left: 5%;
	font-size: 14px;
}

.texto_rojo{
	color: #C42126;
	font-weight: bold;
}