@charset "utf-8";
/* CSS Document */


body{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666; 
	overflow-y:scroll;
	*overflow-y:auto;
}
a{
	text-decoration:none;
	outline:none;
}
a:hover, a:link, a:visited{
	text-decoration:none;
	outline:none;
}
#contenedor{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-475px;
	margin-top:-300px;
	width:950px;
	min-height:600px;
	background-position:right;
	background-repeat:no-repeat;
	z-index:-20;
}

#cabecera{
width:950px;
height:90px;
background-image:url(/JLL/imagenes/superior.png) !important;
background-image:none;
*filter:none !important;
*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/JLL/imagenes/superior.png', sizingMethod='scale');
}

#contenido{
	height:455px;
	width:950px;
}
#pestanias{
	width:100%;
	height:20px;
	position:absolute;
	background-color:#999999;
	top:50%;
	margin-top:-190px;
	z-index:-100;
}
#fondo{
	width:100%;
	height:470px;
	position:absolute;
	background-color:#333333;
	top:50%;
	margin-top:-170px;
	z-index:-100;
}

#submenu{
	position:absolute;
	margin-top:20px;
	height:20px;
	margin-left:50px;
	margin-bottom:20px;
	z-index:-5;
}

#pie{
	position:absolute;
	background-color:#FFFFFF;
	width:100%;
	z-index:-20;
}
#titulo{
	color:#DF6C00;
	font-size:36px;
}

#texto{
	height:450px;
	width:400px;
	margin-left:50px;
	position:absolute;
	margin-top:60px;
}

#supIzq{
	margin-left:0px;
	width:45%;
	height:90px;
	position:absolute;
	background-color:#333333;
	float:left;
	display:inline;
	top:50%;
	margin-top:-300px;
	z-index:-100;
}
#supDer{
	width:100%;
	height:62px;
	position:absolute;
	background-color:#333333;
	float:right;
	display:inline;
	top:50%;
	margin-top:-300px;
	margin-left:0;
	z-index:-100;
}

#inf{
	width:100%;
	height:55px;
	position:absolute;
	background-color:#333333;
	float:left;
	display:inline;
	top:50%;
	margin-top:245px;
	z-index:-100;
}

#tramaSup{
	width:100%;
	position:absolute;
	height:0px;
	float:left;
	display:inline;
	z-index:-200;
	background-image:url(../imagenes/trama.png);
	background-position:left top;
	background-repeat:repeat;
}
#tramaInf{
	position:absolute;
	width:100%;
	height:0px;
	z-index:-200;
	background-image:url(../imagenes/trama.png);
	background-position:left top;
	background-repeat:repeat;
}

#divNoticias{
	width:410px;
	height:140px;
	margin-top:15px;
	position:relative;
	left:-50px;
}

#contenidoNoticias{
	background-image:url(../imagenes/noticias450.jpg);
	background-repeat:no-repeat;
	width:450px;
	height:130px;
}