.topo
{
	width:100%;
	float:left;
	height:610px;
	display:table !important;
	z-index:9999;	
	box-sizing:border-box !important;
}

.linha_topo
{
	position:absolute;
	top:0;
	width:100%;
	float:left;
	height:300px;
	min-height:300px;
	/*background-image:url(../images/bg_topo.png);
	background-repeat:repeat-x;*/
	background:linear-gradient(to bottom, rgb(255,255,255,0.8), transparent);
	display:table;
	padding-top:25px;
	padding-left:30px;
	padding-right:10px;
	z-index:99;
}

.logotipo
{
	width:235px;
	float:left;
	box-sizing:border-box;
	text-align:left;
	padding-left:5px;
	padding-top:10px;
	cursor:pointer;
	height:auto;
}

.logotipo img
{
	margin-right:10px;
	max-width:240px !important;
}

.linha_topo .logotipo img:nth-child(1) 
{
	width:190px;
	padding-left:10px;
}

.linha_topo .logotipo img:nth-child(2) {
	width:180px;
}

.menu_top
{
	width:auto;
	float:left;
	box-sizing:border-box;
	text-align:right;
	padding-right:10px;
	height:65px;
	padding-top:15px;
}

.idiomas
{
	width:57px;
	position:fixed;
	bottom:72px;
	left:5px; 
	
	display:table;
	background-color:#000000;
	z-index:9999 !important;
	padding:7px;
	padding-top:13px;
	padding-bottom:10px;
	border:solid 6px #FFF;
	
	border-radius:50px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.idiomas > img
{
	cursor:pointer;
}

.idiomas > img:hover
{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);	
}

/* TOPO LINKS */
.topo_links
{
	width:100%;
	float:left;
	height:80px !important;
	max-height:80px !important;
	display:table !important;
	z-index:9999;	
	box-sizing:border-box !important;
	background-color:rgb(250,250,250);
	/*background:linear-gradient(to top, #F4F4F4, #FFFFFF);*/
	/*border-bottom:solid 1px #D7D7D7;*/
	
	box-shadow:inset -2px -2px 7px rgba(0,0,0,0.12);
}

.topo_links .linha_topo
{
	background-image:none !important;
	height:80px !important;
	max-height:80px !important;
	min-height:80px !important;
	
	padding-top:8px;
	padding-left:8px;
}

.topo_links .topo
{
	height:80px !important;
	max-height:80px !important;
	min-height:80px !important;
}

.topo_links .logotipo
{
	width:240px;
	margin-right:0;
}

.topo_links .logotipo img
{
	max-width:400px !important;
}
/* TOPO LINKS */

