#formulario{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#FFFFFF;
	text-align:left;
	background-image:url(../Images/bg_contacto.jpg);
	background-position: top center;
}

.boton {
	border: 1px solid #666;
	font: 300 10px Arial;
	color: #000;
	background-color: #E08638;
	padding: 1px;}
	
.input_sma{
	width:75px;
	height:20px;
	padding:5px 0 0px 5px;
	background-image:url(../Images/input_sma.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-position:left;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px;
	font-size:12px;
	text-align:left;
	color:#666;
	}

.input_mid{
	width:195px;
	height:20px;
	padding:5px 0 0px 5px;
	background-image:url(../Images/input_mid.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-position:left;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px;
	font-size:12px;
	text-align:left;
	color:#666;
	}

.input_xl{
	width:245px;
	height:20px;
	padding:5px 0 0px 5px;
	background-image:url(../Images/input_xl.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-position:left;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px;
	font-size:12px;
	text-align:left;
	color:#666;
	}

.text_area{
	width:290px;
	height:130px;
	padding:5px 5px;
	background-image:url(../Images/text_area.gif);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-position:left;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#666;
	}

.tdaclaracion
{
	font-size:10px;
	color:#999999;
	}

.botonlb {
	width:90px;
	border: 1px solid #ccc;
	font: 300 12px Arial;
	color: #ffffff;
	background-color: #9a3123;
	padding: 2px;
	}
	
.inputlb {
	border: 0px;
	border-width: 1px ;
	border-style: solid;
	border-color: #ccc;
	margin-bottom: 2px;
	font: 300 9px Arial;
	color: #666666;
	background-color: #FFF;
	padding: 2px;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	font-size:12px;
	} 

.rotuloformlb {
	margin-top: 5px;
	font: 400 12px Arial;
	color: #666666;
	}