/*
* 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
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
	body{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000;
}
	.sombra-container {
		position: absolute;
		height: 100%;
		width: 100%;
		box-shadow: 0px 0px 10px #000;
		-moz-box-shadow: 0px 0px 10px #000;
		-ms-box-shadow: 0px 0px 10px #000;
		-o-box-shadow: 0px 0px 10px #000;
		-webkit-box-shadow: 0px 0px 10px #000;
		z-index: -10;
		top: 0px;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: 'YanoneKaffeesatzRegular';
		font-weight: normal; }
	#info-seccion h1, #info-seccion h2, #info-seccion h3, #info-seccion h4, #info-seccion h5, #info-seccion h6 		{color: #7d421e;
		text-shadow:1px 1px 1px rgba(0,0,0,0.5);
		-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.5);
		-ms-text-shadow:1px 1px 1px rgba(0,0,0,0.5);
		-o-text-shadow:1px 1px 1px rgba(0,0,0,0.5);
		-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.5);
		}
	#pie-sitio h1, #pie-sitio h2, #pie-sitio h3, #pie-sitio h4, #pie-sitio h5, #pie-sitio h6 {
		color: #a78d6c;}	
	hr { border: none; clear: both; margin: 10px 0 30px; height: 0; }
	hr.div1 { border: solid #acb28b; border-width: 1px 0 0; clear: both; margin: 0px ; height: 0; }
/* #Page Styles
================================================== */
	#logotipo {
		background-image: url(../imagenes/logo.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
		height: 145px;
		width: 207px;
		margin: 75px auto -25px auto;
		position: relative;
		z-index: 100;
	}
	#navegacion-sitio{
		background: #673b24; /* Old browsers */
		background: -moz-linear-gradient(top,  #673b24 0%, #442518 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#673b24), color-stop(100%,#442518)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #673b24 0%,#442518 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #673b24 0%,#442518 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #673b24 0%,#442518 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #673b24 0%,#442518 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673b24', endColorstr='#442518',GradientType=0 ); /* IE6-9 */
		/* [disabled]padding:0px 10px; */
		/* [disabled]margin-left: -10px; */
		box-shadow: 0px 0px 7px #000;
	}	
	#navegacion-sitio li {
	display: table-cell;
	font-family: YanoneKaffeesatzRegular;
	font-size: 26px;
	background-image: url(../imagenes/fx-nav.jpg);
	background-repeat: repeat-x;
	background-position: center 100px;
	-webkit-transition: background-position 0.2s ease-in-out;
	-moz-transition: background-position 0.2s ease-in-out;
	-o-transition: background-position 0.2s ease-in-out;
	transition: background-position 0.2s ease-in-out;
	line-height: 26px;
	text-align: center;
	}
	#navegacion-sitio li:hover {
		background-position: center bottom;
		-webkit-transition: background-position 0.2s ease-in-out;
		-moz-transition: background-position 0.2s ease-in-out;
		-o-transition: background-position 0.2s ease-in-out;
		transition: background-position 0.2s ease-in-out;
	}
	#navegacion-sitio ul {
	display: table-row;
	text-align: center;
	}
	#navegacion-sitio li a {
	display: block;
	padding: 25px 24px;
	color: #ba9b73;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}
	#slide-top img{
		display: block;
		width: 100%;
	}
	#slide-top {
		position: relative;
		margin: 10px 0px;
	}
#slide-top-sitio  {
		background-color: #e5eeb9;
	}
#info-seccion  {
	background: #e5eeb9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5eeb9 1%, #c1c69b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e5eeb9), color-stop(100%,#c1c69b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5eeb9 1%,#c1c69b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5eeb9 1%,#c1c69b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5eeb9 1%,#c1c69b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5eeb9 1%,#c1c69b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5eeb9', endColorstr='#c1c69b',GradientType=0 ); /* IE6-9 */

	padding-top: 15px;
}
#info-seccion h1 , #info-seccion p{
	margin-left: 20px;
	}
	.conte-img {
		display: inline-block;
		background-image: url(../imagenes/sombra-imagenes.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-bottom: 23px;
		margin: 10px;
	}
	.conte-img .img {
		background-color: #532e1b;
		padding: 12px;
	}


#info-seccion .galeria-fotos .conte-img{
	margin: 5px;
	}
