body {
    background: url("imagenes/fondo.jpg");
}

footer {
    clear: both;
    background:white;
    border: solid #a0b842;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative;
}

li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Estilo para los links*/
li a {
	display:block;
	min-width:140px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-family:Helvetica, Arial, sans-serif;
	color: #fff;
	background: #a0b842;
	text-decoration: none;
}

li:hover a {
	background: #000;
}

li:hover ul a {
	background: #e1e1e1;
	color: #222;
	height: 35px;
	line-height: 35px;
}

/*Hover para enlaces desplegados*/
li:hover ul a:hover {
	background: #2598c3;
	color: #fff;
}

/*Ocultar enlaces desplegables hasta que se necesiten*/
li ul {
	display: none;
}

/*Hacer vínculos desplegables verticales*/
li ul li {
	display: block;
	float: none;
}

li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 19px;
}

/*Visualizar el menú desplegable en hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Estilos boton desplegar menu*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	background: #a0b842;
	text-align: left;
	padding: 7px 0;
	display: none;
}

input[type=checkbox]{
    display: none;
}

/*Mostrar menú cuando se marca la casilla de verificación invisible*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

.principal{
    text-align:center;
    width:100%;
    float:left;
}

.imagenes{
    width:50%;
    float:left;
}

#service{
    clear: both;
}

.servicios{
    width:31.5%;
    float:left;
    padding:10px;
    padding-bottom:20px;
}

.whats a {
    float:left; 
    position:fixed; 
    width:20%; 
    top:90%; 
    left:95%; 
    z-index:2;
}

.whats img {
    width:20%;
}

.parr {
    background:white;
}

.mis {
    float:left;
    background:white;
    width:50%;
    height:220px;
}

.mis p{
    padding:10px;
}

table {
    text-align:center;
}

.valor{
    width:18%;
    float:left;
    padding:10px;
    padding-bottom:20px;
}
/*Estilo responsivo ancho menor de 750px*/

@media screen and (max-width : 800px){
	/*Hacer que los vínculos desplegables aparezcan en línea*/
	ul {
		position: static;
		display: none;
	}
	/*Crear espacio vertical*/
	li {
		margin-bottom: 1px;
	}
	/*Todos los enlaces del menú de ancho completo*/
	ul li, li a {
		width: 100%;
	}

	.show-menu {
		display:block;
		cursor:pointer;
	}
	
	.principal{
    width:100%;
}
	
.imagenes{
    width:100%;
}

.servicios{
    width:100%;
    padding:0px;
    padding-bottom:30px;
}

.whats a {
    float:left; 
    position:fixed; 
    width:60%; 
    top:93%; 
    left:85%; 
    z-index:2;
}

.mis {
    width:100%;
}

.valor{
    width:100%;
}
}
