/*
	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
	{
		font-size: 10pt;
		line-height: 1.5em;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar h2
	{
		font-size: 1.5em;
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		padding: 25px 0 0;
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
	}

	#footer-wrapper
	{
		padding: 1em 0 1em 0;
	}

	.wrapper
	{
		padding: 0;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		border-radius: 10px;
	/*	border: 1px solid #343131;  */
		padding: 1px;
    top:10px;
		/*top:30px;*/
		z-index:1000;
	/*	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #f7f5ed 0%, #ebe9e2 100%) repeat scroll 0 0;     */
	}

		#header .inner
		{
			position: relative;
			height: 4em;
		}
	
		#header h1
		{
			position: absolute;
			left: 1.75em;
			top: 50%;
			margin-top: -5em;
			font-size: 1.5em;
			color: #fff;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: relative;
    /*left: 25%;*/
	  top: 0;
		line-height: 4em;
	}
	 
   #nav > ul
   {
    display: inline-block;
   }
  
  
		#nav > ul > li
		{
			float: left;
			padding: 0 0.8em 0 0.8em;
		}
		
			#nav > ul > li > a,
			#nav > ul > li > span
			{
				font-family;"Open Sans",Arial;
				color: #36332e;
				text-decoration: none;
				font-weight: 600;
				font-size: 1.0em;
				letter-spacing: 0;
				padding: 0.5em 3em 0.5em 3em;
				outline: 0;
			}

				#nav > ul > li.active > a,
        #nav > ul > li:hover > a,
				#nav > ul > li.current_page_item > a,
				#nav > ul > li.active > span,
				#nav > ul > li.current_page_item > span
				{
					/*color:#63c3d7; */
          color: #00A19A;
				}

			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

		#nav > ul > li > ul
		{
			display: none;
		}

	.dropotron
	{
		position: relative;
		background-color: #DBDBDB; /*#f7f5ed;*/
		padding: 0;
		line-height: 2.5em;
		min-width: 15em;
		margin:0;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		/*border-radius:5px; */
		margin-top: -5px;
    padding-top: 5px;
	}
	
	.dropotron::after {
   /* background-image: url("../iconos/sup-arrow.png");     */
    background-repeat: no-repeat;
    content: "";
    height: 8px;
    left: 25px;
    position: absolute;
    top: -8px;
    width: 13px;
}
	.dropotron ul::after {
    display: none;
	}
		.dropotron.level-0
		{
			margin-top: -4px;
		}
		
		.dropotron a,
		.dropotron span
		{
			font-family;"Open Sans",Arial;
			padding: 7px 20px;
		/*	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f7f5ee 0%, #eeece4 100%) repeat scroll 0 0;         */
			background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #DBDBDB 0%, #F7F5EE 100%) repeat scroll 0 0;
      color: #847460;
			text-decoration: none;
			font-weight: 600;
			font-size: 1em;
			letter-spacing: 0;
			outline: 0;
			line-height:2;
		}
		
		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
					/*	background: #36332e;  */
          background: #00A19A;
						color: #f2f1e9 !important;
		}
		.dropotron li.opener { position:relative;}

		.dropotron li span.rightarrowclass { background-image: url("../iconos/rightarrowclass.png");
    background-repeat: no-repeat;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: -25px;
    top: 50%;
    width: 7px;}

		/*.dropotron li:hover span.rightarrowclass { background-position: bottom;}*/

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding: 2em 0 0em 0;
	}
	
		#banner h2
		{
		}
		
		#banner p
		{
			/*float: left;
			text-align: right;
			width: 60%;
			line-height: 1.5em;
			margin: 0;*/
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}
	
	#logo {text-align:left;}
	.e_titul.tit_slide {font-size:2.5em;}