*{
	margin: 0;
	padding:0;
 }
 
html{
	overflow-y: scroll;	
	overflow-x: hidden;	
}

html, body{
	height:100%;
}

body {
	font-family: Arial; 
	font-size: 11px;
	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;
}

#sayil{
	width: 100%;
	height: 465px;
	position: absolute;
	z-index: -90;
	top: -57px;
	background: url(/images/sayil.png) no-repeat center top;
	margin: 0 auto;
}

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

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

#wContenido{
	position: relative;	
	width:100%;
	top: 50px;
}

#contenido{
	position: relative;
	left: 50%;
	width: 800px;
	margin-left: -385px;
	padding-bottom: 57px;	
}

/* MENÚ */
/* ---- */
#wMenu{
	/*z-index: 200;*/
	
	position: relative;
	left: 0;
	top: 30px;
	height: 220px;
	width: 100%;
	background: url(/images/fondo-menu.gif) repeat-x left bottom;
}

#wMenu #fondoIzq{
	position: absolute;
	width:30%;
	bottom: 0;
	height: 39px;
	background: url(/images/fondo-menu-izq.gif) repeat-x right top;
}

#wMenu #fondoIzq img{
	position: absolute;
	right: 0;
}

#wMenu #fondoDer{
	position: absolute;
	width:30%;
	bottom: 0;
	right: 0;
	height: 39px;
	background: url(/images/fondo-menu-der.gif) repeat-x left top;
}

#wMenu #fondoDer img{
	position: absolute;
	left: 0;
}

#wMenu #menu{
	position: absolute;
	top: 7px;
	width: 800px;
	left: 50%;
	bottom: 5px;
	margin-left: -385px;
	height: 100%;
}

#wMenu #menu #logo{
	position: absolute;
	top: 0;
	left: 0;
}

#wMenu #menu #botones{
	position: absolute;
	top: 174px;
	left: 200px;
	height: 34px;
}

#wMenu #menu #botones div{
	height: 20px;		
	margin-top: 7px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}

#wMenu #menu #botones a{
	display: block;
}

#wMenu #menu #botones a:hover, #wMenu #menu #botones span.sel img{
	margin-top: -21px;
}

/* ---- */

/* PIE */
/* --- */
#wPie{
	position: absolute;	
	height: 47px;
	width: 100%;	
	bottom: 0;
	clear: both;
}

#fondoPie{
	position: absolute;
	opacity: .6;
	filter: alpha(opacity=60);
	background-color: #000;
	height: 100%;
	width: 100%;
	z-index: 1;
}

#pie{
	position: relative;	
	left: 50%;
	width: 790px;
	margin-left: -385px;
	height: 100%;
	font-size: 11px;
	padding-left: 10px;
	z-index: 2;
}

#pie span{
	display: block;
	font-size: 10px;
	background: url(/images/flecha-naranja.png) no-repeat left top;
	color: #d2581e;
	font-weight: bold;
	text-decoration: none;
	padding-left: 18px;
	padding-top: 4px;
	float: left;
	margin-right: 100px;
}

#pie p{
	padding-top: 5px;
	padding-left: 18px;
	clear: left;
}
#pie p a {
	color:#fff;
	text-decoration:none;
}
#pie p a:hover, #pie p a.contratar:hover {
	text-decoration:underline;
}
#pie p a.contratar {
	color: #d2581e;
	text-decoration:none;
}

