#facebook{
	position:fixed;
	top:140px;
	left:96.2%;
}

#facebook:hover{left:96%;}

hr{
	color:red;
	margin:0;
}

.boton-contratar{
	border:0;
	background-color:#00518E;
	background: -moz-linear-gradient(top, #00518E, #003459);
	background: -webkit-gradient(linear, left top, left bottom, from(#00518E), to(#003459));
	color:white;
	padding:10px 30px;
	margin:0px auto;
	cursor:pointer;
	
	border-radius:5px;
}

.boton-contratar:hover{
	background-color:#003459;
	background: -moz-linear-gradient(top, #003459, #003459);
	background: -webkit-gradient(linear, left top, left bottom, from(#003459), to(#003459));
}

body{
	font-family:arial, sans-serif;
	background-color:#E6ECF3;
}

#cintillo{
	background-color:#00518E;
	width:100%;
	height:2px;
}

#contenedor{
	border:0px solid red;
	background-color:transparent;
	width:1050px;
	height:485px;
	margin:0px auto;
}

#cabecera{
	border:0px solid red;
	width:1050px;
	height:100px;
}

#banner{
	border:0px solid red;
	font-size:30px;
	font-weight:bold;
	color:#004D86;
	float:right;
	padding:8px 0px 0px 0px;
}

#medios-de-contacto-cabecera{
	font-weight:normal;
	font-size:18px;
	color:#F3751F;
	margin:3px 0px 0px 0px;
}

#menu{
	border:0px solid black;
	background-color:#00518E;
	width:1050px;
	float:left;
	margin:0px 0px 8px 0px;
	
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
}	

#menu a{
	color:white;
	text-decoration:none;
}

#menu ul li{float:left;}

.menu{
	border-right:1px solid white;
	background-color:#00518E;
	background: -moz-linear-gradient(top, #00518E, #003459);
	background: -webkit-gradient(linear, left top, left bottom, from(#00518E), to(#003459));
	color:white;
	padding:10px 32px;
}

.menu:hover{
	background-color:#003459;
	background: -moz-linear-gradient(top, #003459, #003459);
	background: -webkit-gradient(linear, left top, left bottom, from(#003459), to(#003459));
}
	
.con-borde-izquierdo{border-left:1px solid #003459;}
.con-borde-derecho{border-right:1px solid #003459;}

#menu-secundario{
	border:1px solid #003E6B;
	position:absolute;
	z-index:20000;
	width:216px;
	display:none;
	margin:0px 0px 0px 0px;

	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 10px 10px 0px #000000;
}

#menu-primario:hover  #menu-secundario{
	display:block;
}

#menu-secundario ul li{
	display:block;
}


.menu-secundario{
	border-bottom:1px solid #003E6B;
	background-color:white;
	width:216px;
	text-align:center;
	color:black;
	padding:10px 0px;
}

.menu-secundario:hover{
	background-color:#003459;
	background: -moz-linear-gradient(top, #003459, #003459);
	background: -webkit-gradient(linear, left top, left bottom, from(#003459), to(#003459));
	color:white;
}

/*////////////////////////////		PIE		///////////////////////////////////////////////////*/


#pie{
	border:0px solid red;
	background-color:#222222;
	width:100%;
	height:300px;
	float:left;
	margin:10px 0px 0px 0px;
}

#conten-pie{
	border:0px solid white;
	width:1050px;
	height:300px;
	margin:0px auto;
}

#conten-pie a{
	color:white;
}

#seccion-pie{
	border:0px solid white;
	width:240px;
	color:white;
	float:left;
	padding:10px;
}

.titulo-pie{
	border-bottom:1px solid white;
	width:220px;
	font-size:1.1em;
	padding:0px 0px 6px 10px;
	display:block;
}

.desarrollo-pie{
	padding:10px 0px 6px 10px;
	font-size:0.9em;
	line-height:18px;
}