* {
	padding: 0; 
	margin: 0; 
	border: 0; 
	text-decoration: none;
}
object, embed, a {
	outline:0
}
ul{
	list-style:none;
}
ul, ol {
	margin: 0px;
}

/*
font-family: 'Futura Std', 'Open Sans', sans-serif;

*/

html, body, #page, .alto100
	{
		height: 100%;
	}
html {
	/* min-width:1008px; Force non responsive */
}





body, td, th, p, div {
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	color: #fff;
	line-height: 130%;
}
body {
	background: #ffc650; 
	text-align: left; 
	/* min-width: 1008px; Force non responsive */
	font-size: 13px;
	/*-webkit-overflow-scrolling: none;	*/
	overflow-x: hidden;
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Open Sans', Arial, sans-serif;*/
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	line-height: 125%;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

small {
	
}

mark {
	background:none;
	font-weight:bold;
}

p {
	color: #444;
	font-size: 14px;
	font-weight: 300;
	line-height: 160%;
}

/* Links */
a {
	color: #5F5F60;
}
a:hover {
	text-decoration:none;
	color: #fc5b72;
}
a:focus {
	outline: none;
	text-decoration: inherit;
	color: inherit;
}



/* Form styles */
input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select {
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
	width: 100%;
	color: #e3002b;
	font-size: 14px; 
	border: 0;
	height: 45px;
	padding: 0 14px;
	line-height: 45px;
}
textarea {
	resize: none;
	height: 110px;
	padding: 10px 14px;
	line-height: 20px;
}
/* PLACEHOLDER */
input::-webkit-input-placeholder {
	color: #e3002b;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 45px;
} 
textarea::-webkit-input-placeholder {
	color: #e3002b;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
} 
input:-moz-placeholder {
	color: #e3002b;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	opacity: 1;
	line-height: 45px;
} 
textarea:-moz-placeholder {
	color: #e3002b;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	opacity: 1;
	line-height: 20px;
}
input::-moz-placeholder {
	color: #e3002b;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	opacity: 1;
	line-height: 45px;
} 
textarea::-moz-placeholder {
	color: #e3002b;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	opacity: 1;
	line-height: 20px;
}
input[type=submit] {
	cursor:pointer;
}
.select {
	position: relative;	
}
select {
	font-size: 14px;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 23px;
}
.select select::-ms-expand {
	display: none; /* to ie 10 */
}
:-moz-any(.select):after {
	background-color: #fff; /* this is necessary for overcome the caret default browser */
	pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
	z-index: 1; /* this is necessary for overcome the pseudo element */
}
.select:after {
	position: absolute;
	right: 1px;
	top: 1px;
	content: '';
	width: 43px;
	height: 43px;
	display: block;
	pointer-events: none;
	background: #e6e7e9 url(img/ico-select.png) no-repeat center center;	
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.select:hover:after {
	background-color: #ffc650;
}

.supermovil {
	display: none !important;
}

.noshow {
	display: none;
}

.image-responsive {
	width:100%;
	outline:#E6E6E6;
	background:#E6E6E6 url(img/loader.gif) center center no-repeat;
}


/* HELPERS */
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.v-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.h-center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.vh-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
/* Centrar / Cortar imagen en contenido */
.img-center {
  overflow: hidden;
  z-index: 1;
}
.img-center .fondo-imag {
  position:absolute;
  top:-50%;
  left:-50%;
  width:200%;
  height:200%;
}
.img-center .fondo-imag img {
  position:absolute;
  top: 50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:auto;
  min-width:50%;
  min-height:50%;
}
/* Fin */
.h-center-block {
	display: block;
	margin: 0 auto;
	height: 2px;
	max-width: 100%;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.nomarginlados {
	margin-left: 0px;
	margin-right: 0px;
}
.wide {
	width: 100%;
}
.block {
	display: block;
}
.inline {
	display: inline-block;
}
.nover {
	visibility: hidden;
}
.pausar {
	display: none;
}

/* Triangles */
.triangle-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.triangle-down.negro {
	border-top: 20px solid #000;
}

/* ANIMACION SUAVE */
.anim-suave {
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

/* COSAS LINDAS */
/* Cambiar color a la selección */
/* webkit, opera, IE9 */
::selection {
	background:#3fa1c7;
	color:#fff;
}
/* mozilla firefox */
::-moz-selection {
	background:#3fa1c7;
	color #fff;
}
/* Manito en los cliqueables */
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
	cursor: pointer;
}

/* Quita el borde feo a los input */
input[type="text"]:focus, textarea:focus, input[type="search"]:focus {
	outline: none;
}
/* Opacidad en todos los navegadores */
.cross-opacity {
	/* FF, Safari, Chrome, IE9 y 10 */
	opacity:0.7;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  /* IE8 */
	filter: alpha(opacity=70); /* IE 5-7  */
}

/* Rotar el texto */
.rotate {
	position: absolute;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

section {
	position: relative;
	z-index: 1;
}

.overlay {
	/*display: none;*/
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 120%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
}
.overlay.off {
	z-index: -1;
}

/* Contact */
#map_canvas {width: 100%; height: 520px;}
#mapCanvas img, #map_canvas img { max-width: none !important; box-shadow: none !important; width: auto; display:inline; }
#mapCanvas label, #map_canvas label { width: auto; display:inline; } 
#map_canvas embed { max-width: none; }
#map_canvas img { max-width: none; }
#map_canvas object { max-width: none; }