/*
Theme Name: Adelmo
Theme URI: http://www.adelmoarte.com.br/
Description: Adelmo
Author: Verbotupi
Author URI: http://www.verbotupi.com
Version: 1.0
*/

/* Inicio */
@charset "UTF-8";
* {
margin:0;
padding:0
}
html {
height:100%;
}
body {
background:#000;
font-family:Verdana;
font-size:100.01%;
color:#999;
}
body a {
text-decoration:none;
color:#999;
}
body a:hover {
text-decoration:none;
}
#conteudo_geral {
margin: 30px auto;
width:700px;
}
#conteudo_geral .divCima {
padding:20px 0;
margin-bottom:101px;
*margin-bottom:99px;
}
#conteudo_geral .divContato {
padding:10px 0;
margin-bottom:432px;
margin-top:70px;
}
#conteudo {
margin: 0 auto;
padding:20px 0;
width:960px;
overflow:hidden;
}
#topo {
height:67px;
text-align:center;
/*background:url(wp-content/themes/adelmo/imagens/topo.gif) center no-repeat;*/
}
#topo h1 .esquerda {
text-indent:-99999em;
background:url(imagens/prev_seta.gif) center no-repeat;
}
#topo h1 .direita {
text-indent:-99999em;
background:url(imagens/next_seta.gif) center no-repeat;
}
#texto {
clear:both;
height:403px;
*height:410px;
margin-top:5px;
text-align:center;
}
#menu {
clear:both;
width:700px;
margin: 0 auto;
}
#menu #menuPS {
float:left;
padding-bottom:10px;
margin-top:30px;
}
#menu .divMenu {
float:left;
margin-left:105px;
margin-top:30px;
padding-bottom:10px;
}
#menu #linha {
clear:both;
width:100%;
height:2px;
background-color:#323264;
font-size:1px;
}
.divInterno {
float:left;
}
#texto_esq {
text-align:center;
margin-top:25px;
}
#texto_centro {
margin-left:21px;
}
#texto_dir {
text-align:center;
margin-left:19px;
margin-top:25px;
}
#contato_end {
margin-top:35px;
}