/* 
    Document   : styles
    Created on : 23/06/2013, 09:52:35
    Author     : Celso
    Description:
        Purpose of the stylesheet follows.
*/
body{
    /*background-color: #ffe2a9;*/
    background-color: rgb(234, 231, 213);
    background-color: white;
}
#bodyPage{
    padding: 5px;
    border: solid rgb(247, 224, 204) 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 15px;
    padding-bottom: 10px; 
    /*background-color: #F1E7D6;*/
    background-color: rgb(244, 228, 217);
}


/*---------->Menu!!!!!!!!*/
.brand img{
    height: 70px;
}
.navbar-inner{
    height: 90px;
}
.navbar .nav > li{
    line-height: 70px;
}
/*---------->Menu!!!!!!!!*/


/*---------->Carousel!!!!!!!!*/
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    height: 400px;
}
/*---------->Carousel!!!!!!!!*/


.box-content{
    border: solid rgb(214, 221, 210) 2px;
    border-radius: 4px;
    height: 120px;
    padding: 5px;
    background-color: rgb(232, 216, 215);
}
.box-content-fluid{
    border: solid rgb(214, 221, 210) 2px;
    border-radius: 4px;
    padding: 5px;
    background-color: rgb(232, 216, 215);
}
.box-content h4{
    text-align: center;
}

.box-content.galeria-fotos img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.box-content.galeria-fotos h5{
    text-align: center;
}

.box-bottom{
    margin-top: 20px;
    margin-left: -5px;
    border-width: 1px;
    border-radius: 4px;
    border-bottom-width: 0px;
    border-color: rgb(214, 221, 210);
    border-style: solid;
    background: #f4e4ed; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4e4ed 0%, #f4e4d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e4ed), color-stop(100%,#f4e4d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4e4ed 0%,#f4e4d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4e4ed 0%,#f4e4d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4e4ed 0%,#f4e4d9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4e4ed 0%,#f4e4d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e4ed', endColorstr='#f4e4d9',GradientType=0 ); /* IE6-9 */
}
.box-bottom p,h6{
    margin: 0px 0px 6px 0px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

.contate-nos h4{
    margin-bottom: 2px;
}
.contate-nos img{
    height: 15px;
}
.contate-nos dt{
    width: 40px;
}
.contate-nos dd{
    margin-left: 30px;
    padding-left: 30px;
}
.contate-nos dl {
    line-height: 15px;
    font-size: 11px;
    margin-top:2px;
}
.container-fluid.empresa {
    margin-top: 10px;
}