#info-seccion .galeria-fotos .conte-img .img,
#info-seccion .galeria-fotos .conte-img .img a {
	width:120px;
	height:120px;
	overflow:hidden;
	display:block;
}
	.destacado{
	background: #673b24; /* Old browsers */
	background: -moz-linear-gradient(top,  #673b24 0%, #442518 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#673b24), color-stop(100%,#442518)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #673b24 0%,#442518 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #673b24 0%,#442518 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #673b24 0%,#442518 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #673b24 0%,#442518 100%); /* W3C */


		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673b24', endColorstr='#442518',GradientType=0 ); /* IE6-9 */
	font-family: 'YanoneKaffeesatzLight';
	color: #a78d6c;
	font-size: 27px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-ms-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin-left: -10px;
	padding: 15px 0px 15px 40px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-ms-box-shadow: 0px 0px 10px #000;
	-o-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	}

	.destacado img.logo-wifi {
		vertical-align: middle;
		margin-right: 20px;
	}


	#pie-sitio {
	background: #56301c; /* Old browsers */
	background: -moz-linear-gradient(top,  #56301c 0%, #2b180e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56301c), color-stop(100%,#2b180e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #56301c 0%,#2b180e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #56301c 0%,#2b180e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #56301c 0%,#2b180e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #56301c 0%,#2b180e 100%); /* W3C */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56301c', endColorstr='#2b180e',GradientType=0 ); /* IE6-9 */
	color: #a78d6c;
	font-size: 14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	-ms-text-shadow: 1px 1px 0px rgba(0,0,0,0.5));
	-o-text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	}
#pie-sitio a , .copy a{
	color: #CFC1AF;
	text-decoration: none;
}
#pie-sitio a:hover , .copy a: hover{
	color: #FFF;
	text-decoration: none;
}


#pie-sitio .one-third {
	position: relative;
	padding: 25px 0px;
}

#pie-sitio li .facebook {
	vertical-align: middle;
	margin-right: 10px;
}

	.copy {
	background-color: #000;
	padding: 10px;
	font-size: 10px;
	width: 230px;
	text-align: center;
	margin: 25px auto;
	border-radius: 15px;
	color: #CCC;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-ms-box-shadow: 0px 0px 10px #000;
	-o-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	}
	.logo-pie {
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../imagenes/logo-pie.png);
		height: 94px;
		width: 140px;
	}
	#mapa_ubicacion {
		display: block;
		height: 450px;
		position: relative;
		width: 100%;
	}
	#formulario label {
	margin-bottom: 5px;
	display: inline-block;
	width: 120px;
	text-align: right;
	font-size: 15px;
	font-weight: 500;
}
#formulario input, #formulario textarea{
	display:inline-block;
	vertical-align:top;
	background: rgb(180,186,137); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,186,137,1) 0%, rgba(165,168,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,186,137,1)), color-stop(100%,rgba(165,168,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,186,137,1) 0%,rgba(165,168,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,186,137,1) 0%,rgba(165,168,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,186,137,1) 0%,rgba(165,168,124,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,186,137,1) 0%,rgba(165,168,124,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ba89', endColorstr='#a5a87c',GradientType=0 ); /* IE6-9 */
	padding:7px;
	border: none;
	color:#000;
	}
#formulario input:focus, #formulario textarea:focus{
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	}
#formulario .fila-form {
	position: relative;
	display:block;
}
label.error{
	position: absolute;
	top: 7px;
	left: 430px;
	padding-left: 15px;
	background-image: url(../imagenes/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	}
#formulario input[type="submit"], #formulario input[type="reset"]{
	background: #56301c; /* Old browsers */
	background: -moz-linear-gradient(top,  #56301c 0%, #2b180e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56301c), color-stop(100%,#2b180e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #56301c 0%,#2b180e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #56301c 0%,#2b180e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #56301c 0%,#2b180e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #56301c 0%,#2b180e 100%); /* W3C */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56301c', endColorstr='#2b180e',GradientType=0 ); /* IE6-9 */
	color: #a78d6c;
	font-size: 14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	-ms-text-shadow: 1px 1px 0px rgba(0,0,0,0.5));
	-o-text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	padding: 15px 15px;
}
#formulario input[type="submit"]{
	width: 120px;
	display:inline-block;
	margin-left:120px;
	color:#FFF;
	}
#formulario input[type="reset"]{
	display:inline-block;
	}
#info-seccion table{
	position: relative;
	width: 100%;
	font-size: 14px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #bac683;
	border-left-color: #bac683;
	background-color: #eef5ce;
}
#info-seccion table td{
	text-align: center;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bac683;
	border-bottom-color: #bac683;
	vertical-align:middle;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {


	#navegacion-sitio li a {
		display: block;
		padding: 30px 10px;
	}	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	#navegacion-sitio ul {
		text-align: left;
		display: block;
	}
	#navegacion-sitio li a {
		display: block;
		padding: 30px 5px;
		font-size:12px;
	}
	#navegacion-sitio li {
		vertical-align: middle;
	}
	#pie-sitio .one-third {
		text-align:center;
	}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	#navegacion-sitio ul {
		text-align: left;
		display: block;
	}
	#navegacion-sitio li a {
		display: block;
		padding: 30px 5px;
		font-size:12px;
	}
	#navegacion-sitio li {
		vertical-align: middle;
	}
	#pie-sitio .one-third {
		text-align:center;
	}
	}
