﻿body 
{
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(../img/fundo.jpg);
background-repeat:no-repeat;
background-color:#0a2555;
color:#fff;
}

#Principal
{
    position:absolute;
    top:0px;
    left:50%;
    margin-top:0px;
    margin-left:-400px;
    width:800px;
    height:533px;
}


/*--------- Menu Lateral ----------*/
.titulos{
font-family:tahoma;
font-size:12px;
margin-top:10px;
font-weight:bold;
cursor:pointer;
}
#menu_vert ul{
list-style:none;
margin:0;
padding:0;
}
#menu_vert li{
padding:0;
margin-left:25px;
font-family:tahoma;
font-size:11px;
}
#menu_vert a{
color:#fff;
text-decoration:none;
}
#largeimglink a{
clear:both;
display:block;
text-decoration:none;
border:0
}

#viewerFrame{
clear:both;
padding:0;
}

#viewer a{
display:block;
float:left;
width:100px;
height:100px;
}

#thumbs img{
display:inline;
border:0;
}

#informacoes h1{
margin-left:25px;
font-size: large;
}

#informacoes ul{
 font-size:11px;
}

#thumbs
{
    top: 186px;
    left: 0px;
    position: absolute;
    height: 63px;
    width: 608px;
}

#txt_catalogo{
float:right;
}

#txt_catalogo p{
font-family:tahoma;
font-size:11px;
text-align:right;
margin:10px;
}
#txt_catalogo a{
color:#fff;
text-decoration:none;
}

#txt_catalogo a:hover{
text-decoration:underline;
}