/*·#·#·#·#·#·#·#·#·#·#
#
·  General
#
·#·#·#·#·#·#·#·#*/

.texto  {
	padding-bottom: 10px;
}

/*·#·#·#·#·#·#·#·#·#·#
#
·  Controles del formulario
#
·#·#·#·#·#·#·#·#*/

.cntlbl {
	float: left;
	clear: left;
	font-weight: bold;
	font-size: 80%;
	margin-right: 6px;	
}

.cntlbl label {
	cursor: pointer;
}

.cntinpt {
	text-align: left;
	margin: 0px;
	margin-left: 80px;
}

.cntinpt input {
	margin: 0px 0px 5px 0px;
}

.btns {
	background-image: url(/images/bg_send.gif);	
	background-repeat: no-repeat;	
	font-size: 90%;
	font-weight: bold;	
	font-align: left;
	width: 68px;
	height: 18px;	
	border: 1px solid #537594;	
}

.valerror {
	border: 2px solid #b00;
}

.valmsgerror {
	color: #b00;
	font-size: 80%;
	font-style: italic;
}

input {
	background-image: url(/images/bg_input.gif);		
	font-size: 80%;
	height: 12px;		
	border: 1px solid #000066;	
}

#nombre {
	width: 190px;
}

#asunto {
	width: 250px;
}

#mensaje {
	background-image: url(/images/bg_textarea.gif);				
	width: 250px;
	height: 100px;
}

#telefono, #empresa {
	width: 150px;
}

#email {
	width: 210px;
}

#sbmt {
	margin: 20px 0 0 0;
}

/*·#·#·#·#·#·#·#·#·#·#
#
·  PANELES
#
·#·#·#·#·#·#·#·#*/

.marco {
	width: 187px;	
	margin-top: 52px; 
}

#topinfo1 {
	background-image: url(/images/contact_infotop.gif);
	height: 24px;
	width: 187px;
}

#bottominfo {
	background-image: url(/images/contact_infobottom.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 187px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.direccion {
	background-image: url(/images/contact_bg.gif);	
	color: #333333; 	
	font-size: 11px; 	
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 120%;		
	padding-left: 7px; 
	padding-right: 7px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.marco2 {
	width: 187px;	
	margin-top: 15px;
}

#topinfo2 {
	background-image: url(/images/contact_infotop2.gif);
	height: 24px;
	width: 187px;
}

#topinfo3 {
	background-image: url(/images/contact_infotop3.gif);
	height: 24px;
	width: 187px;
}