/*
    Document   : css-home
    Created on : 04/08/2013, 23:03:57
    Author     : Henrique
    Description:
        Purpose of the stylesheet follows.
*/

#destaques{
    width: auto;
    min-width: 1024px;
    height: auto;
    min-height: 400px;
    background-image: url('../img/pattern_07.jpg');
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    display: block;

}
#destaque{
    width: 952px;
    height: 392px;
    margin:50px auto;
    background-image: url('../img/slider_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    display: block;


}
#slider{
    width: 728px;
    height: 299px;
    position: relative;
    margin:30px auto;


}
#slider ul li img{
    width: 728px;
    height: 299px;
    position: relative;


}
#text-slide{
    width: 300px;
    height: 250px;
    background-color: white;
}
/*#prev{
    width: 65px;
    height: 35px;
    position: relative;
    float: left;
    z-index: 15;
}
ul#nxpv li#prev{

}
#prev:hover{

    background-position: 0px -70px;
}
#next{
    width: 65px;
    height: 35px;
    background-image: url("../img/next.png");
    background-repeat: no-repeat;
    position: relative;
    float: right;
    z-index: 15;


}
#next:hover{

    background-position: 0px -70px;
    background-repeat: no-repeat;
}*/
#cont{
    width: auto;
    min-width: 1024px;
    height: auto;
    min-height: 600px;
    margin: auto;
}
#cont-sup{
    width: 952px;
    height: 240px;

    margin: auto;
}
#cont-bot{
    width: 952px;
    height: 240px;

    margin: auto;
}
#cont .sbr{
    width: 500px;
    height: 240px;
    float: left;
    margin: auto;
    padding-left: 45px;
    padding-right: 45px;
}
#cont .sbr img{
    float: left;
    padding-right: 20px;
    padding-bottom:  20px;
}
#cont .col{
    width: 270px;
    height: 240px;
    float: left;
    margin: auto;
    padding-left: 45px;


}
.col .anatel{
    margin-left: 20px;
    float: left;
}
.col #anatel{
    float: left;
    margin-left: 35px;
}

#cont img{
    float: left;
}

#cont h1{
    float: left;
    color: #232323;
    font-family: "ARIAL",Helvetica,sans-serif;
    font-size: 18px;
    line-height: 15.8px;
    font-weight: bold;
    padding: 8px;
}


#cont p{
    color: #666666;
    font-family: "arial",Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;

}
#cont a{
    width: 50px;
    height: 20px;
    padding: 5px;
    background-color: #666666;
    border: 1px solid #555;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-family: "arial",Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    text-decoration: none;

}
#cont a:hover{
    width: 50px;
    height: 20px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #000;
    color: #000;


}
#hr{
    width: 960px;
    height: 2px;
    background-image: url('../img/hr_960.png');
    margin: 30px auto;

}

#parceiros{
    width: auto;
    min-width: 1024px;
    height: 80px;
    background-image: url('../img/featured_bottom_bg.png');
}
#parc-center{
    width: 960px;
    height: 65px;
    margin: auto;
    padding-top: 15px;

}
#parc-center h1{
    float: left;
    color: #232323;
    font-family: "ARIAL",Helvetica,sans-serif;
    font-size: 18px;
    line-height: 15.8px;
    font-weight: bold;
    padding-top: 18px;
}

.hrzs{
    background-image: url('../img/hrzs.png');
    height: 40px;
    width: 200px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 8px;
    float: left;
    background-size: 75%;
}
.hrzs:hover{
    background-image: url('../img/hrzs3.png');

}
.explo{
    background-image: url('../img/exploeste.png');
    height: 40px;
    width: 200px;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 8px;
    float: left;


}
.explo:hover{
    background-image: url('../img/exploeste2.png');
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 8px;
}