/* Basic Styles */
body {
    background-color: ;
}
/*
header {
    width: 100%;
    background-color: #009d2e;
    height: 14%;
    font-size: 11pt;
    font-family: 'Calibri';
    font-weight: bold;
	padding-bottom: 8%;
	text-align:center;
	position:center;
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
	/*z-index: 1001;
}*/

header {
    width: 100%;
    background-color: #009d2e;
    height: 14%;
    font-size: 14pt;
    font-family: 'Calibri';
    font-weight: bold;
	padding-bottom:8.6%;
	text-align:center;
	position:center;
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
	z-index: 1001;	
}

button {
 border: none;
 background: green;
 width:50%;
 height:100%;
 color: #f2f2f2;
 padding: 10px;
 font-size: 18px;
 font-family:'calibri';
 border-radius: 5px;
 position: center;
 box-sizing: border-box;
 transition: all 500ms ease;
}
button:before {
 content:'';
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 0px;
 background: rgba(255,255,255,0.3);
 border-radius: 5px;
 transition: all 2s ease;
}

button:hover:before {
 height: 100%;
}

.fadebox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 300%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.overbox {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 100%;
	z-index:1002;
	overflow: auto;
}
#content {
	background: ;
	border: ;
	padding: 0px;
}


footer{
	font-family:'calibri';
	font-size:18px;
	color:white;
	font-weight:bold;
	background:	#282828  ;
}
li{
	list-style:none;
	
}


nav {
    padding-left: 15%;
    width: 100%;
	text-align:center;
	
	
	
	
}


nav ul {
    height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
	

}

nav li {
    display:inline;
    float: left;
	height:80px;
	 
	
	
	
    line-height: 40px;
}

#searchLi {
    float: right;
    padding: 0 25px 0 0;
	
	
}

    header a {
        color: #fff;
        display: inline-block;
        width: 150px;
		padding-left:0%;
		background: #009d2e;
		padding-bottom:0%;
		padding-top:0%;
	
      
		position:relative;
        text-decoration: none;
        text-shadow: 1px 1px 0px #283744;
        line-height: 43.5px;
    }

    nav a:hover, nav a:active {
        background-color: gold;
		
		
    }

#menuMobile {
    display: none;
    height: 60px;
	
	width:100%;
    text-align:left;

}

/*Cuando el ancho es inferior o igual a 740 pixel*/
@media screen and (max-width: 740px) {
    header {
        height:auto;
		
	
		
		
		
    }

    nav {
        height: auto;
		
			
		
    }

    nav ul {
		
        height: auto;
		
		
		
    }

    nav li {
        width: 100%;
		padding-left:none;
		
		
	
	
        /*position: relative;*/
    }

    #searchLi {
        float: none;
        padding: 0;
		
		
    }

    header a {
		
        width: 100%;
		height:100%;
		position:center;
        text-align: left;
        text-indent: 24px;
		font-size:24px;
		
		
    }
}

@media only screen and (max-width : 480px) {
    nav ul {
        display: none;
		
    }

    #menuMobile {
        display: block;
        background-color: #009d2e;
        width: 100%;
		
		

		
		
    }

    #icon-mobile{
		position:center;
        float: right;
        margin: 20px;
		height:50px;
		
    }
}


/*Smartphone*/
/*los menus pasan a ser el 100% de la pantalla uno debajo del otro*/
@media only screen and (max-width : 320px) {

    input[type=search] {
       margin:0 0 0 15px;
	   padding-left:none;
	   
	       background-color: #009d2e;
		   		padding-bottom:50%;
    }

    nav li {
        float: none;
        width: 100%;
		position:center;
		    background-color: #009d2e;
		padding-left:none;
		
    }
}

