@charset "utf-8";
/* CSS Document */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url("../images/bg.jpg");
}

td img {display: block;}

#Layer1 {
    position:absolute;
    width:100%;
    height:17px;
    z-index:1;
    left: -1px;
    top: -5px;
}

.cursos {
    position:absolute;
    text-align:center;
    width:65%;
    height:100%;
    z-index:10;
}

.cursos p {
    width:55%;
    margin:60px 220px 0px 0px;
    font:normal 11px Arial;
    color:#000000;
    float:right;}

.cursos h1 {
    font:bold 2.5em sans-serif;
    font-stretch:wider;
    color:#000066;
    margin:10px 0px 0px 10px}


#kids {
    position:absolute;
    height:219px;
    background:#DEF1F7;
    background-image:url(../images/bg_kids.gif);
    background-repeat:no-repeat;
    display:none;
    background-position:99% 38%;
    z-index:11;}

#teens {
    position:absolute;
    height:219px;
    background:#DEF1F7;
    background-image:url(../images/bg_teens.gif);
    background-repeat:no-repeat;
    display:none;
    background-position:110% 88%;
    z-index:11;}


#adults {
    position:absolute;
    height:219px;
    background:#DEF1F7;
    background-image:url(../images/bg_adults.gif);
    background-repeat:no-repeat;
    display:none;
    background-position:95% 88%;
    z-index:11;}

#fechar {
    margin:10px;
    float:right;
}