@charset "UTF-8";
@import url(http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans:400,600);
@import url(grid/960_16_col.css);
@import url(grid/reset.css);
@import url(grid/text.css);
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    background-image: url('../images/slice_bg.png');
    background-repeat: repeat-x repeat-y;
    font-family: 'Open Sans', sans-serif;
    color: #434343;
    text-decoration: none;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase ;
    font-weight: normal;
    color: #3354a2;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase ;
    font-weight: normal;
    color: #3354a2;
}

p{
    font-family: 'Calibri', sans-serif, Heveltica, Arial;
    color: #434343;
    font-size: 15px;
}

#cv_header {
    height: 153px;
    background: url('../images/bg_header.jpg') center no-repeat;
}

.logo {
    margin-top: 50px;
}

.tel {
    float: right;
    margin-top: 30px;
}

.n_tel {
    font-size: 20px;
    font-style: italic;
    color: #f7d86a;
    padding-right:15px;
    
}

.social_h {
    float: right;
}

.menu {
    float: right;
    height: 80px;
    overflow: hidden;
}

.menu ul li {
    float: left;
    cursor: pointer;
    margin: 0;
    background: url('../images/menu_slice.png') no-repeat center right;
}

.menu ul li:hover {
    background:url(../images/bg_hover.png) repeat-x;
    
    
}

.menu ul li a.corrente {
	background:url(../images/bg_hover.png) repeat-x;
    color: #2f4e95!important;
	}

.menu ul li a {
    color: #2f4e95;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height:80px ;
    padding: 0 15px;
    display: block;
    }
.menu ul li a:hover {
    color: #5fa746!important;
}


#cv_slider {
    background: #031019;
	overflow:hidden
}

.bg_content_top {
    background:url('../images/bg_content_top.png') repeat-x top;
    height: 40px;
}

#cv_content {
    min-height: 390px;
    background:url('../images/bg_content.png') repeat-x bottom;
}

.content h1 span{
    color:#5fa746;
    margin-left: 20px;
}
.content h1 {
    line-height: 25px;
}

.sombra {
    height: 14px;
    background:url('../images/sombra.png')top no-repeat;
}

#cv_footer {
    height: 117px;
    padding-top: 30px;
    background: url('../images/bg_footer.jpg') center top no-repeat #fff;  
    
}

.info_footer span{
    font-size: 13px;
    color: #535353;
}
.f_info {
    color: #2f4d94!important;
    font-style: italic;
    
}

#cv_copyright {
    height: 30px;
    background: #c2c2c2;
    
}

#cv_copyright span {
    color:#454545;
    font-size: 12px;
    line-height: 30px;
}

#cv_copyright img {
    float: right;
    margin-top: 8px;
}


/*  Internas */



#top_img {
    background:#647da3;
    height: 104px;
    
}

.form {

}

.form label{
    float: right;
    line-height: 32px;
    margin-right: 5px;
}

.form  input{
    width: 286px;
    padding: 0 20px;
    height: 32px;
    background: url('../images/inputbg.png') center top no-repeat;
    display: inline-block;
}


.form textarea {
    width: 286px;
    padding: 20px;
    height: 60px;
    background: url('../images/textareabg.png') center top no-repeat;
    
}

.bt {
    width: 96px!important;
    height: 30px!important;
    background: url('../images/bt_send.png') no-repeat!important;
    cursor: pointer;
    text-indent: -1000px;
    float: right;
}

.bt:hover {
    background: url('../images/bt_send.png') no-repeat!important;
    

}

/*  form valida��o */
label { display: block; margin-top: 10px; }
label.error { float: none; color: red; margin: 0 .5em 0 0; vertical-align: top; font-size: 10px }