.aspectosLegales {
	clear:both;
	border: 1px dotted #ccc;
	padding:10px;
	margin:8px 0px;
	color:#585858;
	}
.left{
	width: 454px;
	float:left;
	margin-top:4px;
	}
*+html .left{
	margin-top:11px;
	}
* html .left{
	margin-top:11px;
	}
form{
	float:right;
	width: 201px;
	}
/****************
	MAPA
*****************/
.mapa{
	float:right;
	width: 269px;
	height: 269px;
	overflow:hidden;
	margin:25px 0px 20px 0px;
	border:1px solid #EDEDED;
	}
/***************
	CENTRE
*****************/
.centre{
	width: 180px;
	float:left;
	clear:both;
	margin-bottom: 20px;
	}
h3,h4{
	text-transform: uppercase;
	font-size:10px;
	}
h3{
	color:#F32120;
	margin-top:25px;
	}
h4{
	margin-top:12px;
	color:#585858;
	}
.centre p,
.centre h4,
.centre .boton{
	margin-left:7px;
	}
.centre .boton{
	float: left;
	}
/**************
	LEFT
**************/
.left p{
	clear: both;
	margin-top:5px;
	}
/**************
	RIGHT
***************/
.right{
	float:right;
	width: 202px;
	}
ul.lang{
	position:relative;
	top:-30px;
	text-align: right;
	}
ul.lang li{
	display: inline;
	}
ul.lang li a{
	color:#585858;
	font-size: 10px;
	font-weight: bold;
	}
/************
	LOGIN
***************/
#login {
	border:1px solid #EDEDED;
	margin-top:15px;
	padding-bottom:10px;
	display:block;
	overflow:hidden;
	height:1%;
	}
#login h3{
	margin:0px !important;
	padding:6px 0px;
	text-transform: uppercase;
	color:#0299E0;
	background-color: #DEF1F7;
	text-align: center;
	}
#login p{
	margin:12px 0px 0px 20px;
	}
h5{
	color:#F32120;
	margin-top:25px;
	font-size:9px
	}