/* 
    Document   : layout
    Created on : 15/Abr/2011, 15:54:53
    Author     : murteira
    Description:
        Purpose of the stylesheet follows.
*/
html{
	height:100%;
}
body {
	/*font-family:Verdana, Geneva, sans-serif;*/
        font-family: Century Gothic, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

table.home{
    height:100%;
}

a img{
    border: 0px;
}

.menus{
    position: relative;
    width: 800px;
    margin: auto;
    padding-top: 30px;
    background-image: url("../img/menu_bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.menus a{
    margin-right: 4px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.menus a img{
    vertical-align: text-bottom;
}
.menus a:hover,
.menus a.selected{
    opacity:1;
    filter:alpha(opacity=100);
}

#google_translate_element{
    position: absolute;
    top: 0px;
    right: 0px;
}


.conteudos{
    margin: auto;
    width: 650px;
    margin-top: 20px;
    padding-bottom: 15px;
    line-height: 16px;
    text-align: justify;
}

.conteudos .ident{
    padding-left: 0px;
}
.conteudos table{
    margin-top: 10px;
}
.conteudos table td{
    padding-bottom: 10px;
    padding-top: 2px;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}
.conteudos table td.r{
background-image: url("../img/frase_r.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 327px;
}
.conteudos table td.l{
    background-image: url("../img/frase_l.png");
    background-repeat: no-repeat;
    background-position: top left;
    width: 181px;
}
.conteudos h1{
    font-size: 12px;
    font-weight: 700;
}
.conteudos .center{
    text-align: center;
}

.conteudos a{
    text-decoration: underline;
    color: #000000;
}
.conteudos a:hover{
    text-decoration: none;
}