@charset "UTF-8";
/* CSS Document */

/*import*/
@import url('reset.css');
@import url('css/slider.css');
@import url('http://fonts.googleapis.com/css?family=Carme');
@import url('http://fonts.googleapis.com/css?family=Armata');
@import url('http://fonts.googleapis.com/css?family=Sintony:400,700');
@import url('minimalect/minimalect.css');

/* =Global
----------------------------------------------- */
body, html { background: #FFFFFF; }
h1 { font-family: 'Armata', sans-serif; font-size: 36px; }
h2 { font-family: 'Armata', sans-serif; font-size: 30px; }
h3 { font-family: 'Armata', sans-serif; font-size: 26px; }
h4 { font-family: 'Armata', sans-serif; font-size: 20px; }
h5 { font-family: 'Sintony', sans-serif; font-size: 16px; }
h6 { font-family: 'Sintony', sans-serif; font-size: 12px; }
p { font-family: 'Sintony', sans-serif; font-size: 14px; }
p span { font-weight: 700; }
a { font-family: 'Armata', sans-serif; font-size: 12px; }
hr {
	border: 0;
	background-color: #E8E8E8;
	height: 1px;
}
table td { 
	width: auto;
	border-collapse: collapse !important; 
	font-family: "Arial", sans-serif !important;
	font-size: 11px !important;
	padding: 2px 1px !important;
	vertical-align: middle !important;
}



/* =Structure
----------------------------------------------- */
header {
	width: 100%;
	background: url('images/header_line_up.png') top center repeat-x;
	height: auto;
	float: left;
	text-align: center;
	padding: 26px 0 20px 0;
}
nav.headerNav {
	width: 100%;
	height: auto;
	float: left;
	z-index: 99;
	border-top: 2px solid #E8E8E8;
}
nav.footerNav {
	width: 60%;
	height: auto;
	float: left;
	display: inline;
}
section.slider {
	width: 100%;
	height: auto;
	float: left;
}
section.titleBar {
	width: 100%;
	height: 70px;
	float: left;
	background: #00A9BF;
 	/* Safari 4-5, Chrome 1-9 */
 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A9BF), to(#66CBD9));
 	/* Safari 5.1, Chrome 10+ */
 	background: -webkit-linear-gradient(top, #66CBD9, #00A9BF);
 	/* Firefox 3.6+ */
 	background: -moz-linear-gradient(top, #66CBD9, #00A9BF);
 	/* IE 10 */
 	background: -ms-linear-gradient(top, #66CBD9, #00A9BF);
 	/* Opera 11.10+ */
 	background: -o-linear-gradient(top, #66CBD9, #00A9BF);	
}
section.litoral,
section.norte,
section.cuyo,
section.centro,
section.patagonia {
	width: 100%;
	height: 70px;
	float: left;
	background: url('images/destination_litoral.jpg') top center no-repeat;
}
section.norte { background: url('images/destination_norte.jpg') top center no-repeat; }
section.patagonia { background: url('images/destination_patagonia.jpg') top center no-repeat; }
section.cuyo { background: url('images/destination_cuyo.jpg') top center no-repeat; }
section.centro { background: url('images/destination_centro.jpg') top center no-repeat; }

section.rate {
	width: 100%;
	height: 70px;
	float: left;
	background: #00A9BF;
	overflow: hidden;
}
section.zone {
	width: 100%;
	height: 60px;
	float: left;
	background: #007F8F;
	overflow: hidden;
}
section.map {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	/*background: url('images/background_home.jpg') bottom center no-repeat;*/
}
section.content {
	width: 100%;
	float: left;
	overflow: hidden;
	background: #FBFBFB;
	height: auto;
}
section.contentWhite {
	background: #FFFFFF;
	overflow: hidden;	
	float: left;
	width: 100%;
}
footer {
	width: 100%;
	height: auto;
	background: #002A30;
	border-top: 1px solid #00A9BF;
	overflow: hidden;
	float: left;
}
/*footer.administrator {
	width: 100%;
	background: #002A30;
	border-top: 1px solid #00A9BF;
	height: 176px;
	bottom: 0;
	left: 0;
	position: absolute;
}*/


/* =Header
----------------------------------------------- */


/* =Nav
----------------------------------------------- */
  /* el menú en si mismo */
#menuHeader {
	list-style-type: none;
	padding: 0;
	height: 40px; 
	width: auto;
	float: left;
	margin: 0 auto;
	left: 50%;
	position: relative;
}
/* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
#menuHeader br { display:none; }
/* cada item del menu */
#menuHeader li {
	display: block;
	float: left; /* la lista se ve horizontal */
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#menuHeader li a i.fa-caret-down { padding-left: 10px; }
#menuHeader li a {
	color: #5A5A5A;
	display: block;
	font-family: 'Carme', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	padding: 0 25px;
	margin: 6px 0;
	text-decoration: none;
	/* animamos el cambio de color de los textos */
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
/* eliminamos los bordes del primer y el último */
#menuHeader li:first-child a { border-left: none; }
#menuHeader li:last-child a{ border-right: none; }
/* efecto hover cambia el color */
#menuHeader li:hover > a { color: #5BA827; }
#menuHeader ul {
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	left: 0;
	margin: 0;
	opacity: 0; /* no son visibles */
	position: absolute;
	top: 40px; /* se ubican debajo del enlace principal */
	/* el color de fondo */
	background: #FFFFFF;
	/* animamos su visibildiad */
	-moz-transition: opacity .25s ease .1s;
	-webkit-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	z-index: 99;
}
/* son visibes al poner el cursor encima */
#menuHeader li:hover > ul { opacity: 1; }
/* cada un ode los items de los submenús */
#menuHeader ul li {
	height: 0; /* no son visibles */
	overflow: hidden;
	padding: 0;
	right: 0;
	/* animamos su visibildiad */
	-moz-transition: height .25s ease .1s;
	-webkit-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	}
#menuHeader li:hover > ul li {
	height: 36px; /* los mostramos */
	overflow: visible;
	padding: 0;
}
#menuHeader ul li a {
	border: none;
	margin: 0;
	/* el ancho dependerá de los textos a utilizar */
	padding: 4px 20px 6px 30px;
	width: 100px;
}
/* el último no tiene un borde */
#menuHeader ul li:last-child a { border: none; }


