/*
	ZeroFour by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,select,textarea
	{
	
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar h2
	{
		
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		padding: 1em 0;
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
	}

	#footer-wrapper
	{
		padding: 7em 0 7em 0;
	}

	.wrapper
	{
		padding: 7em 0 7em 0;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#logo{
	background-image:url(../img/logo.jpg);
	margin:auto;
	width:345px;
	height:70px;
	margin:0;
	padding:0;
	display:block;
}
	

		#header .inner
		{
			position: relative;
			height: 5.8em;
			background-image:url(../images/ImgHeader/back-menu.png);
			box-shadow: none;
			text-shadow: none;
		}
	
		h1
		{
			
			left: 1.75em;
			float:left;
			
			
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
.btn-inicio{
	background-image:url(../images/ImgHeader/inicio-btn.png);
	background-position:center;
}
.btn-inicio a{
	background-image:none;
	background-position:center;
	color:#FFF;
	text-decoration:none;background-image:url(../images/ImgHeader/inicio-btn.png);
	
}


.btn-inicio a:hover{
	background-image:url(../images/ImgHeader/menu-azul.png);
	background-position:center;
} 
	#nav
	{
		position: absolute;
		right: 1em;

		line-height: 5.5em;
	
		text-transform:none;
		margin-right: 20px;
		margin-top:-180;
		padding:0;
		
	}
	
		#nav > ul > li
		{
			float: left;
			padding: 0 0.5em 0 0.5em;
			background-repeat:no-repeat;
			background-position:right;
			font-weight:normal;
			text-transform:none;
			background-image:url(../images/ImgHeader/linea.png);
		}
		
			#nav > ul > li > a,
			#nav > ul > li > span
			{
				color:#333;
				text-decoration: none;
				text-transform:none;
				font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size:13px;
				font-weight:normal;
				letter-spacing:none;
				padding: 0.8em 0.3em 0.3em 0.3em;
				outline: 0;
			}

				#nav > ul > li.active > a,
				#nav > ul > li.current_page_item > a,
				#nav > ul > li.active > span,
				#nav > ul > li.current_page_item > span
				{
					background-position:center;
					background-size:cover;
					list-style-image:none;
					color:#FFF; 
					font-weight:normal;
					background-color:#06C;
				}
				
				

			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

		#nav > ul > li > ul
		{
			display: none;
		}
		

#nav a:hover{
	color:#00b021;
	background-repeat:repeat-x;
	border-radius:0px;
}



.container {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
		/* width: (containers) */
		width: 1200px; 
		z-index:99999999999999999999999999999999999999999999999999999999999999999;
	}

