/*	Formulario de contacto	*/
div.dvLeftContacto{
	padding:10px;
	margin-bottom:10px;
	float:left;
	width:35%;
}
div.dvRightContacto{
	float:right;
	width:55%;
}

div.dvRightContacto form{
}

div.dvRightContacto br{
	clear:both;
}
div.dvRightContacto label{
	display:block;
	float:left;
	width:120px;
	margin:1px 1px 1px 30px;
}

div.dvRightContacto input.texto{
	display:block;
	float:left;
	width:200px;
	border:1px #4c4f57 solid;
	margin:1px;
	padding:2px;
}

div.dvRightContacto textarea{
	display:block;
	float:left;
	width:323px;
	height:150px;
	border:1px #4c4f57 solid;
	margin:1px 1px 1px 30px;
	padding:2px;
}

div.dvRightContacto input.btSubmit{
	border:1px #4c4f57 solid;
	background-color:#31353e;
	color:#FFFFFF;
	margin:10px;
}

/*	Datos de contaco	*/
div.dvDatos{
	background:#e8e8e8;
	padding:10px;
	float:left;
	width:245px;
	margin-right:10px;
}
div.contenedorGmap{
	overflow:hidden;
	width:235px;
	height:140px;
	margin:15px 0px 5px 0px;
	background:url(../img/load.gif) center center no-repeat;
}

div#dvMapaSede, div#dvMapaSevilla, div#dvMapaMadrid{
	left:-30px;
	top:-30px;
	width:265px;
	height:200px;
	margin:15px 0px 5px 0px;
	
}
