﻿*{
   margin:0; 
}

body
{
    margin:0;
    padding:0;
    text-align:center;
    background-image:url(../images/bgFundo.jpg);
    background-repeat:repeat-x;

}
/****** DEFAULT ******/
img
{
    border:0;
}

h1
{
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
}

h2
{
    color:#858585;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
}

input
{
    border:1px solid #858585;
    color:#858585;
}

textarea
{
    border:1px solid #858585;
    color:#858585;
}

.alignCenter
{
    text-align:center;
}
/******** Principais ***********/
#Container
{
    
}

#Content
{
    width: 760px;
    margin:0 auto;
}

#ContentLeft
{
    width:300px;
    float:left;
     color:#bdbdbd;
    font-family:Arial;
    font-size:12px;
}

#ContentRight
{
    width:430px;
    float:right;
     color:#bdbdbd;
    font-family:Arial;
    font-size:12px;
}


/*********** TOPO ***************/

#Top_Left
{
    padding:73px 0 0 0;
    width:210px;
    float:left;
}

#Top_Right
{
    padding:67px 0 0 0;
    width:500px;
    float:right;
}

/*********** MENU *************/
#Menu li
{
    display:inline;
    list-style:none;
    vertical-align:middle;
    font-family:Tahoma;
    
   
}

#Menu a
{
    font-size:12px;
    color:#bdbdbd;
    font-weight:bold;
    text-decoration:none;
    padding:0 3px;
}

/******** Meio ************/



.txtMiddle
{
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    text-align:justify;
    width:760px;
    height:144px;
    padding-top:160px;
}

#ContInterno
{
    width:774px;
    text-align:left;
    font-family:Arial;
    font-size:12px;
    
}

/********** RODAPE ************/
#Foot
{
    background-image:url(../images/bg_foot.jpg);
    background-repeat:repeat-x;
    height:60px;
    width:100%;
    margin:0;
    padding:0;
    clear:both;
}

#txtFoot
{
    font-family:Arial;
    font-size:12px;
    color:#7c7c7c;
    font-weight:bold;
    text-align:center;
    padding-top:20px;
}