body{
	background-color:#EFE3CE;
	margin-left:0px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
}
.body{
	position: absolute;
	top: 15px;
	left: -15px;

}
.abotonera{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
.botonera{
	text-align: center;
	background-color: #000000;
	height: 25px;
	vertical-align: middle;
}
.volver{
	text-align: center;
	color: #000000;
	font-size: 11px;
	font-weight: bolder;
	height: 25px;
	vertical-align: middle;
	text-decoration: none;
}
.abotonera:Hover,.volver:Hover{
  color: #808080;
}
#topDate{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 755px;
	height: 15px;
	z-index: 2;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
}

#WEB{
	position: absolute;
	left: 0px;
	top: 15px;
	width: 760px;
	height: 550px;
	z-index: 0;
	background-color: #FFFFFF;
}

#HEADER{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 60px;
	z-index: 2;
	background-color: #FFFFFF;
}

/*HEADER*/

#Logo{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 175px;
	height: 60px;
	z-index: 2;
	background-image: URL(../img/logo.jpg);
}

#btnProfesorado{
	background-image: url(../img/profesorado.gif);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	position: absolute;
	left: 225px;
	top: -10px;
	width: 72px;
	height: 55px;
	z-index: 2;
	vertical-align: bottom;
}
#btnProfesorado:Hover{
	background-image: url(../img/profesorado_over.gif);
}
#btnAlumnado{
	background-image: url(../img/alumnado.gif);
	background-repeat: no-repeat;
	background-position: 8px  0px;
	position: absolute;
	left: 320px;
	top: -10px;
	width: 58px;
	height: 55px;
	z-index: 2;
	text-align: center;
	vertical-align: bottom;
}
#btnAlumnado:Hover{
	background-image: url(../img/alumnado_over.gif);
}
#btnPublico{
	background-image: url(../img/publico.gif);
	background-repeat: no-repeat;
	background-position: 4px  0px;
	position: absolute;
	left: 400px;
	top: -10px;
	width: 53px;
	height: 55px;
	z-index: 2;
	text-align: center;
	vertical-align: bottom;
}
#btnPublico:Hover{
	background-image: url(../img/publico_over.gif);
}

#Seccion{
	position: absolute;
	left: 0px;
	top: 60px;
	width: 760px;
	height: 43px;
	z-index: 2;
	background-image: URL(../img/fondo_seccion.gif);
}

#SeccionTitulo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	z-index: 2;
	border: 1px none #000000;
	font-size: 45px;
	font-weight: bold;
	color: #B55D52;
	line-height: 55px;
	text-align: right;
	vertical-align: bottom;
	height: 1px;
}

#Botonera{
	position: absolute;
	left: 9px;
	top: 85px;
	width: 520px;
	height: 24px;
	z-index: 2;
}

/*BARRA*/

#Barra{
	position: absolute;
	left: 0px;
	top: 134px;
	width: 760px;
	height: 45px;
	z-index: 2;
}

#barraFondo{
	position: absolute;
	left: 321px;
	top: 4px;
	width: 423px;
	height: 33px;
	z-index: 2;
	background-color: #98281D;
	background-image: URL(../img/bar-left.gif);
	background-repeat: no-repeat;
}

#barraFondoLine{
	position: absolute;
	left: 321px;
	top: 37px;
	width: 423px;
	height: 2px;
	z-index: 3;
	background-color: #000000;
	line-height: 2px;

}

#barraTituloUnidad{
	position: absolute;
	left: 22px;
	top: -4px;
	width: 306px;
	height: 43px;
	z-index: 2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color: #000000;
	line-height: 43px;
	background-position: 10px;
}

#barraMapaConceptual{
	position: absolute;
	left: 338px;
	top: -16px;
	z-index: 2;
	background-image: url(../img/bar-mapa.gif);
	background-repeat: no-repeat;
	background-position: 18px 0px;	
}
#barraMapaConceptual:Hover{
	background-image: url(../img/bar-mapa_over.gif);
}
#barraEvaluacion{
	position: absolute;
	left: 441px;
	top: -16px;
	z-index: 2;
	background-image: url(../img/bar-eval.gif);
	background-repeat: no-repeat;
	background-position: 13px 3px;
}
#barraEvaluacion:Hover{
  	background-image: url(../img/bar-eval_over.gif);
}

#barraGlosario{
	position: absolute;
	left: 518px;
	top: -15px;
	z-index: 2;
	background-image: url(../img/bar-glosario.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	width: 48px;
	height: 50px;
	vertical-align: bottom;
	text-align: center;
}
#barraGlosario:Hover{
	background-image: url(../img/bar-glosario_over.gif);
}
/*FinBARRA*/

#Volver{
	position: absolute;
	left: 568px;
	top: 113px;
	width: 189px;
	height: 23px;
	z-index: 5;
}

#Transparencia{
	position: absolute;
	left: 314px;
	top: 107px;
	width: 444px;
	height: 221px;
	z-index: 1;
	background-image: URL(../img/transp_bg.jpg);
	background-repeat: no-repeat;
}

#Contenido{
	position: absolute;
	left: 18px;
	top: 172px;
	width: 730px;
	height: 400px;
	z-index: 1;
	text-align: center;
}
.barraLink {
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: bottom;
	text-align:center;
	text-decoration: none;
	display: block;
	line-height: 80px;
}
.botonLink {
	line-height: 110px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	display: block;
}
.barraLink:Hover,.botonLink:Hover{
  color: #CCCCCC;
}

#Layer2 {
        position:absolute;
        left: 415px;
        top: 330px;
        z-index:2;
        width:262px; 
        height:218px;
}

#flash_provisional {
	position: absolute;
	top : 172px;
	z-index : 100;
}
