/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
@font-face {
    font-family: 'gotbold';
    src: url('../fonts/got-bold-webfont.eot');
    src: url('../fonts/got-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/got-bold-webfont.woff') format('woff'),
         url('../fonts/got-bold-webfont.ttf') format('truetype'),
         url('../fonts/got-bold-webfont.svg#gotbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotmedium';
    src: url('../fonts/got-medium-webfont.eot');
    src: url('../fonts/got-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/got-medium-webfont.woff') format('woff'),
         url('../fonts/got-medium-webfont.ttf') format('truetype'),
         url('../fonts/got-medium-webfont.svg#gotmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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; }
		img { vertical-align:top;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	background-color: rgba(62,75,66,1);
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p {
	margin: 0 0 20px 0;
}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
	font-family: gotmedium, "Arial Black", Gadget, sans-serif;
	background-color: #f15a24;
	background-position: top;
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	color: #FFF;
	background: #ddd; /* Old browsers */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background-color: #D1440E;
	background-position: top;
}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #f15a24; /* W3C */
}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff;
}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
	textarea {
		min-height: 60px; }
	label,
	legend {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


.container .header-home {
	background-image: url(../images/home-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 455px;
}
.logo {
	padding-top: 20px;
}
.container nav ul li {
	display: inline;
}
.container nav ul {
	padding-top: 40px;
}
.container nav ul li a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	font-family: gotbold, "Arial Black", Gadget, sans-serif;
	font-size: 13px;
}
.container .frase {
	text-align: center;
	margin-top: 75px;
}
.container .frase h1 {
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-size: 58px;
	font-family: gotbold, "Arial Black", Gadget, sans-serif;
}
.container .frase h2 {
	font-size: 35px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-family: gotbold, "Arial Black", Gadget, sans-serif;
}
.container .frase h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-family: gotbold, "Arial Black", Gadget, sans-serif;
}
.container .frase-2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgba(255,255,255,1);
	font-size: 20px;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 28px;
}
.container .footer {
	background-color: rgba(0,0,0,1);
}
.footer-empresa {
	color: rgba(255,255,255,1);
	font-family: gotmedium, "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-agencia a {
	font-family: gotmedium, "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.container nav ul li .login {
	color: rgba(0,0,0,1);
}
.container .header {
	background-image: url(../images/interior-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 198px;
}
.container h2 {
	font-family: gotbold, "Arial Black", Gadget, sans-serif;
	font-size: 23px;
	color: rgba(51,51,51,1);
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
}
.container div .sixteen.columns .six.columns.alpha.offset-by-one h2 {
	font-family: gotbold, "Arial Black", Gadget, sans-serif;
	font-size: 23px;
	color: rgba(51,51,51,1);
	text-transform: uppercase;
	line-height: 30px;
	text-align: left;
}
.container h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: rgba(51,51,51,1);
	line-height: 27px;
}

.container h5 {
	font-size: 12px;
	color: rgba(51,51,51,1);
	font-family: gotbold, "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
}
form .input {
	width: 340px;
	background-color: #e6e6e6;
}
.container nav ul li a.active {
	color: rgba(255,102,0,1);
}
.nine.columns.omega img {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

p.naranja strong {
	color: rgba(255,51,0,1);
}

/* Animacion 
=========================================*/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
	0% {opacity: 0;	-webkit-transform: translateY(-150px);}
	100% {opacity: 1;-webkit-transform: translateY(0px);}
}
@-moz-keyframes fadeInDown {
	0% {opacity: 0; -moz-transform: translateY(-150px);}
	100% {opacity: 1;-moz-transform: translateY(0px);}
}
@-o-keyframes fadeInDown {
	0% { opacity: 0;	-ms-transform: translateY(-150px);}
	100% {opacity: 1; -ms-transform: translateY(0px);}
}
@keyframes fadeInDown {
	0% {opacity: 0;	transform: translateY(-150px);}
	100% {opacity: 1; transform: translateY(0px);}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.one {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.two {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.three {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.four {
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.five {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.two-seconds {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.two-half-seconds {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.three-seconds {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}
h2 span {
	font-size: 14px;
	font-family: gotbold, "Arial Black", Gadget, sans-serif;
	line-height: 14px;
}
.container .eight.columns.offset-by-four h2 {
	line-height: 20px;
}
