/* 
    Document   : Home
    Created on : 02/03/2010, 11:30:55
    Author     : Rafa
    Description:
        Posicionamento e formatação da Home.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@import "fonts.css";

#titulo_radio{
   color: #FFF;
   position: relative;
   top: -16px;
   font-weight: bold;   
   margin-right: 25px;
}
.img_radio{
   margin-right: 40px;
}
#radios_online{
   position:absolute;
   top:111px;
   right: 356px;
   }

#col1{
    width: 250px;
    height: 150px;
    float: left;
}

#col2{
    margin-left: 20px;
    float: left;
    width: 250px;
    height: 150px;
}

#col3{
    margin-left: 20px;
    float: left;
    width: 250px;
    height: 250px;
}

#pubVert{
    float: right;
    width: 152px;
    height: 245px;
    overflow: hidden;
}

#pubHori{
    position: absolute;
    width: 250px;
    height: 90px;
    margin-top: 157px;
    *margin-top: -85px;
    *margin-left: -530px;
}

#col4{
    position: absolute;
    width: 250px;
    height: 210px;
    margin-left:272px;
    margin-top:170px;
    *margin-top: -85px;
    *margin-left: -245px;
}

#col5{
    position: absolute;
    width: 250px;   
    height: 99px;
    margin-top: 270px;
    *margin-top: 25px;
    *margin-left: -530px;
}

#col6{
    float: right;
    margin-top: 15px;
    margin-right: 18px;
    width: 250px;
    height: 300px;
}

#col7{
    float: right;
    width: 152px;
    height: 300px;
    margin-top: 20px;
}
#col8{
    float: left;
    width: 522px;
    height: 173px;
    margin-top: 146px;
}

.tipo{
    font-family: "Frutiger 45";
    color: #A00;
    font-size: 13px;
    text-transform: uppercase;
}

.titulo{
    font-family: "HandelGotLig";
    color: #A00;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.texto{
    font-family: "Frutiger 45";
    color: #222;
    font-size: 12px;
    text-align: justify;
}
#vermelho{
    color: #A00;
}
#preto{
    color: #000;
    text-align: justify;
}

.verMais{
    float: right;
    margin-top: -11px;
}

.notImg1{
    width: 111px;
    height: 70px;
    float: left;
}

.notImg2{
    width: 111px;
    height: 70px;
    float: right;
    margin-right: 5px;
}

.notTitulo1{
    font-family: "HandelGotLig";
    color: #A00;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    width: 117px;
    float: left;
    text-align: left;
}
.link{
    text-decoration: none;
}
.notTitulo2{
    font-family: "HandelGotLig";
    color: #A00;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    width: 117px;
    text-align: left;
    float: right;
}
.noticias{
    color: #A00;
    font-family: "HandelGotLig";
    font-size: 14px;

}

.tresPts{
    color: #929292;
    font-size: 10px;
    font-weight: normal;
}

.barra{
    background: #BBB;       /*TODO: #BBB? oO*/
    width: 158px;
    height: 3px;
    float: left;
    margin-left: 5px;
}
.notBarra{
    background: #BBB;
    width: 160px;
    height: 3px;
    float: right;
}

.opcTipo{
    font-family: "Frutiger 45";
    color: #A00;
    font-size: 13px;
    float: left;
}
.opcVideo{
    background: #BBB;
    width: 250px;
    height: 160px;
    float: right;
}

.notFundo1{
    text-align: right;
    background: #EEE;
    padding-right: 10px;
    width: 96%;
    height: 47px;
    font-size: 11px;
}

.ultimasNoticias{
    font-family: "Frutiger 45";
    font-size: 12px;
    color: #AA0000;
}

.notFundo2{
    text-align: right;
    height: 47px;
    font-size: 11px;
    padding-right: 10px;
    width: 96%;

}

.data{
    color: #AAA;
    font-size: 10px;
}

.tituloNoticia{
    color: #AA0000;
    text-decoration: none;
    line-height: 13px;
}

#buscador{
    float: right;
    margin-top: 18px;
}
#buscador #busca{
    background: url("../img/inputBuscar.png") no-repeat;
    border: none;
    font-size: 11px;
    color: #444;
    height: 14px;
    width: 123px;
    float: left;
    padding-left: 5px;
    padding-top: 4px;
}
#buscador #buscarFim{
    float: left;
    background: url("../img/inputBuscarFim.png") no-repeat;
    border: none;
    height: 19px;
    width: 12px;
}
#buscador #btnBuscar{
    float: right;
    background: url("../img/buscar.png") no-repeat;
    border: none;
    height: 27px;
    width: 55px;
    margin-top: -4px;

}
#buscador #btnBuscar:hover{
    background: url("../img/buscar2.png") no-repeat;
    border: none;
    cursor: pointer;
}
#buscador #data{
    float: left;
    color: #800;
    margin-right: 5px;
    font-family: "arial";
    margin-top: 2px;
    font-weight: bold;
    letter-spacing: 1px;
    *margin-left: 425px;
}