.cuerpo{
	position:relative;
	float:left;
	width:680px;	
	padding:10px 10px 0px 10px;
}

.titulo_barra{
	position:relative;
	float:left;
	width:680px;
	height:120px;
	background:url(tit_contacto.jpg) center no-repeat;
}

.mapa{
	position:relative;
	float:left;
	width:341px;		
	padding-top:20px;	
}

.formulario{
	position:relative;
	float:left;
	width:280px;
	line-height:20px;
	text-align:right;		
	padding-left:40px;
	padding-top:5px;
}

/*********** CAMPOS DEL FORMULARIO ***********/

.campo_form{
	position:relative;
	float:left;
	width:280px;
	height:15px;	
	margin-bottom:5px;
	background-color:#ddd;		
}

.comentarios_form{
	position:relative;
	float:left;
	width:280px;
	height:128px;	
	background-color:#ddd;	
}

.enviar{
	position:relative;
	float:right;
	top:5px;
	right:-3px;	
}

/*** DATOS EMPRESA ***/

.datos{
	position:relative;
	float:left;
	width:200px;
	text-align:left;
	line-height:16px;
	padding:10px 0px 20px;
	font: 10pt  tahoma, sans-serif;
	color:#503d2b;
}


