@charset "utf-8";
/* CSS Document */
html { width:100%; height:100%; text-align:center}
body { padding:0; margin:0; width:992px; margin:0 auto; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:12px}
/*   */
#divContenedorGeneral {
	position:absolute;
	width:967px;
	height:580px;
}
#divLogo { 
	position:absolute; left:15px; top:10px;
	width:160px; height:40px; text-indent:-9999px;
	background:#fff url(../images/LogoLunatus.jpg) top left no-repeat;
	cursor:pointer;
}
#divMenu { 
	position:absolute; left:15px; top:108px;
	width:907px; height:108px;
	padding:40px 0 0 40px;
	background: #fff url(../images/fondomenu.gif) top left no-repeat;
}

#divPrincipal {
	position:absolute;
	left:0;
	top:208px;
	width:967px;
	height:354px;
	background:#fff url(../images/fondocontenido.jpg) top left no-repeat;
}

#divPresentacion {
	position:absolute; left:15px; top:70px; height:20px; width:927px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; text-transform:uppercase;
	text-align:right;
	font-weight:bold;
	border-bottom: #cdcdcd dotted 1px; 
}


div#divContenedordeFotos { 
	position:absolute; top:25px; left:25px; 
	width:661px; height:284px; background-color:#f7f7f7;
	clip:rect(0px, 661px, 284px, 0px); overflow:hidden;	
	}
div#divContenedordeFotosDeslizante {
	width:3305px; height:284px;
}

div#divExplicacionProyecto {
	position:absolute; top:45px; left:408px;
	width:260px; height:264px; font-size:10px;
	clip:rect(0px, 260px, 264px, 0px); overflow:hidden;	
}
div#divExplicacionProyectoTexto {
	position:absolute;
	padding:15px; width:230px; height:211px; 
	background: url(../images/FondoExplicacion.png) top left no-repeat;
	margin-top:219px;
}
div#divExplicacionProyectoShowHide {
	position:absolute; top:5px; left:230px; 
	height:15px; width:40px;
	cursor:pointer;
}

#divCierre {
	position:absolute;
	width:927px;
	height:20px;
	top:553px;
	left:15px;
	border-top: #cdcdcd dotted 1px;
	padding:4px 0 0 0;
	text-align:right;
	color:#cdcdcd; font-size:9px;
}

#divLinksSuperiores { position:absolute;
	width:400px; height:25px; top:13px; right:25px;
	text-align:right;
}

/* ************************************* */
ul.ulMenu { list-style:none; padding:0; margin:0}
li.PestanaOff {
	float:left; padding:5px 17px 0 0px; display:block;
	background:#fff url(../images/FlechaMenu_Gris.gif) top left no-repeat;
	width:109px; 
}

li.PestanaOff a { color:#78797d; font-size:12px; 
	text-transform:uppercase; text-decoration:none; 
	font-weight: bolder; line-height:12px;
}

li.PestanaOn {
	float:left; padding:5px 17px 0 0px; display:block;
	background:#fff url(../images/FlechaMenu_Verde.gif) top left no-repeat;
	width:109px; 
}

li.PestanaOn a { color:#c1dc00; font-size:12px; 
	text-transform:uppercase; text-decoration:none; 
	font-weight: bolder; line-height:12px;
}

div.Pestana { position:absolute; width:130px; height:50px; z-index:50; background-color:#fff;}

/* ************************************* */
#ImagenesProyecto {list-style:none; padding:0; margin:0}
#ImagenesProyecto li  {
	padding:0; margin:0;
	float:left; display:block;
	width:661px; height:284px; 
}
div#ControldeImagenes { 
	position:absolute; clear:both;
	height:200px; width:200px; z-index:100;
	display:block; left:744px; top:44px; color:#333; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.linkScroller { margin-top:10px;  font-weight:bold; cursor:pointer;
	background-color:#fff; padding:5px; display:block; width:161px;height:37px; }
a.linkScrollerOn { margin-top:10px;  font-weight:bold; cursor:pointer; 
	background-color:#c1dc01; padding:5px; color:#fff;display:block; width:161px; height:37px; }
/* ************************************* */
strong.AzulEZ { color:#4880b9}
strong.VerdeLunatus { color:#666}
/*  **************** */
h1 { color:#797a7e; font-size:14px; margin:0 0 12px 0; line-height:16px;}
.LinkHeader { 
	padding-top:3px;
	background:url(../images/FlechaLink_Verde.gif) top left no-repeat;
}
.LinkHeader a { 
	color:#999; text-decoration:none; font-size:10px;
}
