﻿@media all and (max-width: 420px)
{
    body { background-color:Black}
    
    #slideshow {
    position:relative;
    height:50px;
    overflow:hidden;
    width:100%;
}
#ctl00_divComboMenu 
{
    display:block;
}
.content_left 
{
    display:none;
}

	.container {
	/*width: 938px;*/
	width: 96%;
	margin:0 auto;
	background:#FFF;
	border-top-left-radius: 1em;
	border-top-right-radius:1em;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
  }
	.top {
		height:80px;
		background:#FFF;
		/*background:yellow;*/
		text-align:center;
		
		padding: 1.5% 2% 1% 2%;
		}
		.top_fltrt {
			width:100%;	
					
			text-align:right;
			margin: 0 auto;
			}
		.top_fltlft {
			width:100%;
			margin-bottom:1%;
			text-align:center;
			
			}
.loginForm { margin-bottom: 2%; height:50px}

.forgotPwd {clear:both}
.loginResult 
{
    clear:both;
}
	
.bannerheader {
	height:50px;	
	padding: 2% 2%;
	margin: 0 auto;
}
.onlineInfo 
{
    margin-top:5px;
    text-align:left;
}
.currentUser 
{
        margin: 7 auto 0 auto;
}


.content {
	
	font-size:0.7em;
	color:#575656;
	background:#fff;
	width:100%;
	position:relative;
	
	}
	.content_left {
		
		float: left;
		width:25%;
		height:auto;
		}
		
			
	.content_mid{
		
		float: left;
		width: 95%;
		
		
		
		
		}
		.content_mid article{
			width:100%;
			}
		
		
	.content_right{
		width:100%;
		text-align:center;
		
		}
		.content_right div{
			float:left;
			width:47.2%;
			text-align:center;
			margin: 1% 1%;
			
		}
	

/*page*/

/*RODAPE*/
.footer {
	clear:both;
	padding: 10px 0;
	}
	.fltrt {
		float: right;
		width:25%;
		margin: 0.5% 1.5% 0 0;
		text-align:right;
		}
	.fltlft {
		float: left;
		width:70%;
		margin: 0.5% 1%;
		
		}
		.small {
			
			font-size: 7pt;
			font-weight:300;
			margin-bottom: 3%;
}
		
.bottom {
	background:#FFF;
	
	height:23px;
	margin-bottom:2%;
}
/*RODAPE*/
		
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.line {
	height:1px;
	
}

/*    TEXT    */

h1 {
	
	font-variant:normal;
	font-weight:300;
	font-size: 1.35em;
	margin-top:0px;
}
h2 {
	
	font-size: 1.3em;
	font-weight:300;
	
	
}
h3 {
	
	font-size: 1.2em;
	font-weight:300;
	
	
}
h4 {
	
	font-size: 1.15em;
	font-weight:300;
	
}
h5 {
	
	font-size: 1.1em;
	font-weight:300;
	
}
h6 {
	
	font-size: 1.05em;
	font-weight:300;
	
}

.h1_grey {
	
	font-variant:normal;
	font-weight:300;
	font-size: 17pt;
	color: #bbb9b9;
	
}

/*    LINKS    */

h1 a, h2 a, h3 a, h4 a, h5 a, p a {
	text-decoration:none;
}
h5 a:hover{
	text-decoration:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*FORMS*/

/*label {
	width:80px;
	float: left;
	text-align: right;
	margin: 5px;
	display: block;
}*/
/*.label_menssage {
	width:45px;
	float: right;
	text-align: center;
}*/
input {
	color: #000000;
	
	font-size:7pt;
	background: #fff;
	color:#595958;
	border: 1px solid #c0c0c0;
	margin:2px;
}
input[type=checkbox] 
{
	border-style:none;
}
input [type=radio] 
{
	border-style:none;
}
textarea, select {
	color: #000000;
	
	font-size:7pt;
	background: #fff;
	color:#595958;
	border: 1px solid #c0c0c0;
	margin:2px;
}
.bot_enviar {
	width:60px;
	height:21px;
	float:left;
	margin-left:90px;
	font-size:9px;
	text-align:center;
}
.div_email {
	width:550px;
	height:21px;
	float:left;
	margin-left:113px;
	font-size:9px;
}
.bot_limpar {
	width:60px;
	height:21px;
	float:left;
	margin-left:30px;
	font-size:9px;
	text-align:center;
}

/*  LIST  */
nav.list {
	
	margin-right: 1%;
	padding:0;
	list-style-type: none;
	}
	nav.list div a {
		border-left:3px solid #ffffff;
		padding-left:3px;
		padding-top: 7px;
		padding-bottom: 7px;
		text-decoration: none;
		
		display:block;
		height:1%;
		border-right: 1px dotted #e0e0e0;
		border-bottom:1px dotted #e0e0e0;
		}
		nav.list div a:hover {
			background-color: #f3f5f6;
			border-left:3px solid #005BB7 /*borda esq. menu*/;
			padding-left:3px;
			display:block;
			text-decoration:none;
			}
			nav.list div.selected a {
				background-color: #f3f5f6;
				border-left:3px solid #005BB7;
				padding-left:6px;
				display:block;
				text-decoration:none;
			}


a.gestao{
	padding: 0.7% 1.2%;
	background-color:lightgray;
	border-radius: 5px;
	border: 1px hidden #000;
	color:black;
	}
	a.gestao:hover {
    color:White;
    background-color:gray;
    text-decoration:none;
		}
		

    .copyright 
    {
        width:70%;
    }

    .news_header {
	    
	    font-size: 12pt;
	    font-weight:300;
	    margin:0px;
    }

	
}

