
* {margin:0;padding:0}

body { width:85%;
margin:auto;
font-family:tahoma, arial, sans-serif;
background:none; color:inherit}

header {
	padding:0px;
	}

ul {list-style:none;
	}

.menu a {text-decoration:none;
	color:#3E4095;
	padding:12px;
	font-size:14px;
	font-weight:bold;
	border-radius: 9px 9px 9px 9px;	
	}

.menu a:hover {
	background:#F47D35;
		color:#FFF;
	}

img {border:none;
	margin:5px;
	
	}

p {margin:10px 5px;
text-align:justify;
line-height:24px;}
.logo {
	float:left;
	display:inline;
	}
.titulo {
	margin:30px;
	padding:20px;
	text-align:center;
	float:none;
	color:#F47D35;
	}

.menu {
	border-color:#F47D35;
	border-width:0px 0px 3px 0px;
	border-style:solid;
	width:100%;
	background:#fff;
	display:block;
	}

.menu_bar {
	display:none;
}

	
.reds nav ul li {
	float:right;

	}
.reds nav ul li a {
	text-decoration:none;
	/*color:#3E4095;*/
	/*color:#ccc;*/
	padding:9px 3px 9px 9px;
	border-radius: 15px 15px 15px 15px;	}
	
nav {
	display:inline-block;
	width:100%;
	/*
	background:url(../images/menu_background.gif);
	*/
}
 
nav ul {
	display:block;
	float:left;
	overflow:hidden;
	width:100%;height:35px;
}
 
header nav ul li {
	float:left;
	width:auto;
	height:45px;
}
 
header nav ul li a {
	color:#3E4095;
	display:block;
	text-align:center;
	font-size:14px;
}
 
header nav ul li span {
	margin-right:9px;
}
 
header nav ul li a:hover {
	background:#F47D35;
	color:#FFF;
}

header .line {
	width:100%;
	height:5px;
	background:#F47D35;
	}



.categories_header {
	margin:10px;
	}
.cont2 {
	padding:2%;
	}

.cont2 a {text-decoration:none;
	color:#3E4095;
	padding:12px;
	font-size:14px;
	font-weight:bold;
	border-radius: 9px 9px 9px 9px;	
	}

.cont2 a:hover {
	background:#F47D35;
		color:#FFF;
	}


/* footer */
footer {
	padding:10px;
	background:#4B3740;
	height:auto;
	color:#FFF;
	border-radius: 8px 8px 0px 0px;	
	}
	
footer p {
	font-size:11px;
	}



@media screen and (max-width:800px ) {

		body { width:90%;}
		
	logo {
		width:100%;
		}
	header {
		}
	img {
		width:70%;
		}
		
	.titulo {
	width:80%;
	padding-top:10%;
	}
		
	h1 {
		font-size:16px;
		}
	h4 {font-size:10px;

		}
		
	header .menu nav {
		background:#999;
		border-radius: 10px 10px 10px 10px;	
			-webkit-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.6);
			-moz-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.6);
			box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.6);
		width:40%;
		height:100%;
		left:-100%;
		margin:0px;
		position: fixed;
		z-index: 3;
	}
	
 	header .menu nav ul {
	display: block;
	
	border-bottom: 1px solid rgba(255,255,255, .3);
	height: 100%;
	}
	
 header .menu nav ul li{
	display:block;
	float:none;
	width:100%;
 	height:50px;
	border-bottom:1.5px solid rgba(255,255,255,.3);
	 }
	 
  header .menu nav ul li a {
	  font-size:14px;
	  height:25px;
	  padding:10px;
	  display:block;
	 }


	.menu_bar {
		display:block;
		width:100%;

	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:10px;
		background:#F47D35;
		color:#fff;
		text-decoration:none;
		text-align:center;
		font-weight: bold;
		font-size:17px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:10px;
	}

.menu {
	border-width:0px 0px 0px 0px;
	}





}

@media screen and (max-width:600px ) {
	.titulo {
	width:80%;
	padding-top:25%;
	margin:2%;
	}
	img {
		width:60%;
		}
header .menu nav ul span {
	display:none;
}
			
#page_header h1 {
		font-size:11px;
		}
#page_header h4 {
		font-size:8px;

		}
#page_header2 {margin:5%; padding:1%;
	}

}