/* principal.css */

h1,h2,h3{
    font-weight: bold;
}

h1.h3{
    color: #fff;
}

h1{
    font-size: 18px;
}

h2{
    color: #f8a41d;
    font-size: 18px;
}

h3{
	font-size: 15px;
}

.laranja{
    color: #f69f1c;
}

.laranja a{
    color: #f69f1c;
}

body{
    background: url(../images/commons/body.jpg) repeat-x;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a,
a:visited{
    color: #fff;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#geral{
    margin: 0 auto;
    width: 1000px;
}

#topo{
    width: 1000px;
    height: 229px;
    background: url(../images/commons/topo.png) no-repeat;
}

#lateral_esq{
    float: left;
    display: inline;
    width: 216px;
}

#meio{
    float: left;
    display: inline;
    width: 784px;
    background: url(../images/commons/meio_site.gif) repeat-y;
}

#meio-brindes{
    width: 748px;
    background: url(../images/commons/meio_site.gif) repeat-y;
	margin: 0 auto;
}

.clear{
    clear: both;
}



/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0;
    padding:0;
} 

table { 
    border-collapse:collapse;
    border-spacing:0;
} 

fieldset,img {  
    border:0;
}

ol,ul { 
    list-style:none;
} 

caption,th { 
    text-align:left;
} 

q:before,q:after { 
    content:'';
} 

abbr,acronym { 
    border:0;
}

/*
 * Validacao de formularios
 */
.valid {
    /*background-color: #BBFFBB !important;*/
}
.invalid {
    background-color: #FFCECE !important;
    background-image: none !important;
}

#comentarios_form .ajaxSubmit{
    background-color: #191919;
    border-color: #0D0D0D;
}
