body {
    font: 12px/20px 'DroidSansRegular', Arial, sans-serif;
    color: #666;
    margin: 0 auto;
    text-align: center;
    background: #826697 url(../img/bg-body.png) repeat;
}

h1 {
    float: left;
    font-size: 4.4em;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: normal;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 60px 0 40px 107px;
    background: url(../img/logo.png) no-repeat 13px 29px;
}

address {
    float: right;
    padding: 62px 13px 0 0;
    text-align: right;
    font-size: 1.6em;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    font-style: normal;
}

h3 {
    font: normal 22px 'DroidSerifRegular', Arial, sans-serif;
    color: #333;
    background: url(../img/line.png) bottom repeat-x;
    padding: 0 0 5px;
    margin: 0 0 20px;
}

#bienvenido,
#clases {
    margin: 0 0 10px;
}

.intro {
    font: normal 14px/1.6em 'DroidSerifItalic', Arial, sans-serif;
    color: #666;
    margin: 10px 0 20px;
}

h4 {
    font: 14px 'DroidSerifRegular', Arial, sans-serif;
    color: #333;
    letter-spacing: 0.01em;
    background: url(../img/line.png) bottom repeat-x;
    padding: 3px 0 5px;
    margin: 0 0 8px;
}

h5 {
    font: 12px 'DroidSansBold', Arial, sans-serif;
    letter-spacing: 0.01em;
    color: #666;
    margin: 5px 0 2px;
}

a {
    background-color: transparent;
    color: #777;
    outline: 0;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #666;
    outline: 0;
    text-decoration: none;
}

p {
    margin: 0 0 15px;
}

.content-left {
    float: left;
    display: block;
    height: 250px;
    width: 303px;
    margin: 0;
}

.content-right {
    float: right;
    display: block;
    height: 250px;
    width: 303px;
    margin: 0;
}

.clases_izq {
    width: 350px;
    height: 300px;
    float: left;
    margin: 0;
}

.clases_dcha {
    width: 260px;
    height: 300px;
    float: right;
    margin: 0;
}

.clear {
    height: 19px;
    margin: 0;
}

.hr {
    text-align: center;
    background: url(../img/hr.png) no-repeat center center;
    height: 41px;
    margin: 20px 0 0;
}

.accordion {
    text-align: left;
}

