@charset "UTF-8";
/* CSS Document */


.texto_blanco {
font-size : 8pt;
font-family : arial,helvetica;
font-weight : normal;
color: #ffffff;
line-height: 16px;
}
.texto_verde {
font-size : 8pt;
font-family : arial,helvetica;
font-weight : normal;
color: #0cbfbf;
line-height: 16px;
}
P {
font-size : 8pt;
font-family : arial,helvetica;
font-weight : normal;
color: #ffffff;
line-height: 16px;
}
P2 {
font-size : 8pt;
font-family : arial,helvetica;
font-weight : normal;
color: #0cbfbf;
line-height: 2px;
}
Text:hover{
background: #0cbfbf;
color: #000000;
}
A:link{
color: #0cbfbf;
text-decoration : none;
}
A:active {
color: #0cbfbf;
}
A:visited {
color: #0cbfbf;
text-decoration: none;
}
A:hover{
background: #0cbfbf;
color: #000000;
}
H1 {
font-size : 8pt;
font-family : verdana,arial;
text-decoration : underline;
text-align : center;
background-color : Teal;
color: #0cbfbf;
}
TD {
font-size : 8pt;
font-family : verdana,arial;
text-align: center;
vertical-align: top;
padding: 0px;
margin: 0px;
}
TH {
font-size : 8pt;
font-family : verdana,arial;
text-align: center;
vertical-align: top;
padding: 0px;
margin: 0px;
}

/* CUADROS QUE FORMAN LA ESTRUCTURA */
.cuadro_primario{
	float:left;
	width:278px;
	height:334px;
	background: url(imagenes/genericas/fondo_contacto.jpg);}
.cuadro_superior{
	width:278;
	height:72px;
	float:left;}
.cuadro_nombre{

	height:40px;
	width:240px;
	float:left;
	text-align:center;}
.cuadro_email{

	height:40px;
	width:240px;
	float:left;
	text-align:center;}
.cuadro_observaciones{

	height:147px;
	*height:130px;
	width:240px;
	float:left;
	text-align:center;}
.cuadro_enviar{

	height:23px;
	width:260px;
	float:left;
	text-align:right;
	}
	
/* INPUTS */
.input_contacto{
	margin-left:10px;
	height:12px;
	width:240px;
	border:1px solid #1c1c1c;
	background: url(imagenes/genericas/fondito.png);
	font-size:11px;
	font-family:"Arial";
	color:#0fc4ba;
	font-weight:normal;
	padding:5px;
	}
.textarea_contacto{
	margin-left:10px;
	height:125px;
	*height:100px;
	width:240px;
	border:1px solid #1c1c1c;
	background: url(imagenes/genericas/fondito.png);
	font-size:11px;
	font-family:"Arial";
	color:#0fc4ba;
	font-weight:normal;
	padding:5px;
	overflow:auto;
	}
.enviar_contacto{
	padding-right:10px;
	*padding-right:0px;
	*margin-right:10px;
	}
	
.input_contacto_q{
	
	height:19px;
	width:240px;
	border:1px solid #1c1c1c;
	background: url(imagenes/genericas/fondito.png);
	font-size:11px;
	font-family:"Arial";
	color:#0fc4ba;
	font-weight:normal;
	padding:5px;
	}
.textarea_contacto_q{

	height:125px;

	width:510px;
	*width:500px;
	border:1px solid #1c1c1c;
	background: url(imagenes/genericas/fondito.png);
	font-size:11px;
	font-family:"Arial";
	color:#0fc4ba;
	font-weight:normal;
	padding:5px;
	overflow:auto;
	}
/* MENSAJES ERROR Y ÉXITO */
.errores{float:left;padding-left:10px;height:auto;width:100%;font-size:11px;color:#ff0000;font-family:Arial;}
.exito{float:left;padding-left:10px;height:auto;width:100%;font-size:11px;color:#0cbfbf;font-family:Arial;padding-top:0px;padding-bottom:10px;}
.hacheerre{margin-top:10px;padding-bottom:10px;color:#a28cc1;}


/* MAILING */
.cuadro_mailing{
	float:left;
	width:257px;
	height:33px;}
.cuadro_superior{
	width:278;
	height:72px;
	float:left;}
.cuadro_mailing_email{
	height:40px;
	width:240px;
	float:left;
	text-align:center;}
.cuadro_mailing_enviar{
	height:23px;
	width:260px;
	float:left;
	text-align:right;
	}
.cuadro_mailing_superior{
	width:250;
	height:25px;
	float:left;}
.input_mailing_contacto{
	margin-left:10px;
	height:11px;
	width:240px;
	border:1px solid #1c1c1c;
	font-size:11px;
	font-family:"Arial";
	color:#0fc4ba;
	font-weight:normal;
	padding:5px;
	}
