@charset "utf-8";
/* CSS Document */

body { color: #525252; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 0.8em; background: #333333; margin: 0; }
#contenido { background: #FFF; width: 100%; margin: 0; padding: 0; padding-top: 15px; }
#contenido > div { width: 965px; margin: 0 auto; }
#izquierda { float: left; width: 200px; padding-top: 15px; }
#izquierda ul { list-style-type: none; margin: 0; }
ul#menu { margin-top: 70px; }
ul#menu ul { padding-left: 15px; }
ul#menu a { color: #999999; /*font-size: 1.1em;*/ text-transform: uppercase; font-weight: bold; text-decoration: none; }
ul#menu a:hover, ul#menu a.activo { color: #5b5a56; }
#derecha { float: left; background: url('./imagenes/separador.png') no-repeat left top; padding-left: 35px; width: 648px; color: #969696; font-weight: bold; text-shadow: 1em #c6c6c6; font-size: 12px; padding-bottom: 50px; }
#derecha #siguenos { float: right; font-size: 11px; margin-bottom: 5px; text-transform: lowercase; }
#derecha #siguenos span { line-height: 16px; }
#derecha h1 {
	font-size: 1.5em;
	margin: 5px 0px;
	color: #5B5A56;
	text-align: center;
}
#derecha h2 { font-size: 1.2em; margin: 5px 0px; color: #5B5A56; }
#derecha p { text-align: justify; }
.clear { clear: both; }
.centrado { text-align: center !important; margin:0 auto; }
#pie { background: /*url('./imagenes/piebg.png')*/ #333333 repeat top left; height: 200px; }
#pie > div { width: 900px; margin: 0 auto; color: #a9a69f; padding-top: 15px; }
#pie a { float: right; color: #a9a69f; text-decoration: none; }
#pie a:hover { text-decoration: underline; }
/* Estilos especiales */
#horario {
	text-align: center;
	margin: 0 auto;
}
#horario td { background: transparent; color: #000; }
#horario tr td {
	text-align: left;
}
#horario td.yoga {
	background-color: #F98A9C;
	text-align: center;
}
#horario td.suelo {
    background-color: #92FF26;
	text-align: center;
}
#horario td.aereo {
	background: #ffcc00;
	text-align: center;
}
#horario td.rosa {
	background: #f645ba;
	text-align: center;
}
#horario td.vacio {
	background: #fff;
	text-align: left;
}
#horario td.gris {
	background: #f4f4f4;
	text-align: left;
}
#horario td.th , 
#horario td.horas{
	background: #f4f4f4;
	text-align: center;
}
#contactoFacebook { width: 150px; }
#contacto > div { float: left; width: 210px; }
#contacto > iframe { float: right; }
#derecha.centro > p { width: 495px; }
#derecha.yoga > p img { margin: 10px; }
#derecha strong { color:#000; }
