@font-face {
    font-family: 'Sloops';   
         url('fonts/Sloops.TTF') format('truetype'),
         
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: 'Roboto Condensed', sans-serif;
	background: #323300;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 5px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
    text-align: center;
}
.container > header h1{
	font-family: 'Sloops', sans-serif;
	font-size: 35px;
	line-height: 15px;
	position: relative;
	font-weight: 400;
	color: #fff;
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-family: 'Sloops', sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;

}
.cuerpo-texto {
	width: 66%;
	color: #333;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:justify;
	padding: 30px;
	margin-top:10px;
	font-size:16px;
	background: rgba(234,228,217,0.5);
}
.cuerpo-texto h2 {
	padding: 10px 0 20px;
	text-align: center;
	font-size:49px;
	font-family: 'Monsieur La Doulaise', cursive;
	color:#331A00;
}
.cuerpo-texto p {
	padding: 10px 0;
	width: 80%;
	margin: auto;
}
.cuerpo-texto ul {
	
	width: 80%;
	margin: auto;
}
.cuerpo-texto li {
	
	width: 90%;
	margin: auto;
	line-height:22px;
}
.cuerpo-texto span {
	width: 90%;
	margin: auto;
	line-height:22px;
	text-decoration: italic;
	font-size:14px;
}
.cuerpo-texto img {
	max-width:100%;
}
.mapa {
	max-width: 100%;
	margin:auto;
	position:relative;
	text-align:center;
}
.pie {
	width: 66%;
	color: rgba(255,255,255,0.8);
	margin: 10px auto 0;
	text-align:left;
	padding: 30px 30px 0 30px;
	font-size:16px;
	height: 210px;
	background: rgba(0,0,0,0.4);
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	line-height: 22px;
}
.pie h2 {
	float:left;
	padding-right: 30px;
}

.pie ul {
	float:left;
	
}
.pie p {
	float:right;
	color:#aaa;
	padding:60px 30px 0px 0;
	height:180px;
}

.pie a, a:hover {
	color: rgba(255,255,255,0.8);
}

.galeria1 {
	margin:auto;
	max-height:100%;
	height:100%;
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
/*detalles del menu*/
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #212200;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 400;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #4d4e03;
	background: -moz-linear-gradient(top, #4d4e03 0%, #323300 44%, #212200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4e03), color-stop(44%,#323300), color-stop(100%,#212200));
	background: -webkit-linear-gradient(top, #4d4e03 0%,#323300 44%,#212200 100%);
	background: -o-linear-gradient(top, #4d4e03 0%,#323300 44%,#212200 100%);
	background: -ms-linear-gradient(top, #4d4e03 0%,#323300 44%,#212200 100%);
	background: linear-gradient(top, #4d4e03 0%,#323300 44%,#212200 100%);
}
p.codrops-demos a:hover{
	background: #212200;
}
p.codrops-demos a:active{
	background: #212200;
	background: -moz-linear-gradient(top, #212200 0%, #323300 56%, #4d4e03 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212200), color-stop(56%,#323300), color-stop(100%,#4d4e03));
	background: -webkit-linear-gradient(top, #212200 0%,#323300 56%,#4d4e03 100%);
	background: -o-linear-gradient(top, #212200 0%,#323300 56%,#4d4e03 100%);
	background: -ms-linear-gradient(top, #212200 0%,#323300 56%,#4d4e03 100%);
	background: linear-gradient(top, #212200 0%,#323300 56%,#4d4e03 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #86873e;
	background: #212200;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}