﻿/* ********************************************************************************* */
html { height: 100%; }
body {
    height: 100%;
    margin: 0;

    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    background-color:#f1f1f1;
}

img { border: 0; }
.placeholder { color: #AAAAAA; }

/* ********************************************************************************* */

a { color: #2077BC; text-decoration: none;}
a:hover { text-decoration: underline; }

/* ********************************************************************************* */
.site {

}

/* ********************************************************************************* */
#topo {
    clear: both;

    width: 1000px;
    margin: 0 auto 0 auto;
}

/* ================================================================================= */

#menustopo {
    /* /Css/Menus/Topo.css */
}

img {border: 0; margin:0;}

#bg, #bg table, #bg td, #cont {
    height:55%;
    width:100%;
}

#bg { 
    position: absolute; 
    z-index:-100;
     background-size: cover;
}

#bg div {
    height:35%;
    position:absolute;
    width:100%;
    z-index:-100;
}

#bg img 
{
    padding:0;
    margin:0 auto;
    min-height:50%;
     z-index:-100;
      background-size: cover;
}

/* ********************************************************************************* */

#banner {
    clear: both;
    margin: 0 auto 0 auto;
    width: 1000px;
    height: 325px;

}

/* ********************************************************************************* */

#centro {
    clear:both;
    margin: 0 auto -295px auto;
    width: 1000px;
     
    position: relative;
    top: -295px;
    overflow: hidden;
}

/* ================================================================================= */

#logo {
    clear: both;
    float: left;
    margin-top: 25px;
    margin-left: 40px;

    width: 300px;
    height: 133px;

    background-image: url("/Imagens/Logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* --------------------------------------------------------------------------------- */

#pesquisa {
    clear:both;
    float: right;    
    margin: 0 20px 15px 0;
    
    padding: 0 0 0 10px;
    /*border: 1px solid #CED3D7;*/
    width: 360px;
    color:#eaeae6;
    font-family:'Magra';
    font-size:26px;  
    letter-spacing:1px;
    
    font-style:italic;
    font-weight:bold;
    
}
/* ================================================================================= */
#txtpesquisa {
    width: 165px;
    height: 20px;
    border: 0;
    padding: 0;
    margin: 0;
}

/* ================================================================================= */
#btpesquisa {
    float: right;
    margin: 5px 5px 5px 0;
    border: 0;
    border-radius: 0;
}

/* --------------------------------------------------------------------------------- */

#menuscentro {
    /* /Css/Menus/Centro.css */
}
/* --------------------------------------------------------------------------------- */

#conteudos {
    clear: both;
    width: 1000px;
    min-height:280px;
    margin: 20px auto 0 auto;
    padding: 0;  
    background-color:#eAeAeA;  
}

/* ********************************************************************************* */

#rodape {
    clear:both;
    position: relative;
    margin: 40px auto 0 auto;
    
    width: 100%;
    height: 70px;
    
    background: #86868e url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#616264),
		to(#86868e),
		color-stop(0.5, #747579)
	);
	background: -webkit-linear-gradient(
		top,
		#616264,
		#747579 50%,
		#86868e
	);
	background: -moz-linear-gradient(
		top,
		#616264,
		#747579 50%,
		#86868e
	);
	background: -o-linear-gradient(
		top,
		#616264,
		#747579 50%,
		#86868e
	);
	background: linear-gradient(
		top,
		#616264,
		#747579 50%,
		#86868e
	);
}
/* --------------------------------------------------------------------------------- */
#rodapetexto {
    clear:both;
    float: right;
    margin: 10px 80px 5px auto;
    font-family:'Ubuntu';
    color: #ACADB1;
    font-size: 12px;
}
.labelPW{
    font-family:'Ubuntu';
    color:#FF0000;
    }
/* ********************************************************************************* */
/* ********************************************************************************* */
/* ********************************************************************************* */
.invisivel { display: none; }
.visivel { display: block; }