body{
background: url(css/pattern.gif);
font-family: Arial, Sans-serif;
font-size: 13px;
color: #464646;
overflow-y: scroll;
}
strong{
font-weight: bold;
}
a{
color: black;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

h1#logo span{
display: none;
}

h1#logo{
display: block;
background: url(css/logo_jtzochi.gif) no-repeat;
height: 30px;
padding-left: 112px;
padding-top: 15px;
margin: 40px;
margin-left: 0px;
width: 180px;
float: left;
}

p.contato{
display: block;
float: left;
line-height: 18px;
font-family: Georgia, Serif;
text-align: center;
width: 320px;
margin-top: 40px;
}

p.contato a{

border-bottom: 1px dotted #464646;
}

/******  menu ****/

ul.menu{
float: right;
margin-top: 40px;
}

ul.menu li{
float: left;
margin-left: 10px;
}

ul.menu li a{
font-size: 18px;
border-bottom: 1px dotted #464646;
font-family: Georgia, Serif;
}

ul.menu li a.selected{
color: #00aeef;
border: 0;
}


/******  menu ****/

div.divisor{
clear: both;
}

#conteudo.home{
background: url(css/bg_home.png) repeat-x;
padding-top: 140px;
font-family: Georgia, Serif;
font-size: 12px;
height: 595px;
}
#conteudo.interna{
background: url(css/bg_interna.png) repeat-x;
padding-top: 10px;
height: 290px;
}

#conteudo #container{
width: 970px;
margin: auto;
}


#conteudo #container #idioma{
width: 100%;
text-align: right;
margin-top: 20px;
}
#conteudo #container #idioma li{
display: inline;
}

#conteudo #container #header_home li{
float: left;
margin-top: 30px;
}

#lista_thumbs li{
float: left;
margin: 4px;
width: 300px;
height: 340px;
background: white;
padding: 7px;
line-height: 16px;
}

#lista_thumbs{
clear: both;
}
#lista_thumbs li h3{
font-weight: bold;
margin-top: 10px;
}
#lista_thumbs li p a{
line-height: 20px;
color: #00aeef;
}

.data{
color: #ec008c;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}

.parceria{
clear: both;
display: block;
line-height: 18px;
border: 1px solid #464646;
background-color: #f7f7f7;
padding: 15px;
margin-bottom: 20px;
margin-top: 10px;
}

.parceria a{
font-weight: bold;
color: #ec008c;
}

a.link_texto{
font-weight: bold;
color: black;
}


/*forms*/
form ul li{
list-style: none;
}

.inputtxt{
font-family: Arial, Sans-serif;
font-size: 13px;
color: #464646;
margin-bottom: 10px;
margin-right: 4px;
border: 1px solid #777777;
padding: 2px;
width: 200px;
}

textarea{
font-family: Arial, Sans-serif;
font-size: 13px;
color: #464646;
border: 1px solid #777777;
padding: 2px;
width: 200px;
margin-bottom: 10px;
}

.btn_enviar{
background-color: #777777;
color: white;
font-family: Arial, Sans-serif;
font-size: 13px;
font-weight: bold;
border: none;
padding: 2px;
}
