body {
    text-align: center;
    min-width: 832px;
    max-width: 950px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #EEEEE;
}


.principal {
    text-align: center;
}
/************************/

.cabecera {
    text-align: right;
}

.cabecera img {
    border: 0;
    vertical-align: middle;    
}


hr {
    border-color: #FF9900;
}

.menu {
    font-size: 11px;
    background-color: #EEE;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}


/* Menu items are a light gray block with padding and no text decoration */
.menu a {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
	background-color: #EEE;
	color: #333;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
.menu a:hover, menu a:focus {
	background-color: #33C;
	color: #FFF;
}

#aulamuestra {
    margin-top: 10px;
    margin-bottom: 15px;
}

.central {
    width: 600px;
    float: left;
    height: 700px;
}

.contenido {
    text-align: left;
}

.contenido .titulo {
    color: #666666; 
    font-size: 16px; 
    font-weight: bold;
    text-align: center;
}

.contenido p, .contenido li {
    color: #333333; 
    font-weight: bold;
}

.contenido p strong, .contenido li strong {
    color: #0000FF;
}

.enfasis {
    color: #CC0000;
}

.logos {
    margin-top: 20px;
    text-align: center;
}

.derecho {
    text-align: center;
}

.visita_aulas {
   color: #000000;
   font-size: 11px;
}

.realzado {
    color: #FF0000; 
    font-weight: bold;
    font-size: 12px;
}

/*aulas*/

.tabla_aulas {
    margin-left: 15px;    
}

.tabla_aulas td {
    text-align: center;
    font-size: 12px;
}

.tabla_aulas img {
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.tabla_horario {
    width: 100%
}

.tabla_horario td {
    padding-left: 50px;
    border-bottom: 1px dashed silver;
    padding-top: 5px;    
}

/*servicios*/

td.servicio {
    text-align: center;
}
