@charset "utf-8";
/* CSS Document */

* {
	outline:0;
	margin:0px;
	padding:0px;
	vertical-align: top;
}

body {/*elemento body*/
	font-family: "Arial";
	font-size: 22px;
	text-align:justify;
	color: #080808;
	
	background-color:#000000;
	background-position: center;
	background-attachment: fixed;
	overflow:auto;
}

h1 {/*elemento h1*/
	color: white;
}

#fondoA {/*identidad baseA*/
	background-image: url(../gui-images/fondoA.jpg);
	position: absolute;
	width: 1015px;
	height: 875px;
	left: 50%;
	margin-left: -507.5px;/*mitad de la anchura*/
}

#fondoB {/*identidad baseB*/
	background-image: url(../gui-images/fondoB.jpg);
	position: absolute;
	width: 1015px;
	height: 1701px;
	left: 50%;
	margin-left: -507.5px;/*mitad de la anchura*/
}

#fondoC {/*identidad baseB*/
	background-image: url(../gui-images/fondoC.jpg);
	position: absolute;
	width: 1015px;
	height: 3000px;
	left: 50%;
	margin-left: -507.5px;/*mitad de la anchura*/
}

#backgroundA {/*identidad baseA*/
	background-image: url(../gui-images/backgroundA.jpg);
	position: absolute;
	width: 1015px;
	height: 875px;
	left: 50%;
	margin-left: -507.5px;/*mitad de la anchura*/
}

#backgroundB {/*identidad baseB*/
	background-image: url(../gui-images/backgroundB.jpg);
	position: absolute;
	width: 1015px;
	height: 1701px;
	left: 50%;
	margin-left: -507.5px;/*mitad de la anchura*/
}

#backgroundC {/*identidad backgroundC*/
	background-image: url(../gui-images/backgroundC.jpg);
	position: absolute;
	width: 1015px;
	height: 3000px;
	left: 50%;
	margin-left: -507.5px;/*mitad de la anchura*/
}

#imgFondo {/*identidad imgFondo*/
	border: none;
}

div.barra {/*clase barra*/
	color: white;
	background-image:url(../gui-images/barra.gif);
	position: absolute;
	width: 354px;
	height: 53px;
}

div.barraIndex {/*clase barra*/
	cursor:pointer;
	color: white;
	background-image:url(../gui-images/barra.gif);
	position: absolute;
	width: 354px;
	height: 53px;
}

div.barraIndex:hover {
	outline-style: solid;
  	outline-width: thick;
  	outline-color:#FFFFFF;
}

div.infoWeb {

}

div.infoEventos {
	font-size:18px;
	visibility:hidden;
}

div.infoAEPAE {
	visibility:hidden;
}

div.infoCamadas {
	visibility:hidden;
}

#parteStandard {
	color: white;
}

#nota {
	color: white;
	font-size: 18px;
}
