/*
Theme Name: Moutinho 2011
Version:1.0
Author: iMDT
Author URL: http://www.imdt.com.br
*/

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

* {
    margin:0;
    padding:0;
    font-family: arial;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
}

body {
    background: url(../../../images/dist/site/bg.jpg) repeat-x;
}

.round {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.round-left {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.round-right {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.banner{
    margin: 0px auto;
    width: 960px;
    height: 425px;
    padding-top: 25px;
    position: relative;
}

.banner .banner-info{
    width: 500px; 
    height: 240px;
    float: right;
    margin-right: 35px;
    margin-top: 165px;
}

.banner .banner-info .banner-title{
    color: #0173BA; 
    font-size: 30px; 
    font-family: 'Caecilia'; 
    width: 484px;
}

.banner .banner-info .banner-text{
    color: #0173BA;
    font-family: 'Caecilia';
    font-size: 23px;
    width: 529px;
}

.content{
    width: 920px;
    margin: 20px auto 0;
}

.blue-text{
    color: #0173BA;
    font-family: 'Caecilia';
    font-size: 17px;
}

.content .content-info{
    font-size: 14px;
    font-family: arial;
    /*text-align: justify;*/
    margin-bottom: 20px;
}

.content .small-input{
    background: url(../../../images/dist/site/input-bg.gif) no-repeat;
    width: 465px;
    height: 74px;
}

.content div{
    margin-top: 10px;
}

.content .small-input input{
    background: url("../../../images/dist/site/small-input.gif") repeat-x scroll 0 0 transparent;
    border: medium none;
    height: 52px;
    margin-left: 25px;
    margin-top: 11px;
    width: 415px;
    font-size: 24px;
    color: #0072BC;
    font-weight: bold;
    font-family: 'Caecilia';
}

.content .big-input{
    background: url(../../../images/dist/site/text-bg.gif) no-repeat;
    width: 465px;
    height: 240px;
}

.content .big-input textarea{
    background: url("../../../images/dist/site/big-input.gif") repeat-x scroll 0 0 transparent;
    border: medium none;
    color: #0072BC;
    font-family: 'Caecilia';
    font-size: 24px;
    font-weight: bold;
    height: 216px;
    margin-left: 25px;
    margin-top: 11px;
    resize: none;
    width: 415px;
}

.content .info-footer{
    font-family: 'Caecilia';
    font-size: 14px;
    font-weight: bold;
    margin-top: 100px;
}

.content .last-info{
    font-family: 'Caecilia';
    font-size: 19px;
    font-weight: bold;
    color: #0072BC;
    width: 100%;
}

.save-buttom{
    background: url("../../../images/dist/site/btn-enviar.gif") no-repeat;
    background-position: top;
    display: block;
    height: 75px;
    width: 463px;
}

.footer{
    width: 920px;
    margin: 20px auto 0;
    border-top: 1px solid #CCCCCC;
    font-family: 'Caecilia';
    font-size: 19px;
    font-weight: bold;
    color: #0072BC;
    padding: 20px 20px 40px;
}

img.noticia{
    width: 130px ;
    height: 97px ;
    float: left;
}

div.text{
    float: left;
    width: 320px;
    margin-top: 0px;
    margin-left: 10px;
}

h4{
    color: #0173BA;
    font-family: 'Caecilia';
    font-size: 24px;
    width: 100%;
    border-bottom: 1px solid #ECECEC;
}

a.noticia{
    color: #0173BA;
    font-family: 'Caecilia';
    font-size: 20px;
}

a.noticia{
    color: #0173BA;
    text-decoration: none;
}

.item{
    height: 100px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
}

p.noticia{
    text-align: justify;
}