/* #Font-Face
================================================== */
	@font-face {
		font-family: 'YanoneKaffeesatzThin';
		src: url('../fonts/YanoneKaffeesatz-Thin-webfont.eot');
		src: url('../fonts/YanoneKaffeesatz-Thin-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/YanoneKaffeesatz-Thin-webfont.woff') format('woff'),
	url('../fonts/YanoneKaffeesatz-Thin-webfont.ttf') format('truetype'),
	url('../fonts/YanoneKaffeesatz-Thin-webfont.svg#YanoneKaffeesatzThin') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'YanoneKaffeesatzLight';
		src: url('../fonts/YanoneKaffeesatz-Light-webfont.eot');
		src: url('../fonts/YanoneKaffeesatz-Light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/YanoneKaffeesatz-Light-webfont.woff') format('woff'),
	url('../fonts/YanoneKaffeesatz-Light-webfont.ttf') format('truetype'),
	url('../fonts/YanoneKaffeesatz-Light-webfont.svg#YanoneKaffeesatzLight') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'YanoneKaffeesatzRegular';
		src: url('../fonts/YanoneKaffeesatz-Regular-webfont.eot');
		src: url('../fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
	url('../fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
	url('../fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'YanoneKaffeesatzBold';
		src: url('../fonts/YanoneKaffeesatz-Bold-webfont.eot');
		src: url('../fonts/YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
	url('../fonts/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
	url('../fonts/YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProSemiboldItalic';
		src: url('../fontsSourceSansPro-SemiboldIt-webfont.eot');
		src: url('../fontsSourceSansPro-SemiboldIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fontsSourceSansPro-SemiboldIt-webfont.woff') format('woff'), url('../fontsSourceSansPro-SemiboldIt-webfont.ttf') format('truetype'), url('../fontsSourceSansPro-SemiboldIt-webfont.svg#SourceSansProSemiboldItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProBold';
		src: url('../fonts/SourceSansPro-Bold-webfont.eot');
		src: url('../fonts/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Bold-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold-webfont.svg#SourceSansProBold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProBoldItalic';
		src: url('../fonts/SourceSansPro-BoldIt-webfont.eot');
		src: url('../fonts/SourceSansPro-BoldIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-BoldIt-webfont.woff') format('woff'), url('../fonts/SourceSansPro-BoldIt-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-BoldIt-webfont.svg#SourceSansProBoldItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProBlack';
		src: url('../fonts/SourceSansPro-Black-webfont.eot');
		src: url('../fonts/SourceSansPro-Black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Black-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Black-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Black-webfont.svg#SourceSansProBlack') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProBlackItalic';
		src: url('../fonts/SourceSansPro-BlackIt-webfont.eot');
		src: url('../fonts/SourceSansPro-BlackIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-BlackIt-webfont.woff') format('woff'), url('../fonts/SourceSansPro-BlackIt-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-BlackIt-webfont.svg#SourceSansProBlackItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProExtraLight';
		src: url('../fonts/SourceSansPro-ExtraLight-webfont.eot');
		src: url('../fonts/SourceSansPro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-ExtraLight-webfont.woff') format('woff'), url('../fonts/SourceSansPro-ExtraLight-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-ExtraLight-webfont.svg#SourceSansProExtraLight') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProExtraLightItalic';
		src: url('../fonts/SourceSansPro-ExtraLightIt-webfont.eot');
		src: url('../fonts/SourceSansPro-ExtraLightIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-ExtraLightIt-webfont.woff') format('woff'), url('../fonts/SourceSansPro-ExtraLightIt-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-ExtraLightIt-webfont.svg#SourceSansProExtraLightItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProLight';
		src: url('../fonts/SourceSansPro-Light-webfont.eot');
		src: url('../fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Light-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Light-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProLightItalic';
		src: url('../fonts/SourceSansPro-LightIt-webfont.eot');
		src: url('../fonts/SourceSansPro-LightIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-LightIt-webfont.woff') format('woff'), url('../fonts/SourceSansPro-LightIt-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-LightIt-webfont.svg#SourceSansProLightItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProRegular';
		src: url('../fonts/SourceSansPro-Regular-webfont.eot');
		src: url('../fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProItalic';
		src: url('../fonts/SourceSansPro-It-webfont.eot');
		src: url('../fonts/SourceSansPro-It-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-It-webfont.woff') format('woff'), url('../fonts/SourceSansPro-It-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-It-webfont.svg#SourceSansProItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'SourceSansProSemibold';
		src: url('../fonts/SourceSansPro-Semibold-webfont.eot');
		src: url('../fonts/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Semibold-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Semibold-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
/*
JQUERY
---------------------------------------*/
/* Direction Nav */
	#slide-top .flex-direction-nav {*height: 0;}
	#slide-top .flex-direction-nav a {width: 96px; height: 145px; margin: -20px 0 0; display: block; background: url(../imagenes/sprite-bg-nav.png) no-repeat 0 center; position: absolute; top: 50%; margin-top:-73px; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
	#slide-top .flex-direction-nav .flex-next {background-position: 100% center; opacity: 1; right: -24px; }
	#slide-top .flex-direction-nav .flex-prev {opacity: 1; left:-24px;}
	#slide-top .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
	#slide-top .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
