


body{
	background-color: #CDD1BA;
	font-family: 'Arial', sans-serif;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	width: 100%;
}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a
{
	text-decoration: none;
	color: #004020;
	font-size: 14px;
	font-weight: bold;
}

a:hover
{
	color: #00903F;	
}

ul{
	padding: 0;
	margin: 0;	
}

h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}


input[type="text"], input[type="password"], input[type="telefone"], input[type="rg"], input[type="cpf"], input[type="cnpj"], input[type="data"], input[type="file"]  {
	width: 100%;
	height: 25px;
	
	padding-left: 0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border:1px solid #0e4d6f;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
	background:#f9f9f9;
	
}



textarea {
	width: 100%;
	height: 100px;
	
	padding-left: 0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border:1px solid #0e4d6f;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
	background:#f9f9f9;
}


select {
	width: 100%;
	height: 25px;
	
	padding-left: 0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border:1px solid #0e4d6f;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
	background:#f9f9f9;
}

.faixacorpo {
    width: 100%;
    background-color: #fff;
    min-height: 600px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}
.corpo {
    width: 1024px;
	text-align: center;
	margin: 0 auto;
}

.faixarodape {
    width: 100%;
    min-height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.rodape {
    width: 1024px;
	text-align: center;
	margin: 0 auto;
}
.rodape a{
	color: #000;
}

.topo {
    width: 100%;
    background-color: #CDD1BA;
    height: 113px;
	margin-bottom: 5px;
}

.cabecalho {
	width: 1024px;
	margin: 0 auto;
}

.logo {
	background-image: url(../imagens/logomd.jpg);
	width: 200px;
	height: 113px;
	float: left;
}

.creditocabecalho {
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 30px;
	height: 40px;
	font-weight: bold;
}

/*-- FORMATAÇÃO DE FORMULÁRIOS --*/

.maiusculo {
 text-transform: uppercase;
}

.minuculo {
 text-transform: lowercase;
}


.clearfix {
	clear: both;
  overflow: auto;
  zoom: 1;
}

.caixagr
{
    width: 1024px;
    background-color: #CDD1BA;
    min-height: 100px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
}
.caixagr .titulo
{
    float: left;
    margin: 1%;
    padding-top: 10px;
	font-weight: bold;
    padding-bottom:  3px;
    width: 98%;
    color: #fff;
    background-color: #000;
    height: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
    
}


.caixamd
{
    width: 600px;
    background-color: #CDD1BA;
    min-height: 100px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
}

.caixamd .titulo
{
    float: left;
    margin: 3%;
    padding-top: 10px;
	font-weight: bold;
    padding-bottom:  3px;
    width: 94%;
    color: #fff;
    background-color: #000;
    height: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
    
}

.caixamd .umacoluna, .linhacentrada 
{
	width: 94%;
	margin-left: 3%;
}






.caixapq
{
    width: 300px;
    background-color: #CDD1BA;
    min-height: 100px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
}
.caixapq .titulo
{
    float: left;
    margin: 3%;
    padding-top: 10px;
	font-weight: bold;
    padding-bottom:  3px;
    width: 94%;
    color: #fff;
    background-color: #000;
    height: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
    
}

.caixapq .umacoluna, .linhacentrada 
{
	width: 94%;
	margin-left: 3%;
}

.botao {
    
    margin-top: 10px;
	margin-bottom: 10px;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	outline: none;

	padding: 0.5em 0.5em;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 6px;    
}



.botao2 {
    
    margin-top: 10px;
	margin-bottom: 10px;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	outline: none;

	padding: 0.5em 0.5em;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 6px;    
}


.link
{
	text-decoration: none;	
	margin-top: 10px;
	margin-bottom: 10px;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	outline: none;

	padding: 1em 1em;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 6px;    
}

.linkprincipal
{
	text-decoration: none;	
	margin: 10px;
	background: #CDD1BA;
	color: #000;
	text-transform: uppercase;
	border: none;
	outline: none;
	
	width: 150px;
	
	padding: 1em;
	display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border-radius: 6px;    
}


/*-- COLUNAS --*/


.texto
{
    text-align: left;
    float: left;
	width: 96%;
	padding: 2px;
	font-size: 14px;
}

.linhainteira
{
    text-align: center;
    float: left;
	width: 95%;
	margin-left: 2%;
	padding: 5px;
	border-bottom: 1px dotted #000;
	display: block;
}
.linhainteira:hover
{
	background-color: #ccc;
}


.linha
{
    text-align: center;
	width: 93%;
	margin-top: 10px;
	margin-left: 3%;
	margin-right: 3%;
	display: table;
}

.umacoluna
{
    text-align: left;
    float: left;
	width: 98%;
	margin-left: 1%;
    padding-top: 10px;
}

.colunadupla
{
    text-align: left;
	float: left;
	width: 65.1%;
    padding-top: 10px;
	margin-left: 1%;
}

.colunasimples
{
    text-align: left;
	float: left;
	width: 32%;
    padding-top: 10px;
	margin-left: 1%;
    
}

.trescolunas
{
    text-align: left;
	float: left;
	width: 32%;
    padding-top: 10px;
    margin-left: 1%;
}

.duascolunas
{
    text-align: left;
	float: left;
	width: 45.5%;
    padding-top: 10px;
    margin-left: 3%;
}





    #notificacao { position: absolute; top: 0; right: 0; left: 0; background: #000; color: #fff; text-align: center; font-family: Arial, sans-serif; font-size: 16px; border: 1px solid #ccc; width: 100%; padding: 10px; }
    #notificacao h3 { background: #899ecb; color: white; font-size: 12px; border-bottom: 1px solid #6d8bc9; padding: 5px 20px; margin: 0; }
    #notificacao p { padding: 10px 20px; }


    .fundo2 { margin: 0 auto; top: 0; right: 0; left: 0; height: 200px; background-color: #000; color: #fff; text-align: center; font-family: Arial, sans-serif; font-size: 16px; border: 1px solid #ccc; width: 100%; padding: 10px; }

    .carregando {
                position: absolute;
                display: none;
                top: 0;
                right: 0;
                left: 0;
                background-color: #fff;
                color: #fff;
                text-align: center;
                width: 100%;
                height: 100%; 
                padding: 10px;
                filter:opacity(alpha=60);
                -moz-opacity:0.7;
                opacity:0.7;
    }
    .carregando img {
        position: absolute;
        top:50%;
        left: 50%;
        margin-top: -140px;
        margin-left: -186px;
        text-align: center;
    }
	
	
	
	



@media(max-width:1440px){

}

@media(max-width:1366px){

}

@media(max-width:1280px){

}

@media(max-width:1024px){

}

	
	
@media (max-device-width:480px){


	body
	{
		width: 1000px;
		font-size: 45px;
	}

	.corpo
	{
		width: 1000px;
	}
	
	.topo
	{
		width: 1000px;
		height: 420px;
	}

	.rodape
	{
		margin-top: 5px;
		width: 1000px;
	}
	
	.cabecalho
	{
		width: 100%;
		margin: 0 auto;
		height: 410px;
	}
	
	.logo
	{
		background: url(../imagens/logogr.jpg) no-repeat center;
		width: 100%;
		height: 245px;
	}
	
	.creditocabecalho {
		width: 1000px;
		text-align: center;
	}
	
	a
	{
		font-size: 45px;
	}	



	input[type="text"], input[type="password"], input[type="telefone"], input[type="rg"], input[type="cpf"], input[type="cnpj"], input[type="data"], input[type="file"] {
		width: 100%;
		height: 70px;
		font-size: 50px;
	}

	

	.linkprincipal
	{
		margin: 30px;
		width: 300px;
		border-radius: 26px;    
	}


	.link
	{
		margin: 30px;
		border-radius: 26px;    
		font-size: 45px;
	}

	
	.caixagr
	{
		width: 950px;
		min-height: 400px;
	}
	.caixagr .titulo
	{
		height: 60px;
	}

	
	.caixapq
	{
		width: 800px;
		min-height: 400px;
	}
	.caixapq .titulo
	{
		height: 60px;
	}


	
	.texto
	{
		float: left;
		font-size: 35px;
		width: 970px;
	}
	
	.linhainteira
	{
		border-bottom: 1px solid #000;
		min-height: 20px;
	}


	.trescolunas, .duascolunas
	{
		margin-top: 40px;
		width: 98%;
		height: 150px;
	}

	select
	{
		height: 90px;
		font-size: 45px;
	}
}