body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1em;
	background-image: url("../img/fondo.png");
	text-align:center;
}
.dropdown {
    display: block;
    display: inline-block;
    right:0;
    margin-right:30;
    position: absolute;
    z-index:999;
}

.dropdown .dropdown_button {
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 4px 5px;
    border: 1px solid #AAA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size:0.8em;
    font-weight: bold;
    color: #717780;
    line-height: 16px;
    text-decoration: none !important;
    background: white;
}

.dropdown input[type="checkbox"]:checked +  .dropdown_button {
    border: 1px solid #3B5998;
    color: white;
    background: #007836;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    border-bottom-color: #007836;
}

.dropdown input[type="checkbox"] + .dropdown_button .arrow {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 5px solid #007836;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow { border-color: white transparent transparent transparent }

.dropdown .dropdown_content {
    position: absolute;
    border: 1px solid #777;
    padding: 0px;
    background: white;
    margin: 0;
    display: none;
}

.dropdown .dropdown_content li {
    list-style: none;
    margin-left: 0px;
    line-height: 16px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-top: 2px;
    margin-bottom: 2px;
}

.dropdown .dropdown_content li:hover {
    border-top-color: #3B5998;
    border-bottom-color: #3B5998;
    background: #007836;
}

.dropdown .dropdown_content li a {
    display: block;
    padding: 2px 7px;
    padding-right: 15px;
    color: black;
    font-size:0.8em;
    text-decoration: none !important;
    white-space: nowrap;
}

.dropdown .dropdown_content li:hover a {
    color: white;
    text-decoration: none !important;
}

.dropdown input[type="checkbox"]:checked ~ .dropdown_content { display: block }

.dropdown input[type="checkbox"] { display: none }
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
    clear: both;
}

.clearfix {
  *zoom:1;
}
.container {
	width:80%;
	max-width:1000px;
	margin:0 auto;
	background-color: #474646;
	text-align:left;
}
.homemov{
	display:none;
}
#menu{
	height:40px;
	width:80%;
	max-width:1000px;
	margin:0 auto;
	background-color: #474646;
}
#menu ul{
	padding:0;
	height:40px;
	width: 600px;
	list-style:none;
	float:right;
}
#menu li{
	display:inline-block;
	padding-right: 20px;
	float:right;
}
#menu a{
	color: #fff;
	font-size:1.1em;
	width:100px;
	line-height:40px;
	text-decoration:none;
	display:inline-block;
	text-align:right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#menu a:hover, #menu a:active{
color: #007836;
}
#menu a#pull {
  display: none;
}
.line{
	width:80%;
	max-width:1000px;
	height:10px;
	margin:0 auto;
	background-color: #007836;
}
#textofondo{
		display:none;
	}
.footer{
	width:80%;
	max-width:1000px;
	height:20px;
	margin:0 auto;
	background-color: #007836;
	overflow: hidden;
}
#content{
	width:80%;
	max-width:1000px;
	margin:0 auto;
}
#content img{
	border:none;
	padding:0;
	margin:0;
	margin-bottom:10;
	width:100%;
	height:auto;
}
.foot{
	width:80%;
	max-width:1000px;
	margin:0 auto;
	background-color: #474646;
	overflow: hidden;
}
.foot a{
	color: #fff;
	text-decoration:none;
}
.foot a:hover,a:active{
	color: #007836;
}
#movil{
	display:none;
}
#about{width:30%;float:left;}
#about img{
	border:none;
	width:100%;
	height:auto;
}
#slider{width: 30%;float:left;margin-left:5%;position:relative;text-align:left;}
#slider div{
		position:absolute;
		width:100%;
		height:auto;
	}
#slider img{
	border:none;
	width:100%;
	height:auto;
	}
#slider a.hovertext {
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center;
 }

#slider a.hovertext:after {
    content: attr(title);
    position: absolute;
    width:100%;
    background: rgba(0,120,54,0.8);
    text-decoration: none;
	left:0;
    color: #fff;
    opacity: 0;
  }

#slider  a.hovertext:hover:after, a.hovertext:focus:after {
    opacity: 1.0;
  }
#services{width:30%;float:right;}
#services img{
	border:none;
	width:100%;
	float:left;
	
}
#aboutlb{width:30%;margin-left:0.3%;float:left;color:#fff;}
#sliderlb{width:30%;float:left;margin-left:5%;color:#fff;}
#serviceslb{width:28%;float:right;color:#fff;}

@media screen and (max-width: 480px){
  .container {
    width: 100%;
  }
  .home{
  	display:none;
  }
  .homemov{
  	display:block;
  }
  #logo{
	width:60%;
  }
  .line{
  	display:none;
  }
  #content{
  	width:100%;
  }
  #content img{
	margin-bottom:0;
}
	#menu {
		width:100%;
		font-weight: bold;
		border-bottom: 7px solid #007836;
	}
	#menu li {
  	width: 50%;
  	float: left;
  	position: relative;
    padding: 0;
    margin: 0;
    background:#615f5f;
    font-weight: bold;
  	}
	#menu ul {
		display: none;
		height: auto;
		width:100%;
		float:none;
	}
	#menu li a {
		border-bottom: 1px solid #007836;
		border-right: 1px solid #007836;
	}
	#menu a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	#menu a#pull {
		display: block;
		background-color: #474646;
		width: 100%;
		position: relative;
		text-align:left;
		padding-left:40px;
	}
	#menu a#pull:after {
		content:"";
		background: url('../img/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 5px;
	}
	.foot{
		width: 100%;
		padding:0;
	}
	#about{
		width: 50%;
	}
	#movil{
		display:inline-block;
		width: 50%;
	}
	#movil div{
		position:absolute;
		width:50%;
		height:auto;
	}
	#movil img{
	border:none;
	width:100%;
	height:auto;
	}
	#slider{
		display:none;
	}
	#footer{
		display:none;
	}
	#services{
		display:none;
	}
	#textofondo{
		display:block;
		width: 100%;
		height: 100px;
		background: #007836;
		font-size:1.5em;
		padding-top: 30;
		text-align:center;
	}
}