/*
    Document   : css-empresa
    Created on : 12/10/2013, 08:48:58
    Author     : Henrique
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}
#conteudo{
    width: auto;
    min-width: 1024px;
    height: auto;
    min-height: 1150px;
    margin: auto;

}
#dados-empresa{
    width: 1060px;
    height: auto;
    min-height: 900px;
    margin: auto;
    padding-top: 50px;

}


#dados-empresa{
    width: 1060px;
    height: auto;
    min-height: 900px;
    margin: auto;
    padding-top: 50px;

}
#principal{
    width: 730px;
    height: 460px;
    float: left;
    text-indent: 1em;
    line-height:2%;
    border-radius: 4px;

}
#principal h1{
    padding: 10px 0 0 15px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 0 20px 0;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 34px;
    border-bottom: 1px solid #ddd;


}
#principal img{
    border-radius: 10px;
    box-shadow:0px 0px 3px #666;
    padding: 5px;
    border: none;
    margin: 0 20px 20px 10px;
    float: left;
}
#principal p{
    font-family: "trebuchet MS",Helvetica,sans-serif;
    color: black;
    line-height: 25px;
    font-size: 14px;
    display: block;
    margin: 0 15px 20px 15px;
    text-align: justify;
    text-shadow: #f2f2f2 1px 1px 1px;
}
#sec{
    width: 273px;
    height: 595px;
    float: right;

}
#sec p{
    font-family: "trebuchet MS",Helvetica,sans-serif;
    color: black;
    line-height: 25px;
    font-size: 14px;
    display: block;
    margin: 0 15px 20px 15px;
    text-align: justify;
    text-shadow: #f2f2f2 1px 1px 1px;
}
#sec h1{
    padding: 10px 0 0 15px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 0 20px 0;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 26px;
    border-bottom: 1px solid #ddd;
}
#sec p b {
    font-family: century gothic;
    font-size: 24px;
    color: #777;
}
#sec-1{
    width: 273px;
    height: 367px;

    border-radius: 4px;

    float: right;
}
#sec-2{
    width: 273px;
    height: 322px;
    border-radius: 4px;
    margin-top: 3px;
    float: right;
}
#terc{
    width: 730px;
    height: 129px;

    border-radius: 4px;

    float: left;
    margin-top:3px;
}
#terc p{
    font-family: "trebuchet MS",Helvetica,sans-serif;
    color: black;
    line-height: 25px;
    font-size: 14px;
    display: block;
    margin: 0 15px 20px 15px;
    text-align: justify;
    text-shadow: #f2f2f2 1px 1px 1px;
}
#terc h1{
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 26px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 15px 20px 15px;
    text-align: justify;
        border-bottom: 1px solid #ddd;
}
#terc p b {
    font-family: century gothic;
    font-size: 24px;
    color: #777;
}
#fotos{
    width: 1050px;
    height: 180px;

    border-radius: 4px;
    float: right;
    margin-top:50px;
    overflow: auto;
    border: 1px solid #ddd;
}
#fotos img{
    width: 12%;
    border-radius: 10px;
    box-shadow:0px 0px 2px #666;
    padding: 5px;
    border: none;
    margin: 8px 4px auto 2px;
    float: left;
    position: relative;
}


