/*CIERRE*/

/*FRANJA SUPERIOR ------------------------------------------------------------*/
#contenedor_cierre{
	height:145px;
	background-image:url(../images/fondo_pie.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	-webkit-box-shadow:0px 4px 18px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:0px 4px 18px rgba(0, 0, 0, 0.75);
	box-shadow:0px 4px 18px rgba(0, 0, 0, 0.75);
	position:relative;
	z-index:10;}
	
#cierre{
	width:990px;
	margin:auto;
}


/*FRANJA INFERIOR -------------------------------------------------------------*/
#contenedor_legal{
	height:41px;
	width:100%;
	background-color:#dddcda;
	padding-top:13px;}
	
#legal {
	width:990px;
	margin:auto;}

/*LOGO DERECHA EN CIERRE -----------------------------------------------------*/
#logos {
	float:left;
	clear:both;}

/*LOGOS IZQUIERDA ------------------------------------------------------------*/
#logos p {
	font-size:12px;
	color:#000;
	margin-bottom:25px;
	margin-top:22px;}
#logos .ue {}


/*DIRECCION Y LOGOTIPO CORPORATIVO EN PIE ------------------------------------*/

#datos{
	overflow:hidden;
	float:right;}


#direccion a{
	color:#40A5E3;}
	
#logo_pie{
	float: right;
	right: -10px;
	position:relative;}
	
#direccion{
	font-size:12px;
	float: right;
	text-align:right;
	clear:both;}
		
#direccion a:hover{
	text-decoration:underline;}
	

/*AVISO LEGAL + CREDITOS ENLACES -----------------------------------------------*/
#aviso{
	float:left;
	margin:0px 0px 0px 2px;}
	
#aviso a{
	color:#f18220;
	font-size:12px;
	font-family:'AsapRegular';
	text-transform:uppercase;}
	
#aviso a:hover{
	color:#fff;}
	
#aviso img{
	position:relative;
	top:4px;
	margin:0px 4px 0px 5px;}
#social
{
	float:right;
}
#social a
{
	color:#f18220;
	font-family:'AsapRegular';
	font-size:13px;
	position:relative;
}
#social a:first-child {
	top:4px;
	margin-right:5px;
}
#social a:hover
{
	color:#fff;
	text-decoration:none;
}
#social a.twitter
{
	display:inline-block;
	width:27px;
	height:29px; 
	background-image:url(../images/sprites.png); 
	background-repeat:no-repeat;
	background-position:-80px -11px;
}
#social a.twitter:hover
{
	background-position:-170px -11px;
}
#social a.facebook
{
	display:inline-block;
	width:27px;
	height:29px; 
	background-image:url(../images/sprites.png); 
	background-repeat:no-repeat;
	background-position:-36px -12px;
}
#social a.facebook:hover
{
	background-position:-126px -12px;
}