.novedad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f5072;
	font-weight: normal;
	font-style: normal;
	white-space: 25px;


}
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;

}
.texto {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f5072;
	font-weight: normal;
	font-style: normal;
	white-space: 25px;
}

.error {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: normal;
	font-style: normal;
	white-space: 25px;
}
.textobold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f5072;
	font-weight: bold;
	font-style: normal;
	white-space: 25px;
	text-decoration: none;

}
.textointerior {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	white-space: 25px;
}
.linksubmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #385F87;
	font-weight: normal;
	font-style: normal;
	white-space: 25px;
	text-decoration: none;

}
.linksubmenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #385F87;
	font-weight: normal;
	font-style: normal;
	white-space: 25px;
}
.linksubmenu3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #385F87;
	font-weight: bold;
	font-style: normal;
	white-space: 25px;
	text-decoration: none;
}
.textobold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #61aee4;
	font-weight: bold;
	font-style: normal;
	white-space: 25px;
	text-decoration: none;

}
a:hover {
	color: #3E6995;
	text-decoration: none;

}
.textobold3 {




	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: f5f5f5f5;
	font-weight: bold;
	font-style: normal;
	white-space: 25px;
}
.texto2 {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f5072;
	font-weight: normal;
	font-style: normal;
	white-space: 25px;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #558EC6;
	text-decoration: none;
	border: 1px solid #558EC6;
	background-color: #FFFFFF;

}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f5072;
	font-weight: bold;
	font-style: normal;
	white-space: 25px;
	text-decoration: none;

}
.textobold4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7695B2;
	font-weight: bold;
	font-style: normal;
	white-space: 25px;
	text-decoration: none;
}
.texto3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2f5072;
	font-weight: normal;
	font-style: normal;
	white-space: 25px;

}
.textobold3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2f5072;
	font-weight: bold;
	font-style: normal;
	white-space: 25px;
	text-decoration: none;
}
.piepop {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2f5072;
	text-decoration: none;
}
.text_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F657D;
	font-weight: normal;
	background-color: #EAEAEA;
	border-top: thin #4F657D;
	border-right: thin #8399B1;
	border-bottom: thin #8399B1;
	border-left: thin #4F657D;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
}

/*CLASES PARA UNIFICACION DE FORMULARIO DE CONTACTOS*/

/*TEXTOS*/

.txtForms, .txtForms a, .txtFormsdest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F5072;
	font-weight: normal;
}
.txtForms a, .txtForms a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.txtFormsdest {
	color: #558EC6;
}

/*CAMPOS*/

input, .boton, .select_form, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #558EC6;
	font-weight: normal;
	border: 1px solid #558EC6;
	background-color: #FFFFFF;
}
textarea{
	width: 111px;
	height: 80px;
}
.boton {
	color: #FFF;
	font-size: 11px;
	background-color: #558EC6;
	cursor: pointer;
}

/*EXPANDIDO Y COLAPSADO*/
.expandido {
	display:block;
}
.colapsado {
	display:none;
}
.active .colapsado {
	display:block;
}
.colapsado .colapsado{
	display:none;
}


#formContact form {
	width: 100%;
}
#formContact form .select_form{
	width: 100px; 
}
#formContact .txtField{
	width: 100px;
}

