/* 
    Document   : OmarWeb
    Created on : 14-feb-2010, 17:27:09
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
    color: #FFFFFF;
    font-weight:400;


    font-size: 14px;
    background-color: #000000;
}

body{
    background-color:#000000;
    color: #FFFFFF;
    font-family:"Century Gothic";
    text-align: center;
}

table{
    position: static;
    max-width: 800px;
    margin-left:  auto;
    margin-right: auto;
}

tr.agendaGris{
    background-color: gray;
    font-size: 10px;
    height: 25px;
    text-align: center;

}

tr.agendaNegro{
    font-size: 10px;
    height: 25px;
    text-align: center;

}

tr.agendaGrisPasado{
    color: #FFCC66;
    background-color: gray;
    font-size: 10px;
    height: 25px;
    text-align: center
}

tr.agendaNegroPasado{
    color: #FFCC66;
    font-size: 10px;
    height: 25px;
    text-align: center
}

/*TD styles*/
td{
    /*border:  dotted;*/
}

td.center{
    border-spacing: 3pt;
    text-align: center;
}

td.right{
    text-align: right;
}

td.languages{
    width: 260px;
    height: 70px;
    font-size: 22px;
    text-align: center;
}

td.logo{
    height: 240px;
    text-align: center;
}

td.smallFont{
    font-size: 12px;
    text-align: center;
    color: #FFCC66;
}

td.menu{
    width: 260px;
    text-align: center;
    height: 30px;
}

td.imagenMenu{
    text-align: center;
    width: 260px;
    height: 128px;
}

td.curriculum{
    font-size: 12px;
    text-align: right;

}

td.tituloAgendaFecha{
    width: 90px;
    height:25px;
    text-align: center;
}

td.tituloAgendaCiudad{
    width:96px;
    height:25px;
    text-align: center;
}

td.tituloAgendaLugar{
    width:246px;
    height:25px;
    text-align: center;
}

td.tituloAgendaHora{
    width:147px;
    height:25px;
    text-align: center;
}
td.patrocinadores{
    text-align: center;
    vertical-align: middle;
    height:50px;
    font-size: 20px;
    font-weight: bold;
}

/*A links on mouse over*/

a:link{
    text-decoration: none;
    font-weight: 400;
    color: #FFCC66;
}
a:visited{
    color: #FFCC66;
    font-weight: inherit;
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: #FFCC66;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
    color: white;
    font-weight: 900;
}

/*P style*/

p.texto{

    font-family: "Century Gothic";
    font-size: 14px;
}
p.negrita{
    font-family: "Century Gothic";
    font-weight: bold;
}
/*label style*/
label.negrita{
    font-weight: bold;
}
label.negrita2{
    font-weight: bolder;
    font-size:  xx-large;
}
label.negrita3{
    font-size: x-small;
}
label.negrita4{
    font-size: smaller;
}

/*image style*/
img{
    border:"0";
}
img.patrocinadores{
    height: 67px;
}
img.colaboradores{
    height: 40px;
}
img.camiseta{
    height: 150px;
}
img.timbales{
    height: 80px;
}
img.marimba{
    height: 60px;
}
