@charset "iso-8859-2";
/* CSS Document */
/*REDES TOP */
#redes_top {
	float:right;
	margin-left: 50px;
}
@media screen and (max-width: 767px){
#redes_top {
	margin-left: 0px;
	padding:0;
}
#redes_top img {
	max-width:15px;
}
}

/* MENU touchdropdown */
#menu_touchdropdown {
	float:right;
	margin-top: 20px;
}
div.touchdropdown ul {
    padding: 0;
    margin: 0;        
    list-style-type: none;
}

div.touchdropdown ul li {
	font-size: 14px;
	float:left;
	padding-right: 25px;
	padding-left: 25px;
	height:35px;
}

div.touchdropdown ul li a {
	color: #FEFEFE;
	text-decoration: none;
	padding-bottom:15px;
	text-shadow: 1px 0 0 #000;
}
 
div.touchdropdown li:hover {
	background-image: url(../images/bgmenu.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}
div.touchdropdown li.atual a  {
	background-image: url(../images/bgmenu.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

div.touchdropdown ul li a:hover {
	color: #F30;
}

/*MENU MOBILE */
.m-but{
	width: 35px;
	height: 35px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left:5px;
	cursor: pointer;
	background-position: 5px;
	z-index: 1001;
	display:none;
	float:right;
}

.m-but i{
    margin-left: 9px; 
    margin-top: 3px;
}
.img-menu {
	width: 30px;
	height: 30px;
	background-image: url(../images/sprits_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display:inline-block;
}

#menumobile {
	background:rgba(228, 239, 249, 0.8);
	list-style: none;
	margin: 0;
	padding: 0;
	display:none;
}
#menumobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C92F2F;
}
#menumobile li {
  margin: none;
  padding: none;
  list-style:none;
}
#menumobile a {
	color: #444B64;
	display: block;
	margin: 1px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F7F8;
	text-align: center;
}
#menumobile a:hover {
	color: #C92F2F;
	padding-bottom: 8px;
}

@media screen and (max-width: 767px){
.m-but{
	display:inline-block;
}
div.touchdropdown {
	display: none;
}
}