.accordion ol {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.accordion li > h2 {
    user-select: none;
    font-weight: normal;
    margin: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    -ms-transform: translateX(-100%) rotate(-90deg);
    -ms-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.accordion li > h2 span {
    display: block;
    padding-right: 8%;
    text-align: right;
    height: 90%;
    margin-top: 5px;
}

.accordion li > h2 b {
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 8%;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.accordion li > h2:hover {
    cursor: pointer;
    color: #555;
}

.accordion li > div {
    height: 100%;
    position: absolute;
    top:
        0;
    z-index: 1;
    overflow: hidden;
    background: white;
}

.rounded {
    border-radius: 4px;
}

.grey {
    border: 3px solid #fff;
    padding: 0px 0px;
    background: #fff;
}

.grey li > h2 {
    background-image: url(../img/dark_grid.jpg);
    background-repeat: repeat;
    font: normal 18px 'DroidSerifRegular', Arial, sans-serif;
    color: #555;
    line-height: 2.4em;
    text-shadow: 0 -1px 0 #fff;
}

.grey li > h2 span {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-image: url(../img/check.jpg);
    background-repeat: repeat;
}

.grey li > h2 b {
    color: #999;
    font-size: 20px;
    background-image: url(../img/check.jpg);
    background-repeat: repeat;
}

.grey li > h2 b:hover,
.grey li > h2 :hover {
    color: #777;
}

.grey li > div {
    background-color: #F9F9F9;
    height: 418px;
    border: 1px solid #ededed;
}

.container {
    margin: 0px auto;
    width: 980px;
    text-align: center;
}

.figure {
    display: block;
    width: 660px;
    height: 360px;
    text-align: left;
    margin: 25px 54px 25px 54px;
}

@font-face {
    font-family: 'DroidSansRegular';
    src: url('../font/DroidSans-webfont.eot');
    src: url('../font/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/DroidSans-webfont.woff') format('woff'),
        url('../font/DroidSans-webfont.ttf') format('truetype'),
        url('../font/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../font/DroidSans-Bold-webfont.eot');
    src: url('../font/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/DroidSans-Bold-webfont.woff') format('woff'),
        url('../font/DroidSans-Bold-webfont.ttf') format('truetype'),
        url('../font/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerifRegular';
    src: url('../font/DroidSerif-Regular-webfont.eot');
    src: url('../font/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/DroidSerif-Regular-webfont.woff') format('woff'),
        url('../font/DroidSerif-Regular-webfont.ttf') format('truetype'),
        url('../font/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerifItalic';
    src: url('../font/DroidSerif-Italic-webfont.eot');
    src: url('../font/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/DroidSerif-Italic-webfont.woff') format('woff'),
        url('../font/DroidSerif-Italic-webfont.ttf') format('truetype'),
        url('../font/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BallparkWeiner';
    src: url('../font/ballpark_weiner-webfont.eot');
    src: url('../font/ballpark_weiner-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/ballpark_weiner-webfont.woff') format('woff'),
        url('../font/ballpark_weiner-webfont.ttf') format('truetype'),
        url('../font/ballpark_weiner-webfont.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}



.horarios {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    
}

.horarios th {
    border: 1px solid #ccc;
    background-color: #EEEEEE;
    padding: 6px 0;
}

.horarios td {
    border: 1px solid #ccc;
    height: 35px;
    line-height: 13px;
    width: 20%;
}

#precios {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

#precios td {
    border: none;
    padding: 4px 0;
    line-height: 17px;
}

.sub {
    text-decoration: underline;
}

input {
    outline: none;
    display: block;
}

#form_name,
#form_email,
textarea {
    font: normal 13px 'DroidSansRegular', Arial, sans-serif;
    margin: -36px 0px 20px 70px;
    padding: 6px;
    width: 220px;
    border: 0px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.label {
    font: normal 12px 'DroidSansRegular', Arial, sans-serif;
    margin-top: 10px;
    color: #666;
}

label {
    font-size: 0.9em;
    color: #F30;
    margin-left: 70px;
    display: block;
}

input + label {
    margin-top: -18px;
    display: block;
}

label[for="form_res"] {
    margin-left: 118px
}

textarea {
    font: normal 12px 'DroidSansRegular', Arial, sans-serif;
    width: 220px;
    height: 127px;
    padding: 5px;
    margin: -36px 0px 0px 70px;
}

#form_submit {
    font: normal 11px 'DroidSansBold', Arial, sans-serif;
    letter-spacing: 1px;
    outline: 0;
    background: #333;
    height: 28px;
    width: 80px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 67px;
    margin-top: 5px;
}

#form_name,
#form_email,
textarea {
    background: #f9f9f9 url(../img/form-gradient.gif) repeat-x 0px -2px;
    border: 1px solid #ccc;
    color: #666;
}

textarea {
    resize: vertical;
    max-height: 180px;
}

.rojo {
    color: #F30;
    margin-top: 10px;
}

.morado {
    color: #6633CC;
    margin-top: 10px;
}

#map {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.terms-of-use-link {
    display: none;
}

.contact {
    line-height: 30px;
    font: 'DroidSansBold', Arial, sans-serif;
    color: #666;
    padding: 0px 0px;
    text-align: left;
    margin: 10px 0px 0px 0px;
}

.contact_icon {
    float: left;
    clear: both;
    margin: 0px 15px 0px 0px;
}

.icon {
    float: left;
    font-weight: normal;
    margin: -20px 0px 0px -65px;
    color: #555;
    padding: 5px 0px 0px 0px;
}

.nivoSlider {
    position: relative;
    background: #fff url(../img/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nivoSlider a {
    border: 0;
    display: block;
}

.nivo-controlNav {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.nivo-caption a:hover {
    color: #fff;
}

.nivoSlider {
    position: relative;
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    z-index: 8;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

#slider {
    width: 315px;
    height: 224px;
}

.slider-wrapper {
    width: 330px;
    height: 269px;
    background: url(../img/slider_bg.png) no-repeat;
    padding: 11px 7px;
}

.clear {
    clear: both;
}

.iframe {
    background-color: #888;
    color: #FFF;
    font-size: 14px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(/PIE.htc);
}

.iframe:hover {
    background-color: #999;
    color: #FFF;
}



input[type="radio"],
.tab1,.tab2,.tab3 {
  display: none;
}



#tab1:checked ~ .tab1,
#tab2:checked ~ .tab2,
#tab3:checked ~ .tab3 {
display: table;
}





label[for="tab1"],label[for="tab2"],label[for="tab3"]{
    border-radius: 4px;
    padding: 4px 8px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: rgb(239,239,239);
    color: #000;
    margin-left: 0;
    font-size: 1em;

}

#tab1:checked +label,
#tab2:checked +label,
#tab3:checked +label {
color: white;
background-color: #FF8A1A;
}
