﻿body
{
    margin:0px;
    }

table {
    border-collapse:collapse;
    border-spacing:0px;
    }

table td, table th, tabla tr 
{
    margin:0px;
    padding:0px;
    }
    
.divHorarios
{
    width:640px;
    margin-left:auto;
    margin-right:auto;
    display:table;
    }
    
.supIzq
{
    background-image:url('../img/horarios/esq_sup_izq_tabla.gif');
    background-repeat:no-repeat;
    background-position:top left;
    }

.supDch
{
    background-image:url('../img/horarios/esq_sup_dere_tabla.gif');
    background-repeat:no-repeat;
    background-position:top right;
    }
    
 .infIzq
{
    background-image:url('../img/horarios/esq_inf_izq_tabla.gif');
    background-repeat:no-repeat;
    background-position:bottom left;
    }
    
 .infDch
{
    background-image:url('../img/horarios/esq_inf_dere_tabla.gif');
    background-repeat:no-repeat;
    background-position:bottom right;
    }
    
    /*La cabecera de la tabla lleva el color #e6b012 de fondo y la tipografía es Verdana 12px #ffffff. 
El fondo del resto de la tabla es #e0e0e0; y la tipo: verdana 11px #4c4c4b.*/
    
.horarios th
{
    background-color:#e6b012;
    font-family:Verdana;
    font-size:12px;
    color:#FFFFFF;
    height:26px;
    text-align:center;
    }
    
.horarios td
{
    background-color:#e0e0e0;
    font-family:Verdana;
    font-size:11px;
    color:#4c4c4b;
    height:26px;
    text-align:center;
    }
    
.separador
{
    background-image:url('../img/horarios/separador_colunnas_tabla.gif');
    background-repeat:repeat-y;
    width:2px;
    }
    
.pestPilates img, .pestTrainer img
{
    border:0px; 
    cursor:pointer; 
    margin-bottom:20px;
    }