@charset "UTF-8";

* {padding: 0; 
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
	text-align: center; /* to centre IE */
	background-image: url(IMG_comunes/fondo_repeat_x.jpg);
	background-repeat: repeat-x;
	background-color: #eeefef;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#wrapper {
	position: relative;
	width: 816px;
	margin: 0 auto; /* to centre compliant browsers */
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(IMG_comunes/fondo_container.jpg);
} 
#logo {
	width: 816px;
	height: 95px;
}
#bot_eng {
	position: absolute;
	left: 662px;
	top: 70px;
	width: 51px;
	height: 17px;
	/*visibility: hidden;*/
}
#menu {
	background-image: url(IMG_comunes/fondo_menu.jpg);
}
#footer {
	background-image: url(IMG_comunes/footer.jpg);
	height: 25px;
	bottom: 0px;
	width: 816px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 28px;
	text-align: center;
}
#footer_ENG {
	background-image: url(IMG_comunes/footer.jpg);
	height: 25px;
	bottom: 0px;
	width: 816px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 28px;
	text-align: center;
}

#footer_grupo {
	background-image: url(IMG_comunes/footer.jpg);
	height: 25px;
	bottom: 0px;
	width: 816px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 28px;
	text-align: center;
}

#container {
	background-image: url(IMG_comunes/fondo_cabezal_container.jpg);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
#foto_izda {
	position: absolute;
	left: 554px;
	top: 150px;
	width: 209px;
	height: 149px;
}
#foto_izda_empresa {
	position: absolute;
	left: 603px;
	top: 223px;
	width: 181px;
	height: 149px;
}
#foto_izda_catalogo {
	position: absolute;
	left: 556px;
	top: 149px;
	width: 181px;
	height: 149px;
}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #D3581B;
	background-color: #EEEEEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
}
.fondo_mapa_google {
	position: absolute;
	left: 378px;
	top: 203px;
	height: 400px;
	width: 400px;
	background-image: url(IMG_comunes/fondo_mapa.jpg);
	
}
.mapa_google {
	height: 360px;
	width: 360px;
	position: absolute;
	left: 399px;
	top: 223px;
	z-index: 100;
}
#formulario {
	z-index: 1;
}
#link_footer {
	width: 80px;
	height: 18px;
	position: relative;
	left: 710px;
}
#footer_link_new {
}
#link_footer_ENG {
	width: 86px;
	height: 18px;
	position: relative;
	left: 645px;
	top: 13px;
}
#mapamundi {
	position: absolute;
	left: 411px;
	top: 152px;
	width: 181px;
	height: 149px;
}
.tabla {
	padding: 5;
	padding-left: 10px;
}
#foto_izda_catalogo_inferior {
	position: absolute;
	left: 556px;
	top: 629px;
	width: 181px;
	height: 149px;
}

a#adjuntos{
	font-size: 12px;
	color: #DB5516;
	font-weight: bold;
	}
	
.tickercontainer { /* the outer div with the black border */
	border: 1px solid #000;
	background: #000; 
	width: 758px; 
	height: 32px; 
	margin: 0 0 50px 0; 
	padding: 0;
	overflow: hidden; 
	}

.tickercontainer .mask { 
	position: relative;
	left: 10px;
	top: 8px;
	width: 718px;
	overflow: hidden;
	}

ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #000;
	}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
	text-decoration: none;
	} 

ul.newsticker a:hover {
	color: #f95901;
	} 