/*CSS específico para la página de inicio*/
@charset "utf-8";
body {
	background-image:url(../../images/fondoBodyIndex.png);
	background-repeat:repeat;
}
#main{
	background-image:url(../../images/fondoContactoEmpresa.PNG);
	background-position:top;
	background-repeat:repeat-x;
}
#cabeceraMainContent{
	position:relative;
	margin:0 auto;
	height:59px;
	width:1009px;
	background-image:url(../../images/CentroCabeceraContacto.png);
	background-repeat:no-repeat;
}
#centerBox{
	position:relative;
	left:28px;
	margin:75px 0;
	width:959px;
	height:347px;
	background-image:url(../../images/ContenidoContacto.png);
	background-repeat:no-repeat;
	font-size:16px;
	line-height:24px;
}
#infoDireccion{
	position:relative;
	top:58px;
	margin-left:32px;
	padding-left:50px;
	height:50px;
	width:260px;
	background-image:url(../../images/pin.PNG);
	background-position: left;
	background-repeat:no-repeat;
}
#infoTlf{
	position:relative;
	top:94px;
	margin-left:26px;
	padding-left:56px;
	height:50px;
	width:260px;
	background-image:url(../../images/telef.PNG);
	background-position: left;
	background-repeat:no-repeat;
}
#infoMails{
	position:relative;
	top:130px;
	margin-left:30px;
	padding-left:52px;
	height:50px;
	width:260px;
	background-image:url(../../images/arroba.PNG);
	background-position: left;
	background-repeat:no-repeat;
}
#map_canvas{
	position:absolute;
	right:20px;
	top:15px;
	width:530px;
	height:310px;
}
#pieLogos{
	position:relative;
	margin-bottom:44px;
	width:100%;
	background-image:url(../../images/FondoLogos.png);
	background-repeat:repeat-x;
}
#pieLogosContent{
	position:relative;
	margin:0 auto;
	width:1009px;
	height:114px;
	background-image:url(../../images/CentroLogos.png);
}
#logoCoges{
	position:absolute;
	left:133px;
	width:128px;
	height:114px;
}
#logoGolden{
	position:absolute;
	left:317px;
	width:128px;
	height:114px;
}
#logoAzkoyen{
	position:absolute;
	left:550px;
	width:128px;
	height:114px;
}
#logoNestle{
	position:absolute;
	left:758px;
	width:128px;
	height:114px;
}

ul.nav.menu1 {position:absolute;top:68px;right:42px;list-style:none;width:230px; font-size:13px; font-weight:bold}
ul.nav.menu2 {position:absolute;top:200px;right:42px;list-style:none;width:230px; font-size:13px; font-weight:bold}
ul.nav li {position:relative; display:block; background-image:url(../../images/CuadroG.png); background-position:left; background-repeat:no-repeat; height:16px; margin-bottom:8px; padding-left:20px; overflow:hidden}
ul.nav li a:link {position:relative; color:#fff; text-decoration:none; display:block; height:16px; padding:0; z-index:100;}
ul.nav li a:visited {position:relative; color:#fff; text-decoration:none; display:block; height:16px; padding:0; z-index:100;}
ul.nav li a:hover {position:relative; color:#7a6600; text-decoration:none; display:block; height:16px; padding:0; z-index:100;}
ul.nav li a:active {position:relative; color:#7a6600; text-decoration:none; display:block; height:16px; padding:0; z-index:100;}