@charset "utf-8";

/* Contenidos
==================================================
	#1-Reset
	#2-Estilos Básicos
	#3-Tipografía
	#4-Links
	#5-Listas
	#6-Imagenes
	#7-Botones
	#8-Formularios
	#9-Estilos del sitio
	#10-Media Queries
	
/* #1-Reset
================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #2-Estilos Básicos
================================================== */
html {
   -webkit-text-size-adjust: none;
}
body {
	background:url(../images/background02.png) no-repeat center top #174382;
	background-attachment:fixed;
	color:#FFF;
	font: 16px/21px 'Open Sans', sans-serif;
}
/* #3-Tipografía
================================================== */
h1{
	font-size: 2em;
	line-height: 1.2em;
	color:#9FD9F7;
	font-weight: 700;
	margin: 20px 0;
}
h2{
	font-size:1.75em;
	line-height: 1em;
	color:#9FD9F7;
	margin: 20px 0;
	font-weight: 700;
}
h3{
	font-size:1.5em;
	line-height: 1em;
	color:#9FD9F7;
	margin: 20px 0;
	font-weight: 700;
}
p{
	margin: 10px 0;
}
i{
	font-style: italic;
}
ul{
	list-style: none;
}
/* #4-Links
================================================== */
a:link, a:visited{
	color:#FFF;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
  	-o-transition:all 0.3s ease-out;  /* Opera */
  	-moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
  	-ms-transition:all 0.3s ease-out;   /* Internet Explorer */
  	transition:all 0.3s ease-out;  /* W3C */
}
a:focus, a:hover, a:active{
	color: #9FD9F7;
	text-decoration: underline;
}
a.button{cursor: pointer;color: #ffffff; display: inline-block;padding: 6px 12px 6px 12px; font-size: 18px; background: #4AA9C3; font-weight: normal; text-transform: uppercase;}
a.button:hover{}
/* #5-Listas
================================================== */
/* #6-Imágenes
================================================== */
img{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
img.escalar-con-grilla {
	max-width: 100%;
	height: auto;
}
img.filete{
	border:2px solid #FFF;
}
/* #7-Botones
================================================== */
/* #8-Formularios
================================================== */
form{
	display:inline-block;
}
input, textarea{
	border:none;
	background-color:#e4e4e3; /*gris claro*/
	padding:0 3%;
	font-size:1em;
	font-family: 'Montserrat', Arial, sans-serif;
	height: 40px;
	width: 94%;
	margin-bottom: 10px;
	-webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
  	-o-transition:all 0.3s ease-out;  /* Opera */
  	-moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
  	-ms-transition:all 0.3s ease-out;   /* Internet Explorer */
  	transition:all 0.3s ease-out;  /* W3C */
  	color: #686868;
}
input.boton{
	height: 52px;
}
input[type="submit"] {
	cursor: pointer;
	width:100px;
	float:right;
	background: -webkit-linear-gradient(top, #efefef, #ddd);background: -moz-linear-gradient(top, #efefef, #ddd);
	background: -ms-linear-gradient(top, #efefef, #ddd);background: -o-linear-gradient(top, #efefef, #ddd);
	background: linear-gradient(top, #efefef, #ddd);
	color: #333;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);
}
input[type="submit"]:active {
	background: -webkit-linear-gradient(top, #ddd, #aaa);
	background: -moz-linear-gradient(top, #ddd, #aaa);
	background: -ms-linear-gradient(top, #ddd, #aaa);
	background: -o-linear-gradient(top, #ddd, #aaa);
	background: linear-gradient(top, #ddd, #aaa);
}
textarea{
	height: 130px;
	padding: 15px 3%;
}
label{
	display: inline-block;;
	margin-bottom: 5px;
}
#explicacion{
	display:none;
	float:left;
}
/* #9-Estilos del sitio
================================================== */
header{
	position: relative;
	height: 130px;
}
a#logo {
	position:absolute;
	top:50%;
	left: 0;
	width: 250px;
	height: 45px;
	margin-top: -37.5px;
}
ul.share{
	float: right;
	margin:10px 0 0;
	padding: 0;
	list-style: none;
}
ul.share li{
	position:relative;
	float:left;
	padding-right:5px;
}
li#phone{
	line-height:32px;
	height:32px;
	border-right:1px solid #FFF;
	margin-right:3px;
	padding-right:14px;
}
li#phone:before{
	content:"";
	background:url(../images/phone-icon.png) no-repeat left top;
	width:36px;
	height:32px;
	display:block;
	float:left;
}
nav{
	background-color:rgba(4,110,183,0.7);
	height: 50px;
	margin-bottom: 20px;
}
nav ul{
	display: inline-block;
	list-style: none;
	font-size: 1em;
}
nav ul li{
	float: left;
}
nav ul li a:link, nav ul li a:visited{
	color:#FFF;
	display: block;
	padding: 0 20px;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	line-height: 50px;
}
nav  ul li a:focus, nav  ul li a:hover, nav  ul li a:active{
	color: #FFF;
	background-color:#009FE3;
	text-decoration: none;
}
section#presentacion{
	text-align: center;
	margin:15px 0; 
	padding:20px 0;
	border-bottom:1px dashed #9FD9F7;
	border-top:1px dashed #9FD9F7;
}
section#present-empresa{
	border-bottom:1px dashed #9FD9F7;
	padding-bottom: 20px;
}
section#present-empresa img{
	float:left;
	margin:0px 10px 10px 0px;
	width:50%;
}
section#accesorios{
	margin-top:10px;
	text-align: center;
}
section#accesorios ul{
	list-style: disc;
	text-align: left;
	padding-left: 17px;
	font-size: 0.875em;
}
section#accesorios article{
	margin-top: 30px;
}
footer {
	background-color:rgba(51,51,51,0.8);
	text-align: center;
	padding:10px 0px;
	font-size:0.813em;
	margin: 40px 0 0;
}
footer a{
	text-decoration:underline;
	color:#ffffff; 
}
nav#secundaria{
	display: none;
}
#menu{
	display: none;
	background-color:rgba(51,51,51,0.8);
	width: 94%;
	height: 36px;
	position:absolute;
	left:0;
	top:0;
	z-index:10000;
	cursor:pointer;
	padding: 14px 3% 0;
}
/* #10-Media Queries
================================================== */
/* #Tablet (Portrait)*/

    /* Nota: Diseño para un ancho de 768px */

    @media only screen and (min-width: 820px) and (max-width: 1060px) {
		
    }


/*  #Mobile (Portrait)*/

    /* Note: Diseño para un ancho de 320px */

    @media only screen and (max-width: 819px) {	
    	.contenedor{
    		margin-top: 50px;
    	}
    	ul.share{
    		display: none;
    	}
    	a#logo {
			top:50%;
			left: 50%;
			width: 250px;
			height: 45px;
			margin-top: -37.5px;
			margin-left: -125px;
		}
    	#menu {
			display:block;
		}
		#menu img{
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
		}
		nav#principal{
			display:none;
		}
		nav#secundaria{
			text-align: center;
			display: none;
			position: absolute;
			top:50px;
			left:0;
			z-index:10000;
			height: 100%;
			width: 100%;
			background-color:rgba(51,51,51,0.8);
			padding: 30px 0;
		}
		nav#secundaria ul{
			width: 100%;
		}
		nav#secundaria ul li{
			float:none;
			width:100%;
			margin:5px 0;
		}
		nav#secundaria ul li a{
			display:inline-block;
			width: 100%;
			border:none;
			padding: 5px 0 !important;
		}	
    }


/* #Mobile (Landscape)*/

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 819px) {
		   
    }