/* TEXTOS */

TABLE {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
.pregunta {
color: #b7e2ec;
font-weight: bold;
}
.respuesta {
color: #575757;
}
a.condiciones {
color: #575757;
text-decoration: underline;
}
a.condiciones:hover {
color: #0099ba;
text-decoration: none;
}
.atencion {
color: #575757;
text-align: justify;
line-height: 18px;
}
.anuncio {
color: #575757;
font-size: 14px;
font-weight: bold;
}
.blanco {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
}
/* FORMULARIOS */
.cajatexto {
	font-family: Arial, Helvetica, sans-serif;
	color: #3D3D3D;
	font-size: 11px;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	height: 20px;
}
.cajatextojust {
	font-family: Arial, Helvetica, sans-serif;
	color: #3D3D3D;
	font-size: 11px;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	height: 20px;
	width: 100%;
}
.multiline {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: #3D3D3D;
	font-size: 11px;
	background-color: #FFFFFF;
	border: solid 1px #999999;
}
