@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
#phonenumber{
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	}
#phonenumber h2{
	font-family: 'Ubuntu', sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:400;
	text-align:right;
	padding:20px 0px 20px 0px;
	}
.container{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	}
#phonenumber a{
	text-decoration:none;
	color:#FFF;
	}
#phonenumber a:hover{
	text-decoration:none;
	color:#15a59c;
	}	

/*menu*/
#menu{
	background-color:#FFFFFF;
	position:fixed;
	z-index:999;
	width:100%;

	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5)
	}
#menu img{
	padding:10px 10px 10px 10px;
	width:200px;
	}
nav {
	float:right;
	padding-top:50px;
	}

 
nav ul {
  list-style: none;
  overflow: hidden; /* Limpiamos errores de float */
}
 
nav ul li {
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-weight:100;
  font-size: 14px;
  border-left-width: thin;
  border-left-style: solid;
  border-left-color: #999;

}
 
nav ul li a {
  display: block; /* Convertimos los elementos a en elementos bloque para manipular el padding */
  padding: 20px;
  color: #000000;
  text-decoration: none;
}
 
nav ul li a:hover {
  background: #15a59c;
  color:#FFFFFF;
  text-shadow: black 0.1em 0.1em 0.2em;
  }
 nav li{
	 height:30px;
	 }
nav a{
	margin-top:-15px;
	overflow:hidden;
	}
  
/*termina menu*/

/*empieza galeria*/
#galeria{
	padding-top:173px;
	background-image:url(../images_jm/galeria_bkg.jpg);
	background-size:cover;
	background-position:center;
	height:455px;
	}
	
#acerca_de_nosotros{
	padding:190px 0 50px 0;
	background-color:#FFFFFF;
	}

#acerca_de{
	float:left;
	}
#acerca_de_nosotros h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:28px;
	}
#acerca_de h3{
	padding-top:20px;
	width:512px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size:16px;
	line-height:24px;

	}
#acerca_de p{
	padding-top:20px;
	width:512px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size:13px;
	line-height:22px;
	}

#acerca_de_nosotros img{
	padding:25px 0 0 37px;
	}
#acerca_de_nosotros hr{
	float:right;
	width:740px;
	background-color:#15a59c;
	height:1px;
	margin-top:26px;
	border:none;
	}
#know-how{
	margin-top:70px;
	width:984px;
	height:170px;
	background-image:url(../images_jm/now_how.png);
	padding:20px 20px 20px 20px;
	}
#know-how h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:28px;
	}
#know_how_green{
	color:#15a59c;
	}
#know-how p{
	padding-top:20px;
	width:812px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size:17px;
	line-height:24px;
	float:left;
	}
#know-how img{
	margin-top:-30px;
	}
/*termina galeria*/	

/*empieza servicios*/
#servicios{
	background-image:url(../images_jm/servicios_bkg.jpg);
	margin-left:auto;
	margin-right:auto;
	height:1406px;
	background-size:cover;
	background-position:center;
	}
#servicios h2{
	padding-top:176px;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:28px;
	color:#FFFFFF;
	}
#servicios h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-size:30px;
	color:#000000;
	text-align:center;
	font-stretch:extra-condensed;
	}
#servicios h4{
	font-family: 'Ubuntu', sans-serif;
	font-weight:100;
	font-size:16px;
	line-height:26px;
	color:#505050;
	text-align:center;
	}
#servicios p{
	padding-top:20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size:16px;
	line-height:24px;
	color:#FFFFFF;
	margin-bottom:70px;
	}
#servicios article{
	width:300px;
	height:440px;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#c7c9c9;
	padding:20px 10px 20px 10px;
	margin:9px 9px 9px 9px;
	text-align:center;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
	float:left;
	}

.circular {
    width: 190px;
    height: 190px;
    border-radius: 95px;
    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
    overflow:hidden;
	border-width:thin;
	border-style:solid;
	border-color:#15a59c;
}
#servicios img{
	margin:30px 0px 30px 0px;
	}
/*termina servicios*/

/*empieza servicios*/
#clientes{
	padding:173px 0px 100px 0px;
	text-align:center;
	background-color:#FFFFFF;
	}
#clientes h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-size:28px;
	padding-bottom:50px;
	}
.logo_estilos{
	border-width:1px;
	border-style:solid;
	border-color:#c7c9c9;
	margin:0px 20px 0px 20px;
	}
/*inicia contacto	*/
#contacto{
	background-color:#042930;
	height:747px;
	background-image:url(../images_jm/sobre_contacto.png);
	background-repeat:no-repeat;
	background-position:90%;
	background-attachment:inherit;
	}
#contacto_wrapper{

	}

#contacto img{
	padding:170px 10px 10px 10px;
	width:218px;
	}
#menu_footer{
	margin:176px 0px 20px 0px;
	margin-left:135px;
	width:175px;
	float:left;
	}
#menu_footer a{
	text-decoration:none;
	color:#FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-weight:100;
    font-size: 14px;
	}
#menu_footer a:hover{
	color:#15a59c;
    font-family: 'Ubuntu', sans-serif;
    font-weight:100;
    font-size: 14px;
	}
#menu_footer hr{
	border-width:1px;
	border-style:solid;
	border-color:#15a59c;
	margin-top:10px;
	margin-bottom:10px;
	}
#contacto_seccion{
	width:490px;
	float:left;
	padding-left:200px;
	padding-top:169px;
	}
#social_media img{
	width:60px;
	margin-top:-130px;
	}	
#contacto_seccion h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:28px;
	color:#FFFFFF;
	}
#contacto_seccion p{
	width:512px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size:13px;
	line-height:22px;
	color:#FFFFFF;
	}
#contacto_seccion h3{
	font-family: 'Ubuntu', sans-serif;
	font-weight:100;
	font-size:16px;
	line-height:26px;
	color:#FFFFFF;
	}
#contacto_seccion hr{
	border-width:1px;
	border-style:solid;
	border-color:#15a59c;
	margin-top:10px;
	margin-bottom:10px;
	}
.greeen_bullet{
	color:#15a59c;
	}
.greeen_bullet a{
	text-decoration:none;
	color:#15a59c;
	z-index:1000;
	}
.greeen_bullet a:hover{
	color:#3de9dd;
	}
#derechos_reservados{
	background-color:#000000;
	height:50px;
	text-align:center;
	padding-top:20px;
	}
#derechos_reservados h2{
	color:#FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-weight:100;
	font-size:12px;
	}
	
#vinetta{
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-400px;
	border:solid #999 1px;
	}
#vinetta img{
	float:left;
	}
#vinetta h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-size:30px;
	color:#000000;
	text-align:left;
	font-stretch:extra-condensed;
	}
#vinetta h3{
	padding-top:10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size:16px;
	line-height:24px;
	}
#vinetta p{
	padding-top:10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight1200;
	font-size:10px;
	line-height:15px;
	}
#vinetta_contenedor{
	padding:20px;
	margin-left:333px;
	}


/*empieza ventana modal*/
#bgventana{
	position:fixed;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	visibility:hidden;
	}
#bgventana1{
	position:fixed;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	visibility:hidden;
	}
#bgventana2{
	position:fixed;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	visibility:hidden;
	}
#bgventana3{
	position:fixed;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	visibility:hidden;
	}
#bgventana4{
	position:fixed;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	visibility:hidden;
	}
#bgventana5{
	position:fixed;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	visibility:hidden;
	}