@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	background-color: #FFF;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#menunav {
	width: 100%;
	height: 90px;
	display: block;
	background-color:#FFF;
	background-image:url(images/halftone.png);
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
	position:fixed;
	z-index:99;
}

.logotipocontraste {
	margin-left: 4%;
	display: block;
	position:relative;
	float: left;
}

.menuprincipal {
	width: 50%;
	padding-top:40px;
	margin-left: auto;
	display: block;
	margin-right:10%;
	position:relative;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:right;
	text-transform:uppercase;
	font-size:13px;
}
 
.menuprincipal ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.menuprincipal li {
	display:inline;
	width: 10%;
	padding-left:3%;
}

.menuprincipal li a:active {
	text-decoration:none;
	color:#00A99D;
}

.menuprincipal li a:link {
	text-decoration:none;
	color:#00A99D;		
}

.menuprincipal li a:hover {
	text-decoration: none;
	color: #F90;	
}

.hoverslide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.empresa {
	position: relative;
	width:100%;
	height:auto;
	background-color: #FFF;
	background-image: url(images/empresafondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
		
}

.tituloempresa {
	width: 40%;
	margin-top:15%;
	margin-left:10%;
	margin-bottom:2%;
	display: block;
	position:relative;
	float: left;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	font-size:40px;
	color:#FFF;
}

.textoempresa {
	width: 35%;
	margin-left: 10%;
	margin-bottom: 2%;
	display: block;
	position: relative;
	float: left;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: justify;
	font-size: 14px;
	color: #FFF;
	line-height: 18px;
	clear: left;
}

.textofrase {
	width: 25%;
	margin-left: auto;
	margin-right: 10%;
	margin-top: 10%;
	margin-bottom: 10%;
	display: block;
	position: relative;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 18px;
	color: #999;
	line-height: 18px;
	clear: left;
	font-style: italic;
}


.servicios {
	position: relative;
	width:100%;
	height:auto;
	padding-bottom:15%;
	background-color: #FFF;
	float: left;	
}

.tituloservicios {
	width: 30%;
	margin-top:15%;
	margin-right:10%;
	margin-bottom:2%;
	display: block;
	position:relative;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	font-size:40px;
	color:#F7931E;
}


.textoservicios {
	width: 30%;
	margin-right:10%;
	margin-bottom:2%;
	display: block;
	position: relative;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: justify;
	font-size: 14px;
	color: #660066;
	line-height: 18px;
	clear: right;
}

.contenedorservicios {
	width: 80%;
	padding-left:10%;
	padding-right:10%;
	height:auto;
	display: block;
	position: relative;
	float: left;
	background-color:#fff;
}

.serviciobloque {
	width: 25%;
	height:400px;
	margin-top: 2%;
	display: block;
	position: relative;
	float: left;
	background-color:#fff;
	text-align:center;
}

.textobloqueservicios {
	display: block;
	position: relative;
	float: left;
	padding-right:10%;
	padding-left:10%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}



.botondescargaservicios {
	width: 30%;
	margin-right:10%;
	margin-bottom:5%;
	display: block;
	position: relative;
	float: right;
	text-align: right;
	clear: right;
}

.botondescargaservicios a img {
   -webkit-transition: all 0.5s;
}

.botondescargaservicios a img:hover {
	-webkit-filter: hue-rotate(180deg);
}


.promociones {
	position: relative;
	width:100%;
	height:auto;
	padding-top:3%;
	background-color: #FFF;
	background-image: url(images/promocionesfondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
		
}



.titulopromociones {
	width: 40%;
	margin-top:5%;
	margin-left:10%;
	margin-bottom:2%;
	display: block;
	position:relative;
	float: left;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	font-size:40px;
	color:#660066;
}

.textopromociones {
	width: 35%;
	margin-left: 10%;
	margin-bottom: 2%;
	display: block;
	position: relative;
	float: left;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: justify;
	font-size: 14px;
	color: #660066;
	line-height: 18px;
	clear: left;
}

.divisor {
	position: relative;
	width:100%;
	height:2px;
	display:block;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
		
}


.slidepromociones {
	position: relative;
	width:100%;
	max-width:900px;
	height:auto;
	display:block;
	padding-left:10%;
	padding-bottom:78px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
		
}

.clientes {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 15%;
	padding-top: 15%;
	background-color: #FFF;
	float: left;
	background-image: url(images/clientesfondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tituloclientes {
	width: 30%;
	margin-top:15%;
	margin-right:10%;
	margin-bottom:2%;
	display: block;
	position:relative;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	font-size:40px;
	color:#660066;
}


.textoclientes {
	width: 30%;
	margin-right:10%;
	margin-bottom:2%;
	display: block;
	position: relative;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: justify;
	font-size: 14px;
	color: #660066;
	line-height: 18px;
	clear: right;
}

.contenedorclientes{
	width:100%;
	position:relative;
	display:block;
	float:left;	
}

.imagenclienteslogos{
	width:70%;
	padding-left:22%;
	padding-right:6%;
	padding-top:2%;
	padding-bottom:5%;
	position:relative;
	display:block;
	float:right;	
}

.imagenclienteslogos img{
	max-width:800px;
	float:right;
}



.contacto {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 15%;
	padding-top: 5%;
	float: left;
	background-image: url(images/contactofondo.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2; /* Set z-index to 0 as it will be on a layer below the contact form */
}

.titulocontacto {
	width: 30%;
	margin-top:10%;
	margin-right:10%;
	margin-bottom:8%;
	display: block;
	position:relative;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	font-size:40px;
	color:#FFF;
}


.textocontacto {
	width: 30%;
	margin-right:10%;
	margin-bottom:2%;
	display: block;
	position: relative;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: justify;
	font-size: 14px;
	color: #FFF;
	line-height: 18px;
	clear: right;
}

.contenedorcontacto{
	width:100%;
	height:700px;
	position:relative;
	display:block;
	float:left;
	margin-top:-250px;
}



#googlemaps { 
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}
 
#contactform { 
  position: relative; 
  z-index: 1; /* The z-index should be higher than Google Maps */
  width: 400px;
  margin: 260px auto 0;
  padding: 10px;
  background: black;
  height: auto;
  opacity: .75; /* Set the opacity for a slightly transparent Google Form */ 
  color: white;
}

.derechosreservados {
	position: relative;
	width:100%;
	height:50px;
	display:block;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	text-align:right;
	background-color:#000;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	font-weight:300;
	font-size:10px;

		
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1399px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
