/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos DICA CSS+XHTML
   Estructura nueva 2010
   Abril 2010
*/

/* fondo y general*/

body{
	background: #ffffff;
	}

#wrap{
	text-align:left;
	width: 960px;
	margin: 0px auto 0; 
	padding-top: 40px;
	display: block;
	margin-bottom: 20px;
	}

#contenido{
	min-height: 462px;
	height: auto !important;
  	height: 462px;
	width: 100%;
	margin-bottom: 19px;
	font: 11px/18px Verdana, Arial, sans-serif;
	color: #686657;
}


#cabecera{
	height: 40px;
	width: 960px;
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
	}
	
#pie{
	height: 16px;
	width: 100%;
	}
	
/* Menu */

#logo{
	width: 86px;
	height: 37px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#menu{
	position: absolute;
	top: 24px;
	left: 165px;
	clear: both;
	width: 794px;
	}

	#menu .colecciones{
	float: left;
	}
		
	#menu .corporativo{
	float: right;
	width: 490px;
	}

		#menu .corporativo a{
		float: right;
		margin-left: 35px;
		}
			

	
/* Pie */

#pie{
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid silver;
	font-size: 10px;
	clear: both;
}

#pie div{
	margin-top: 5px;
}


	#idiomas{
		float: left;
	}

	#idiomas .idioma_sel{
		color: #788C00;
	}
	
	#copy{
		float: right;
		text-align: right;
	}
	
.sep{
	padding-left: 8px;
	padding-right: 8px;
}


/* Enlace */

a:link, a:visited {
text-decoration:none;
color: #3B3B24;
}

a:hover {
text-decoration:none;
color: #788C00;
}

a.sel {
text-decoration:none;
color: #788C00;
}

/* Social */

#social{
	display: block;
}

	#social a.enl_social{
	background-image: url(../img/estructura/socialmedia.png);
	background-repeat: no-repeat;
	padding-left: 13px;
	height: 15px;
	margin-right: 8px;
}

	#social a.enl_social{
	padding-left: 15px;
}
	#social a.enl_social span{
	padding-left: 4px;
	background-color: #fff;
	color: #8a8a8a;
}
	#social a.enl_social span:hover{
	color: #3b3b24;
}

	#social .tit{
	margin-right: 5px;
	}

	#social .fac{
	background-position: 0 0;
	}
	#social .fac:hover{
	background-position: 0 -15px;
	}
	#social .twi{
	background-position: -21px 0;
	}
	#social .twi:hover{
	background-position: -21px -15px;
	}
	#social .lin{
	background-position: -105px 0;
	}
	#social .lin:hover{
	background-position: -105px -15px;
	}
	#social .ema{
	background-position: -125px 0;
	}
	#social .ema:hover{
	background-position: -125px -15px;
	}
	#social .goo{
	background-position: -84px 0;
	}
	#social .goo:hover{
	background-position: -84px -15px;
	}
