@charset "utf-8";

#contactos
{
	width:180px;
	position:relative;
	float:left;
	padding:23px 0 0 20px;
	height:auto;
}


#formulario
{
	width:390px;
	height:335px;
	background-image:url(../img/bg.contacto.form.jpg);
	background-repeat:no-repeat;
	padding:80px 30px 0 40px;
	position:relative;
	float:right;
	top:30px;

}
#boton
{
	position:relative;
	float:right;
	width:135px;
	height:22px;
	top:20px;
	right:50px;

}
.labels
{
	position:relative;
	float:left;
	left:80px;
	width:100px;
	line-height:25px;
}
.form
{
	position:relative;
	float:left;
	left:80px;
	width:150px;
	line-height:18px;
	text-align: right;
}

.input
{
	width:140px;
	background-color:#ececec;
	font-size:10px;
	color:#DA251D;
}
.textarea
{
	background-color:#ececec;
	font-size:10px;
	color:#DA251D;
	
}
.txd
{
	color:#DA251D;
}

.txt
{
	font-weight:bold;
}

