/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
	line-height: 1.166;
	width: 770px;
	min-width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
    background: #ccdcf5 url(imagens/bg.jpg) fixed;
    z-index: -1;
}

a{
    cursor: url('imagens/pincel.cur');
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#background{
    position:absolute;
    z-index: -1;
    left: auto;
    right: auto;
    margin: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    float: left;
}
#topo{
    background: transparent url(imagens/barra.jpg) repeat-x bottom;
    /*background: #ccdcf5 url(imagens/barra.jpg) repeat-x bottom;*/
    height: 120px;
}
#logo{
    /*width: 192px;
    height: 114px;*/
    background: transparent;
    /*background: #ccdcf5 url(imagens/logo.jpg) no-repeat;*/
    float: left;
}
#menu {
    float: left;
    height: 34px;
    margin-top: 0px;
    padding-left: 192px;
}
#vazio{
    height: 86px;
}

#idioma{
    padding: 15px 15px 0px 0px;
    text-align: right;
}

#idioma a, img{
    border-style: none;
}
#menu ul {
    padding:0px;
    margin:0px;
    float: left;
    width: 100%;
    list-style:none;
}
#menu ul li {
    display: inline;
}
#menu ul li a {
    margin: 0px 1px 0px 1px;
    padding: 6px 0px 6px 0px;
    float:left;
    /* visual do link */
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #fcfcfc url(imagens/botao.jpg) repeat-x;
    color: #333;
    text-decoration: none;
    border: 1px solid #EDEDED;
    width: 110px;
    text-align: center;
}
#menu ul li a:hover {
    background-color:#e5e5e5;
    background-image: none;
    color: #000000;
}
#rodape{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #efefef;
    text-align: center;
}
#rodape a, a:visited{
    color: #999999;
    text-decoration: none;
}
#rodape a:hover {
    color: #000000;
    text-decoration: none;
}

#conteudo{
    position: relative;
    top: 0px;
    margin: 0px;
    padding: 5px;
    background-color: #ccdcf5;
    min-height: 380px;
    _height: 380px;
}

#fotos_left{
    width: 180px;
    float: left;
}

#novidades{
    width: 480px;
    text-align: justify;
    padding: 10px 30px 10px 10px;
    background: #ccdcf5 url(imagens/novidades_meio.jpg) repeat-y;
}
#novidades a, a:hover, a:visited{
    color: #000000;
    text-decoration: none;
}
#novidades_top{
    font-size: 130%;
    margin-left: 2px;
    padding: 5px 0px 0px 10px;
    height: 23px;
    width: 490px;
    background: #ccdcf5 url(imagens/novidades_top.jpg) repeat-x;
}
#novidades_bottom{
    width: 510px;
    background: #ccdcf5 url(imagens/novidades_bottom.jpg) no-repeat;
}

#nuria{
    margin-left: 16px;
    width: 480px;
    text-align: justify;
    text-indent: 20px;
    padding: 10px 30px 10px 10px;
    background: #ccdcf5 url(imagens/novidades_meio.jpg) repeat-y;
}
#nuria_top{
    font-size: 130%;
    margin-left: 18px;
    padding: 5px 0px 0px 10px;
    height: 23px;
    width: 490px;
    background: #ccdcf5 url(imagens/novidades_top.jpg) repeat-x;
}
#nuria_bottom{
    margin-left: 16px;
    width: 510px;
    background: #ccdcf5 url(imagens/novidades_bottom.jpg) no-repeat;
}

#exposicao{
    margin-left: 5px;
    width: 160px;
    text-align: justify;
    padding: 10px 10px 5px 10px;
    background: #ccdcf5 url(imagens/exposicao_meio.jpg) repeat-y;
}
#exposicao a, a:visited{
    text-decoration: none;
    color: #000000;
}
#exposicao a:hover{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
#exposicao_top{
    margin-left: 5px;
    font-size: 130%;
    padding: 5px 0px 0px 10px;
    height: 23px;
    width: 170px;
    background: #ccdcf5 url(imagens/novidades_top.jpg) repeat-x;
}
#exposicao_bottom{
    margin-left: 5px;
    width: 180px;
    background: #ccdcf5 url(imagens/exposicao_bottom.jpg) no-repeat;
}
#obras a, a:visited{
    text-decoration: none;
    color: #000000;
}
#obras a:hover{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

#fotos_bottom img{
   vertical-align: top;
}

