body {background-color: transparent; margin: 0 0 0 0; text-align:center;}
fundocinza { background-color:#F3F3F1; margin: 0 0 0 0; text-align:center;}
img {border:0;}
h1 {font-family: Verdana; font-size: 20px; color: #5A5A5A}

a {text-decoration:none; font-family:Verdana; font-size: 10px; color: #000;}
a:hover {text-decoration: none; color: #000;}
a.label:hover {text-decoration: none;}

.formtx1 {font-family: Verdana; font-size: 12px; color: #5A5A5A; width: 30; height:16; border:0;}
.formtx2 {font-family: Verdana; font-size: 12px; color: #5A5A5A; width: 210; height:16; border:0;}
.formtx3 {font-family: Verdana; font-size: 12px; color: #5A5A5A; width: 315; height:16; border:0;}
.formtx4 {font-family: Verdana; font-size: 12px; color: #5A5A5A; width: 130; height:20;}
.formta1 {font-family: Verdana; font-size: 12px; color: #5A5A5A; width: 300; height:125; border:0;}
.formta2 {font-family: Verdana; font-size: 12px; color: #5A5A5A; width: 130; height:100;}
.formlg1 {font-family: Verdana; font-size: 12px; color: #5A5A5A; width: 150; border:0;}

.style0p {font-family: Verdana; font-size: 15px; color: #000000}
.style0e {font-family: Verdana; font-size: 15px; color: #489108}
.style0c {font-family: Verdana; font-size: 15px; color: #FFFFFF}
.style0b {font-family: Verdana; font-size: 15px; color: #FFFFFF}
.style0v {font-family: Verdana; font-size: 15px; color: #FF3333}
.style1p {font-family: Verdana; font-size: 12px; color: #000000}
.style1e {font-family: Verdana; font-size: 12px; color: #489108}
.style1c {font-family: Verdana; font-size: 12px; color: #FFFFFF}
.style1bg {font-family: Verdana; font-size: 15px; color: #FFFFFF}
.style1b {font-family: Verdana; font-size: 12px; color: #FFFFFF}
.style1v {font-family: Verdana; font-size: 12px; color: #FF3333}
.style2p {font-family: Verdana; font-size: 10px; color: #000000}
.style2e {font-family: Verdana; font-size: 10px; color: #489108}
.style2c {font-family: Verdana; font-size: 10px; color: #FFFFFF}
.style2b {font-family: Verdana; font-size: 10px; color: #FFFFFF}
.style2v {font-family: Verdana; font-size: 10px; color: #FF3333}

.bold {font-weight: bold}
.sub {text-decoration: underline;}
.seta {cursor: pointer;}

.imgfundo {width:0; float:left; margin:0 0 0 0; *margin: 0 -3 0 -3}

.alpha {background: none; *filter: alpha(opacity=60); *filter:opacity(alpha=60); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); -moz-opacity:0.95; opacity:0.95; -khtml-opacity: .95;}
















*{
    margin:0;
    padding:0;
}
.section{
    margin:0px;
    height:700px;
    width:100%;
    float:left;
    text-shadow:1px 1px 2px #f0f0f0;
}
.section h2{
    margin:50px 0px 30px 50px;
}
.section p{
    margin:20px 0px 0px 50px;
    width:600px;
}
.black{
    color:#fff;
    background: #000 url(images/black_vert.jpg) repeat-x bottom left;
}
.gray{
    color:#FFF;
    background:#F3F3F1 bottom left;	
	
}
.white{
    color:#FFF;
    background:#FFFFFF bottom left;
}

.section ul{
    list-style:none;
    margin:20px 0px 0px 550px;
}
.black ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.black ul li a{
    display:block;
    color:#f0f0f0;
}
.black ul li a:hover{
    text-decoration:none;
    color:#fff;
}

.gray ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.gray ul li a{
    display:block;
    color:#f0f0f0;
}
.gray ul li a:hover{
    text-decoration:none;
    color:#fff;
}

.white ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.white ul li a{
    display:block;
    color:#222;
}
.white ul li a:hover{
    text-decoration:none;
    color:#000;
}