/* Hoja de estilos Escuela de Esquí Manzaneda */

Body {
	background-color: #FFFFFF;
	/*background-image: url(../images/background.jpg);
	background-repeat: no-repeat;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 10px;
}

/* Texto normal */
.normal{
	font-size: 9px;
}

/* Pie y Cabecera */

.Cabecera{
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 150px;
}

.Menu{
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 80px;
	border-width: 2px;
	border-style: solid;
	border-right: none;
	border-bottom: none;
	border-color: #000000;
}

.Body{
	background-image: url(../images/body.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 80px;
	border-width: 2px;
	border-style: solid;
	border-left: none;
	border-bottom: none;
	border-color: #000000;
}

.Centro{
	border-width: 2px;
	border-style: solid;
	border-top: none;
	border-bottom: none;
	border-color: #000000;
}

.Pie{
	border-width: 2px;
	border-style: solid;
	border-top: none;
	border-color: #000000;
}



/* Cuerpo de la pagina */

.Tabla_principal{
	border: 2px;
	border-color: #000000;
	border-style: solid;
}

.Izquierda{
	border: 2px;
	border-style: solid;
	border-color: #00000;
	border-right: none;
	border-top: none;
}

.Derecha{
	border: 2px;
	border-style: solid;
	border-color: #000000;
	border-left: none;
	border-top: none;
}

/* Enlaces diversos */

a.Galeria:link{
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

a.Galeria:hover{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.Galeria:active{
	font-weight: bold;
	color: #F08080;
	text-decoration: none;
}

a.Galeria:visited{
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: none;
}