/* =Wrapper
----------------------------------------------- */
/*all html*/
.wrapperTitleBar {
	width: 960px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
	.title {
		width: auto;
		height: 54px;
		line-height: 40px;
		overflow: hidden;
		float: left;
		color: #FFFFFF;
		padding-top: 16px;
		text-shadow: 2px 2px #007F8F;
	}

/*home*/
.wrapperHome {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 40px auto 160px auto;
}
.wrapperHome h2 {
	color: #5BA827;
	text-shadow: 2px 2px #D5D5D5;
	line-height: 32px;
	padding-bottom: 20px;
}
.wrapperHome h3 {
	color: #00A9BF;
	text-shadow: 2px 2px #D5D5D5;
	padding-top: 60px;
	line-height: 28px;
	padding-bottom: 20px;
}
.wrapperHome h4 {
	color: #00A9BF;
	line-height: 22px;
	padding: 30px 0 10px 0;
	text-shadow: 2px 2px #D5D5D5;
}
.wrapperHome p {
	line-height: 24px;
}
	article.welcome, article.service {
		width: 580px;
		height: auto;
		float: left;
		overflow: hidden;
		padding: 0 40px 0 10px
	}

	aside.home {
		width: 260px;
		height: auto;
		overflow: hidden;
		background: #F5F5F5;
		border: 1px solid #E5E5E5;
		padding: 20px;
	}

	aside.home h4 {
		 padding: 0 0 10px 0;
	}
	aside.home h5 {
		padding-bottom: 10px;
		color: #5BA827;
		text-shadow: 1px 1px #D5D5D5;
		border-bottom: 1px solid #D5D5D5;
		margin-bottom: 10px;
	}
	
	/*iconos*/
	.fa-exclamation-circle { padding-right: 10px; }


/*destination*/
.wrapperDestination {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 60px auto 180px auto;
}
	.wrapperLitoral,
	.wrapperCentro,
	.wrapperCuyo,
	.wrapperPatagonia,
	.wrapperNorte {
		width: 960px;
		height: auto;
		position: relative;
		margin: 0 auto;
	}
		.wrapperLitoral .title,
		.wrapperCentro .title,
		.wrapperCuyo .title,
		.wrapperPatagonia .title,
		.wrapperNorte .title {
			width: auto;
			height: 66px;
			line-height: 40px;
			overflow: hidden;
			float: left;
			color: #FFFFFF;
			padding-top: 14px;
			text-shadow: 2px 2px #000000;
		}
	/*aside*/
	aside.map_image {
		width: 190px;
		height: auto;
		overflow: hidden;
		float: left;
		margin-right: 40px; 
	}
		#map {
			width: 190px;
			height: 190px;
			overflow: hidden;
			float: left;
			margin-bottom: 1px;
		}
		aside.map_image img { margin: 1px 0; float: left; }
	
	/*itinerario*/
	article.destination {
		width: 730px;
		height: auto;
		overflow: hidden;
		float: left;
	}
		article.destination h3 {
			color: #00A9BF;
			text-shadow: 2px 2px #D5D5D5;
			line-height: 28px;
			padding-bottom: 15px;
			display: inline-block;
			line-height: 38px;
			width: 90%;
		}
		article.destination h4 {
			color: #5BA827;
			line-height: 22px;
			text-shadow: 2px 2px #D5D5D5;
			text-transform: uppercase;
			margin: 30px 0 5px 0;
		}
		article.destination h5 {
			color: #FFFFFF;
			line-height: 18px;
			padding: 3px;
			display: inline-block;
			background: #00A9BF;
			text-transform: uppercase;
			margin: 20px 0 5px 0;
		}
		article.destination p { line-height: 24px; }
		article.destination ul { list-style: none; padding: 0 0 12px 12px; }
		article.destination li { 
			font-size: 14px;
			font-family: 'Sintony', sans-serif;
			line-height: 24px;
		}

		.fa-print {
			font-size: 22px;
			float: right;
			margin-top: 8px;
		}
		article.destination a { color: #00A9BF; }
		article.destination a:hover { color: #007F8F; }

/*agency*/
.wrapperFormAgency {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 60px auto 180px auto;
}


/*contact*/	
section.map #mapContact {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.wrapperContact {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 60px auto 180px auto;
}
	article.contact {
		width: 630px;
		height: auto;
		overflow: hidden;
		float: left;
	}

	/*aside*/
	aside.dates {
		width: 290px;
		height: auto;
		overflow: hidden;
		float: right;
		margin-left: 40px;
	}
	aside.dates h5 {
		color: #FFFFFF;
		line-height: 18px;
		padding: 2px 4px;
		display: inline-block;
		background: #838383;
		text-transform: uppercase;
		margin: 20px 0 5px 0;
	}
	aside.dates h5:first-child { margin-top: 0; }
	aside.dates p { line-height: 18px; }
	aside.dates a { color: #5BA827; cursor: pointer; }
	aside.dates a:hover { color: #447E1D; text-decoration: none; }

/*rate*/
.wrapperRateAdmin,
.wrapperRate {
	width: 959px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
	article.rateAdmin,
	article.rate,
	article.promotionsAdmin {
		margin: 40px auto 180px auto;
		width: auto;
		height: auto;
		float: left;
		overflow: hidden;
	}
	article.rateAdmin, article.rate { padding-left: 1px; }

	article.newPromotions {
		width: 500px;
		height: auto;
		overflow: hidden;
		float: left;
	}


/*select*/
.selectPromotions,
.selectRate,
.selectZoneAdmin,
.selectDestination {
	width: auto;
	height: auto;
	float: left;
	margin: 20px 0 0 30px;
}

/*volver al menu*/
.sign-out {
	width: auto;
	height: auto;
	float: right;
	overflow: hidden;
	margin-top: 25px;
}
.sign-out a { text-decoration: none; color: #FFFFFF; }
.sign-out a:hover { color: #007F8F; }

/*agregar promocion*/
.new {
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
}
.new a {
	color: #5A5A5A;
	position: relative;
	text-decoration: none;
	width: auto;
	height: auto;
	background: #FFFFFF;
	float: left;
	overflow: hidden;
	margin: 20px 0 0 30px;
	padding: 9px 10px 8px 10px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new a:hover { color: #00A9BF; }

/*iconos*/
.fa-plus { margin-right: 5px; }

/*promotions*/
.wrapperTitlePromotions {
	width: 100%;
	height: 54px;
	float: left;
	background: #007F8F;
	overflow: hidden;
	margin-bottom: 20px;
}
	.wrapperTitlePromotions .titlePromotions {
		width: 960px;
		height: 46px;
		line-height: 40px;
		overflow: hidden;
		color: #FFFFFF;
		padding-top: 7px;
		text-shadow: 2px 2px #002A30;
		margin: 0 auto;
	}
	.wrapperTitlePromotions .titlePromotions h3 {
		float: left;
		width: 80%;
	}
	.wrapperTitlePromotions .arrow-circle {
		width: 10%;
		height: auto;
		float: right;
		overflow: hidden;
		margin-top: 5px;
		text-align: right;
		padding-right: 2px;
	}
	.arrow-circle a { text-decoration: none; color: #CCEEF2; }
	.arrow-circle a:hover { color: #99DDE5; }

.wrapperPromotions, .wrapperPromotionsAdmin {
	width: 960px;
	margin: 30px auto 160px auto;
	overflow: hidden;
}
	.grid figure {
		width: 460px;
		overflow: hidden;
		margin: 10px 10px;
		border-radius: 6px 6px 0px 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		display: block;
	}
	article.preview {
		width: 460px;
		height: auto;
		overflow: hidden;
		border-radius: 6px 6px 0px 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
	 }
	article.preview h4 { color: grey; padding-bottom: 20px; }
		table.promo {
			width: 100% !important;
		}
		table.promo td {
			padding: 0px !important;
		}		
		table.promo td.place {
			font-family: 'Sintony', sans-serif !important;
			font-size: 18px !important;
/*			background: #5BA827 !important;*/
			background: #5BA827;
		 	/* Safari 4-5, Chrome 1-9 */
		 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5BA827), to(#9DCB7D));
		 	/* Safari 5.1, Chrome 10+ */
		 	background: -webkit-linear-gradient(top, #9DCB7D, #5BA827);
		 	/* Firefox 3.6+ */
		 	background: -moz-linear-gradient(top, #9DCB7D,#5BA827);
		 	/* IE 10 */
		 	background: -ms-linear-gradient(top, #9DCB7D, #5BA827);
		 	/* Opera 11.10+ */
		 	background: -o-linear-gradient(top, #9DCB7D, #5BA827);	
			color: #FFFFFF !important;
			line-height: 20px !important;
			padding: 10px 6px !important;
			font-weight: 400 !important;
			text-shadow: 2px 2px #2E5414 !important;
			width: 100% !important;
		}
		.iconos {  
			line-height: 20px !important;
			display: inline;
			float: right;
			margin: 0 6px;
		}
		.iconos a {
			color: #FFFFFF !important;
			font-weight: 400 !important;
			font-size: 18px !important;
			text-shadow: none;
		}
		table.promo td.image { padding: 0px !important; }		
		table.promo td.description {
			font-family: 'Sintony', sans-serif !important;
			font-size: 12px !important;
			color: #5A5A5A !important;
			line-height: 16px !important;
			padding: 6px !important;
			border-bottom: 1px solid #D0D0D0 !important;
		}
		table.promo td.hotel, table.promo td.introHotel {
			font-family: 'Sintony', sans-serif !important;
			font-size: 12px !important;
			color: #5A5A5A !important;
			line-height: 14px !important;
			padding: 3px 6px !important;
			border-bottom: 1px dotted #E0E0E0 !important;
			font-weight: 700 !important;
			width: 40% !important;
		}
		table.promo td.option, table.promo td.introOption {
			font-family: 'Sintony', sans-serif !important;
			font-size: 12px !important;
			color: #5A5A5A !important;
			line-height: 14px !important;
			padding: 3px 6px;
			border-bottom: 1px dotted #E0E0E0 !important;
			font-weight: 700 !important;
			text-align: center !important;
			width: 20% !important;
		}
		table.promo td.introHotel, table.promo td.introOption { font-weight: 400 !important; border-bottom: 1px solid #E0E0E0 !important; }



/*zone*/
.wrapperZone {
	width: 960px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
	.wrapperZone .title {
		width: auto;
		height: 46px;
		line-height: 40px;
		overflow: hidden;
		float: left;
		color: #FFFFFF;
		padding-top: 10px;
		text-shadow: 2px 2px #002A30;
	}
	.wrapperZone .error {
		width: auto;
		color: #99DDE5;
		float: right;
		font-family: 'Sintony', sans-serif;
		font-size: 12px;
		padding: 6px;
		border-radius: 2px;
		margin-top: 18px;
	}
	.uploadZoneAdmin {
		width: auto;
		height: auto;
		float: left;
		margin: 23px 0 0 30px;
	}

/*dashboard*/
.wrapperDashboard {
	width: 960px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
	article.dashboard {
		width: 420px;
		height: auto;
		margin: 40px auto 180px auto;
		border: 1px solid #E8E8E8;
		background: #FBFBFB;
		overflow: hidden;
		clear: both;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 30px 20px;
		text-align: center;
		background: #FBFBFB;
	 	/* Safari 4-5, Chrome 1-9 */
	 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FBFBFB));
	 	/* Safari 5.1, Chrome 10+ */
	 	background: -webkit-linear-gradient(top, #FBFBFB, #F0F0F0);
	 	/* Firefox 3.6+ */
	 	background: -moz-linear-gradient(top, #FBFBFB, #F0F0F0);
	 	/* IE 10 */
	 	background: -ms-linear-gradient(top, #FBFBFB, #F0F0F0);
	 	/* Opera 11.10+ */
	 	background: -o-linear-gradient(top, #FBFBFB, #F0F0F0);	
	}
	article.dashboard h3 {
		color: #5BA827;
		text-shadow: 2px 2px #D5D5D5;
		padding-bottom: 12px;
		text-align: left;
	}
	article.dashboard h6 {
		color: #5A5A5A;
		line-height: 14px;
		margin-top: 20px;
		display: block;
	}
	article.dashboard a.dash {
		display: inline-block;
		padding: 12px 15px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #00A9BF;
		color: #FFFFFF;
		margin: 10px 0;
		text-decoration: none;
		font-size: 14px;
		line-height: 16px;
		border: 1px solid #007F8F;
		text-shadow: 1px 1px 1px #007F8F;
		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		-o-transition: background .2s ease-in-out;
		-ms-transition: background .2s ease-in-out;
		transition: background .2s ease-in-out;
	}
	article.dashboard a.dash:hover { background: #33BACC; }
	article.dashboard a.closeSession { color: #5A5A5A; text-decoration: none; text-shadow: 1px 1px 1px #FFFFFF; }
	article.dashboard a.closeSession:hover { color: #5BA827; text-decoration: underline; }
	.fa-power-off { padding-right: 10px; color: #5A5A5A; text-shadow: 1px 1px 1px #FFFFFF; }


/*not avaible*/
.notAvailable {
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
}

.notAvailable h4 {
	color: #5A5A5A;
	border: 1px solid #E9E9E9;
	background: #FBFBFB;
	display: inline-block;
	padding: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*iconos*/
.notAvailable .fa-exclamation-triangle { color: #E8C239; padding-right: 18px; }



/* =Slider
----------------------------------------------- */
.cbp-fwslider li.centro, .cbp-fwslider li.cuyo,
.cbp-fwslider li.litoral, .cbp-fwslider li.norte,
.cbp-fwslider li.patagonia { height: 400px;}
.cbp-fwslider li.centro { background: url('images/slider_centro.jpg') top center no-repeat; padding-top: 100px; }
.cbp-fwslider li.cuyo { background: url('images/slider_cuyo.jpg') top center no-repeat; }
.cbp-fwslider li.litoral { background: url('images/slider_litoral.jpg') top center no-repeat; }
.cbp-fwslider li.norte { background: url('images/slider_norte.jpg') top center no-repeat; }
.cbp-fwslider li.patagonia { background: url('images/slider_patagonia.jpg') top center no-repeat; }
.cbp-fwslider li .sliderContent {
	max-width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
.cbp-fwslider li .sliderContent div {
	display: block;
	overflow: hidden;
}
.cbp-fwslider li h1 {
	color: #FFFFFF;
	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
	font-weight: 700;
	line-height: 40px;
	background: rgba(255,255,255,.5);
	display: inline-block;
	padding: 6px;
	float: left;
	border-left: 5px solid #FFFFFF;
}
.cbp-fwslider li a {
	color: #000000;
	font-weight: 400;
	line-height: 12px;
	background: #00A9BF;
	display: inline-block;
	padding: 6px;
	margin-top: 2px;
	text-transform: lowercase;
	text-decoration: none;
	border-left: 5px solid #66CBD9;
	/* animamos el cambio de color de los textos */
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.cbp-fwslider a:hover { background: #66CBD9; }

/*icons*/



/* =Form
----------------------------------------------- */
/*Home*/
form.formHome {
	width: auto;
	height: auto;
	float: right;
}
	form.formHome fieldset {
		width: auto;
		height: auto;
		float: left;
		padding: 0 15px;
	}
		form.formHome input {
			width: 180px;
			background: #FFFFFF;
			border: 1px solid #D5D5D5;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-size: 16px;
			height: 28px;
			line-height: 18px;
			outline: 0 none;
			padding-left: 12px;
			margin-top: 18px;
		}
		form.formHome button {
			width: 140px;
			background: #D5D5D5;
			border: 1px solid #B1B1B1;
			color: #5A5A5A;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-family: 'Armata', sans-serif;
			font-size: 16px;
			height: 32px;
			line-height: 18px;
			outline: 0 none;
			margin-top: 18px;
			cursor: pointer;	
		}
		form.formHome button:hover {
			color: white;
			background: #007F8F;
			border-color: #005560;
		}

		/*icons*/
		form.formHome .fa-user,
		form.formHome .fa-key { 
			color: #FFFFFF; 
			font-size: 20px; 
			padding-right: 10px;
			vertical-align: middle;
		}


/*Agency*/
form.formAgency {
	width: 460px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #E8E8E8;
	background: #FFFFFF;
	overflow: hidden;
	clear: both;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 25px 0;
}
form.formAgency h3 {
	color: #5BA827;
	text-shadow: 2px 2px #D5D5D5;
	line-height: 28px;
	padding-bottom: 12px;	
}
form.formAgency h6 {
	color: #5A5A5A;	
	line-height: 16px;
}
form.formAgency h6 span {
	color: #00A9BF;
	font-weight: 700;	
}
form.formAgency a {
	color: #5BA827;
	text-decoration: none;
}
form.formAgency a:hover {
	text-decoration: underline;
}
	form.formAgency fieldset {
		width: 400px;
		height: auto;
		float: left;
		margin: 5px 30px;
	}
		form.formAgency label {
			width: 30px;
			height: auto;
			float: left;
			text-align: left;
		}	
		form.formAgency input {
			width: 300px;
			background: #FFFFFF;
			border: 1px solid #D5D5D5;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-size: 16px;
			height: 32px;
			line-height: 18px;
			outline: 0 none;
			padding-left: 12px;
		}
		form.formAgency button {
			width: 100px;
			background: #D5D5D5;
			border: 1px solid #B1B1B1;
			color: #5A5A5A;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-family: 'Armata', sans-serif;
			font-size: 16px;
			height: 37px;
			line-height: 18px;
			outline: 0 none;
			margin-top: 12px;
			cursor: pointer;	
		}
		form.formAgency button:hover {
			color: #FFFFFF;
			background: #5BA827;
			border-color: #447E1D;
		}

		/*icons*/
		form.formAgency .fa-user,
		form.formAgency .fa-key { 
			color: #00A9BF; 
			font-size: 20px; 
			padding-top: 10px;
		}
		.fa-check-circle-o {
			color: #00A9BF;
			padding-right: 3px; 
		}

/*contact*/
form#formContact {
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
}
	form#formContact fieldset.horizontal {
		width: auto;
		height: auto;
		overflow: hidden;
		float: left;
	}
	form#formContact fieldset.left {
		width: 50%;
		height: auto;
		overflow: hidden;
		float: left;
	}	
		form#formContact label {
			width: 100%;
			height: auto;
			float: left;
			margin-bottom: 4px;
			font-family: 'Sintony', sans-serif;
			font-size: 12px;
			line-height: 14px;
		}	
		form#formContact input.large,
		form#formContact input.short {
			width: 450px;
			background: #FFFFFF;
			border: 1px solid #D5D5D5;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-size: 16px;
			height: 32px;
			line-height: 18px;
			outline: 0 none;
			padding-left: 12px;
			margin-bottom: 16px;
			font-size: 14px;
		}
		form#formContact input.short { width: 270px; margin-bottom: 16px; }
		form#formContact textarea {
			width: 450px;
			height: auto;
			background: #FFFFFF;
			border: 1px solid #D5D5D5;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-size: 16px;
			line-height: 18px;
			outline: 0 none;
			padding: 12px;
			margin-bottom: 16px;	
			font-family: 'Sintony', sans-serif;
			font-size: 14px;					
		}
		form#formContact select {
			display: block;
			margin-bottom: 16px;
		}
		form#formContact button {
			width: 80px;
			background: #D5D5D5;
			border: 1px solid #B1B1B1;
			color: #5A5A5A;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-family: 'Armata', sans-serif;
			font-size: 14px;
			height: 32px;
			line-height: 16px;
			outline: 0 none;
			margin-top: 12px;
			cursor: pointer;	
		}
		form#formContact button:hover {
			color: #FFFFFF;
			background: #5BA827;
			border-color: #447E1D;
		}


/*administrator*/
form.formZoneAdmin {
	float: left;
}
	form.formZoneAdmin fieldset {
		float: left;
		display: inline;
	}
		form.formZoneAdmin label {
			font-family: 'Armata', sans-serif;
			margin-right: 15px;
			font-size: 14px;
			line-height: 16px;
			color: #FFFFFF;
			text-shadow: 2px 2px #002A30;
		}

		form.formZoneAdmin input[type="file"] {
			font-family: 'Sintony', sans-serif;
			color: #FFFFFF;
			background: #007F8F;
			border: 0;
		}


/*new promotions*/
form#formNewPromotions {
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
}
	form#formNewPromotions fieldset {
		width: 500px;
		height: auto;
		overflow: hidden;
	}
		form#formNewPromotions label {
			width: 100%;
			height: auto;
			float: left;
			margin-bottom: 4px;
			font-family: 'Sintony', sans-serif;
			font-size: 12px;
			line-height: 14px;
		}	
		form#formNewPromotions input {
			width: 90%;
			background: #FFFFFF;
			border: 1px solid #D5D5D5;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-size: 16px;
			height: 32px;
			line-height: 18px;
			outline: 0 none;
			padding-left: 12px;
			margin-bottom: 16px;
			font-size: 14px;
		}
		form#formNewPromotions input { width: 270px; margin-bottom: 16px; }
		form#formNewPromotions textarea {
			width: 90%;
			height: auto;
			background: #FFFFFF;
			border: 1px solid #D5D5D5;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-size: 16px;
			line-height: 18px;
			outline: 0 none;
			padding: 12px;
			margin-bottom: 16px;	
			font-family: 'Sintony', sans-serif;
			font-size: 14px;					
		}
		form#formNewPromotions select {
			display: block;
			margin-bottom: 16px;
		}
		form#formNewPromotions button {
			background: #D5D5D5;
			border: 1px solid #B1B1B1;
			color: #5A5A5A;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
			font-family: 'Armata', sans-serif;
			font-size: 14px;
			height: 32px;
			line-height: 16px;
			outline: 0 none;
			margin-top: 12px;
			cursor: pointer;
			padding: 0 8px;	
		}
		form#formNewPromotions button:hover {
			color: #FFFFFF;
			background: #5BA827;
			border-color: #447E1D;
		}

		/*icons*/
		.fa-plus-circle { color: #5BA827; }
		.fa-minus-circle { color: #B61912; cursor: pointer; }



/* =Masonry
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
	}

.clearfix {
	*zoom: 1;
}



/* =Image
----------------------------------------------- */


/* =Footer
----------------------------------------------- */
.wrapperFooter {
	width: 960px;
	height: auto;
	margin: 40px auto;
	position: relative;
}
	nav.footerNav ul {
		width: 100%;
		overflow: hidden;
		float: left;
		display: inline;
	}
	nav.footerNav li {
		width: auto;
		height: auto;
		color: #007F8F;
		display: block;
		font-family: 'Carme', sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 400;
		padding-right: 24px;
		float: left;
	}
	nav.footerNav li a { color: #007F8F; text-decoration: none; }
	nav.footerNav li a:hover { color: #33BACC; }
	.logos {
		width: 40%;
		overflow: hidden;
		float: right;
		display: inline;
		text-align: right;
	}
	.logos img { padding-left: 12px; border: 0; }
	.copyright {
		clear: both;
		display: block;
		overflow: hidden;
		padding: 20px 0 40px 0;
		line-height: 18px;
		color: #E8E8E8;
	}
	.design, .icons {
		width: 50%;
		overflow: hidden;
		float: left;
		padding: 40px 0 20px 0;
		display: inline;
	}
	.icons { text-align: right; }
	.design a { color: #005560; text-decoration: none; }
	.design a:hover { color: #33BACC; }

	/*iconos*/
	.fa-html5, .fa-css3, .fa-apple { color: #005560; margin-left: .3em; }


/* =Responsive Structure
----------------------------------------------- */