.boton{
	color: #000000;    
	text-align: center;
	border-width: 1;
	border-color: #303030;
	border-style: solid;
	background-color: #FF7E00;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: lighter;
} 

.celdacontacto{
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;    
	vertical-align: bottom;
}

.avisocaja{
	width:300px;
	color: #FF7E00;
	text-align:center;
	font-size: 8pt;
	font-weight:bold;
	font-family:Verdana;
	border-style: none;
	background-color: #F3F3F3;
}

.box{
	width: 300px;
	color: #303030;
	text-align: left;
	border-color: #FF7E00;
	border-width: 1;
	border-style: solid;
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: lighter;
} 

.contacto{
	position: absolute;
	top: 130;
	left: 410;
	width: 320; 
	height: 90;
	z-index: 2;
	padding-top: 25px;
	color: #303030;
	text-align: center;
	line-height: 25px;
	font-size: 10pt;
	font-weight: bold;
	font-family:Verdana;
}

.formulario{
	position: absolute;
	top: 130;
	left: 60;
	width: 320; 
	height: 90;
	z-index: 2;
	padding: 10px;
}


