*{
	margin: 0;
	padding:0;
 }
 
html{
	overflow: hidden;	
}

html, body{
	height:100%;
}

body {
	font-family: Tahoma; 
	font-size: 12px;
	color: #ffffff;
	background-color:#000000;
	text-align: left;	
	margin:0;	
}

table{
	border-collapse:collapse; 
	border-spacing:0;
}

img{
	border: 0;
}

a{
	outline:none;
}

/** ESTRUCTURA ****/
/** ---------- ****/
#fondo{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -100;	
	left: 0;
}

#trama{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;	
	left: 0;
	background: url(/images/trama.png) left top;
}


/*
#fondoBottom{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 200;
	clip: rect(700px 2px 701px 1px);
	left: 0;
	background-color: #000;
}
*/

#wrap{
	position: relative;
	width: 980px;
	margin: auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	z-index: 100;
}

#contenido{
	position: absolute;
	top: 15%;
	width: 980px;
	margin: 0 auto;
}

#wMenu{
	z-index: 200;
	position: fixed;
	left: 0;
	bottom: 30px;
	height: 114px;
	background-color: #069;
	width: 100%;
	background: url(../images/fondo-pie.gif) repeat-x left bottom;
}

#menu{
	position: relative;
	/* width: 980px; */
	width: 100%;
	margin: 0 auto;
	height: 100%;
	/*background: url(../images/iso-9001.gif) no-repeat 820px 30px;*/
}

#menuContextual{
	width: 400px;
	height: 22px;
	background: url(../images/triangulo-rojo.png) no-repeat left top;
	margin-left: 540px;
}

#menuContextual p{
	margin-left: 21px;	
	height: 22px;
	width: 100%;
	background-color: #d23616;
}


#menuContextual img#primera{
	padding-left: 15px;
}

#menuContextual img{	
	padding-left: 3px;
}

#menu #logo{
	position: absolute;
	top: 35px;
}

#menu #botones{
	position: absolute;
	top: -60px;
	left: 270px;
	z-index: 105;
}

#menu #botones li{
	list-style: none;
	width: 87px;
	text-align: right;
}

#submenu{
	position: absolute;
	top: -44px;
	left: 352px;
	height: 120px;
	width: 126px;
	background-color: #141414;
	display: none;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 101;
}

#submenuhit{
	position: absolute;
	top: -54px;
	left: 342px;
	height: 140px;
	width: 140px;
	display: none;
	padding-left: 10px;
	padding-top: 15px;
	z-index: 100;
}

#submenu li{
	list-style: none;
}
#menuSuperior {
	position:absolute;
	width:100%;
	top:0px;
	background-color:#141414;
	height:28px;
	z-index:100;
}
#menuSuperior #contenidoMenu {
	margin:0 auto;
	width:980px;
}
#menuSuperior ul {
	margin-top:5px;
	float:right;
}
#menuSuperior li {
	display:block;
	margin:0 1px;
	float:left;
}
#menuSuperior li.areaClientes {
	background-image:url(../images/separador.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	padding-right:7px;
}
#menuSuperior li.idiomas_es {
	background-image:url(../images/idiomas_es.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	text-indent:-4000px;
	padding-right:2px;
	width:57px;
}
#menuSuperior li.idiomas_pt {
	background-image:url(../images/idiomas_pt.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	text-indent:-4000px;
	padding-right:2px;
	width:57px;
}
#menuSuperior li.idiomas_en {
	background-image:url(../images/idiomas_en.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
	text-indent:-4000px;
	padding-right:2px;
	width:73px;
}

#wrap #ladoFijo p.intro {
	line-height:29px;
}
