* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../imagenes/fondoBody.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color:#999999;
	text-decoration: underline;
}

#encabezado {
	width: 848px;
	height: 101px;
}

#todo {
	background-image: url(../imagenes/centroCuerpo.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 848px;
}

#encabezado h1 {
	text-indent: -1000px;

}

#MenuMenu, #MenuIdioma {
	background: url(../imagenes/menuFondo.png) repeat-y;
	width: 178px;
}

#MenuPPal {
	float: left;
	margin: 0px 0px 0px 96px;
	padding: 0px;
}

#MenuMenu h3{
	height: 77px;
	text-indent: -1000px;

}

#MenuIdioma h3{
	height: 77px;
	text-indent: -1000px;

}

*.menu-ppal {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
/*	text-align: right;*/
	background: url(../imagenes/menuFin.png) no-repeat bottom;
	padding: 5px 0px 50px 0px;
	width: 178px;
}

.menu-btn a:link, .menu-btn-actual a:link {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}



.menu-btn, .menu-btn-actual{
	width: 178px;
	margin: auto;
	height: 29px;
}
.menu-btn a span, .menu-btn-actual a span{
	display: block;
	background-image: url(../imagenes/menuFondoBotones.png);
	text-decoration: none;
	color: #000000;
	padding: 4px 18px 14px 10px;
}

.menu-btn a span{
	background-position: 0px -30px;
	color: #000000;
}

.menu-btn a:hover span, .menu-btn-actual a:hover span {
	background-position: 0px -85px;
}

.menu-btn-actual a span{
	background-position: 0px 0px;

}


.menu-btn a:visited, .menu-btn-actual a:visited {
	color: #8C8C8C;
	text-decoration: none;
}

.menu-ppal span{
	text-align: right;
	text-indent: 10px;
}


/* Contenidos */
#Contenidos {
	background-image: url(../imagenes/inicioCuerpo.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left: 290px;
	padding-right: 86px;
	width: 470px;
}

#tituloIntroduccion, #tituloNuestraHistoria, #tituloDondeAprender, #tituloEventos, #tituloContactenos, #tituloEnlaces, #tituloLibroVisitas, #tituloNotas {
	height: 77px;
	text-indent: -1000px;
	padding-top: 10px;
}

#textosContenidos {
	margin-top: 20px;
}

#textosContenidos p, #textosContenidos li{
	margin-bottom: 1.3em;
}

#textosContenidos p {
	text-indent: 1.3em;
}
	
#textosContenidos h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-bottom: 1.1em;
}

#contenedorHorClases {
/*	background-image: url(../imagenes/tablaHorarios.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;*/
	padding-top: 5px;
}

#horClases {
	border-width: 2px;
	border-color: #000000;
	border-collapse: collapse;
	border-spacing: 0px;
}

#horClases td,  #horClases th{
	border-width: 1px;
	border-color: #000000;
	font-size: 12px;
}

*.Nota {
	background-image:url(../imagenes/fondoNotasCuerpo.png);
	background-position: 0px 0px;
	background-repeat:repeat-y;
	padding-left: 0px;
	padding-right: 0px;
}

*.Nota h3{
	background-image:url(../imagenes/fondoNotasCabeza.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width: 93%;
	padding-left: 30px;
	padding-top: 30px;
}

*.Nota *.pieNota{
	background-image:url(../imagenes/fondoNotasPie.png);
	background-position: bottom;
	background-repeat:no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
}

*.Nota p{
	padding-left: 30px;
	padding-right: 30px;
}


*.evento {
  border-bottom: 2px solid silver;
}

*.evento h4 {
  padding-top: 1.2em;
}

/* Fotos */

*.foto {
	float: right;
}


#fotoSoulFantasmas {
	width: 200px;
	height: 150px;
	overflow:hidden;
}

#soulFantasmas {
	position:relative;
}

#soulFantasmas:hover {
	margin-left:-200px;
}

#Pie {
	background: url(../imagenes/finCuerpo.png) no-repeat;
	padding-top: 130px;
	padding-bottom: 20px;
	padding-left: 300px;
	padding-right: 30px;
	width: 440px;
	clear: both;
	font-size: 9px;
	text-align: center;
}




