@font-face {font-family: "Camphor W01 Bold Italic";
  src: url("../fonts/1213b4debf37d15a61566b7a9904e2f5.eot"); /* IE9*/
  src: url("../fonts/1213b4debf37d15a61566b7a9904e2f5.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/1213b4debf37d15a61566b7a9904e2f5.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/1213b4debf37d15a61566b7a9904e2f5.woff") format("woff"), /* chrome、firefox */
  url("../fonts/1213b4debf37d15a61566b7a9904e2f5.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/1213b4debf37d15a61566b7a9904e2f5.svg#Camphor W01 Bold Italic") format("svg"); /* iOS 4.1- */
}

body {
	
	font-weight: 400;
	text-align: center;
	font-size: 24px;
	color: #666;
}

p
{
	font-family: "Playfair Display", Times New Roman, Times, serif !important;
	font-weight: 400;
	text-align: center;
	font-size: 28px;
	color:#000;
}

a
{
	font-family: "Camphor W01 Bold italic", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color:#c8a461;
	text-decoration: none;
	outline: none;
	font-size: 28px;
}

jurado
{
	
	font-weight: 400;
	text-align: center;
	font-size: 19px;
	color: #666;
}

#nav {
	background-color: #282828;
	text-align: center;
	position: fixed;
	left: 0;
	top: -20px;
	width: 100%;
	z-index: 10000;
	cursor: default;
	font-size: 16px;
	color: #fff;
}

	#nav ul {
		margin-bottom: 0;
	}

	#nav li {
		display: inline-block;
	}

	#nav a {
		position: relative;
		display: block;
		color: #fff;
		text-decoration: none;
		outline: 0;
	}

		#nav a:hover {
			color: #fff !important;
		}

		#nav a.active:before {
			content: '';
			display: block;
			position: absolute;
			bottom: -0.6em;
			left: 50%;
			margin-left: -0.75em;
			border-left: solid 0.75em transparent;
			border-right: solid 0.75em transparent;
			border-top: solid 0.6em #282828;
		}
		
/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1200px;
		min-width: 960px;
	}

	.container.\37 5\25 {
		width: 720px;
	}

	.container.\35 0\25 {
		width: 480px;
	}

	.container.\32 5\25 {
		width: 240px;
	}

	.container {
		width: 960px;
	}

	@media screen and (min-width: 737px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1200px;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1200px;
			min-width: 960px;
		}

		.container.\37 5\25 {
			width: 720px;
		}

		.container.\35 0\25 {
			width: 480px;
		}

		.container.\32 5\25 {
			width: 240px;
		}

		.container {
			width: 960px;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}
	
		/* Nav */

			#nav a {
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
				padding: 0.2em 1em 0.2em 1em;
				margin: 0.6em 0.2em 0.6em 0.2em;
				font-weight: 400;
				border-radius: 3px;
				color: #fff;
				font-size: 18px;
				font-family: 'Open Sans', sans-serif;
			}

				#nav a:hover {
					background: #383838;
				}

				#nav a:active {
					background: #484848;
				}