/* 
    Document   : estilos
    Created on : 07/05/2013, 23:40:41
    Author     : schumann
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
}

#corpo {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: sans-serif;
}

#topo {
    width: 100%;
    top: 0px;
    position: absolute;
    height: 40px;
    background-color: green;
}

#saudacao {
    padding: 10px;
    color: white;
    float: left;
}

#logar {
    padding: 10px;
    color: yellow;
    right: 0px;
    position: absolute;
}

#rodape {
    width: 100%;
    height: 50px;
    font-size: 14px;
    background-color: blue;
    bottom: 0px;
    position: fixed;
}

#texto_rdp {
    text-align: center;
    padding: 10px;
    color: white;
    font-weight: bold;
}

#conteudo {
    padding: 10px;
	padding-bottom: 120px;
}

#titulo {
    top: 60px;
    position: relative;
    text-align: center;
    font-family: fantasy;
    color: blue;
    font-size: 40px;
	padding-bottom: 10px;
}

#slogan {
    text-align: center;
    font-size: 18px;
    color: green;
}

.logo{
    background-image: url(../imagens/logoNova.png);
    height: 200px;
    width: 220px;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide {
    padding: 20px;
    background-image: url('../imagens/slidefundo.png');
    background-repeat: no-repeat;
    background-size: 500px 300px;
    text-align: center;
    font-size: 15px;
    color: darkslategrey;
    border-style: groove;
    border-radius: 10px;
    border-color: blue;
    width: 450px;
    height: 250px;
	display: none;
}

.btn_apresentacao {
    top: 60px;
    position: relative;
    width: 130px;
    height: 40px;
    font-weight: bold;
    color: blue;
    background-color: azure;
    border-radius: 10px;
	display: none;
	margin-top: 15px
}

.controlslides {
    width: 280px;
    left: 50%;
    position: relative;
    margin-left: -140px;
}

#calc {
    text-align: center;
    font-size: 12px;
    line-height: 23px;
    border-color: gray;
    /*background-color: #E8E8E8*/
}

.slidetitulo {
    font-family: monospace;
    font-size: 18px;
    font-weight: bold;
    color: blue;
}

#menu ul li{
    display: inline;
}

.campos {
    width: 200px;
    border-radius: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

#ag {
    width: 60px;
    border-radius: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

#nr {
    width: 110px;
    border-radius: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

#lk_contato {
    bottom: 12px;
    right: 10px;
}
