@font-face {
    font-family: 'Garamond';
    src: url('fuentes/agaramondpro-italic-webfont.eot');
    src: url('fuentes/agaramondpro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/agaramondpro-italic-webfont.woff') format('woff'),
         url('fuentes/agaramondpro-italic-webfont.ttf') format('truetype'),
         url('fuentes/agaramondpro-italic-webfont.svg#AdobeGaramondProItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChaletLondon';
    src: url('fuentes/chalet_london_nineteen_eighty-webfont.eot');
    src: url('fuentes/chalet_london_nineteen_eighty-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/chalet_london_nineteen_eighty-webfont.woff') format('woff'),
         url('fuentes/chalet_london_nineteen_eighty-webfont.ttf') format('truetype'),
         url('fuentes/chalet_london_nineteen_eighty-webfont.svg#ChaletLondonNineteenEightyRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChaletNewYork';
    src: url('fuentes/chalet_new_york_nineteen_eighty-webfont.eot');
    src: url('fuentes/chalet_new_york_nineteen_eighty-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/chalet_new_york_nineteen_eighty-webfont.woff') format('woff'),
         url('fuentes/chalet_new_york_nineteen_eighty-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bickham';
    src: url('fuentes/regular-webfont.eot');
    src: url('fuentes/regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/regular-webfont.woff') format('woff'),
         url('fuentes/regular-webfont.ttf') format('truetype'),
         url('fuentes/regular-webfont.svg#BickhamScriptProRegularRg') format('svg');
    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 */

a{
	color: white;
}

a:hover{
	color: grey;
}

body{
	background: #FFF;
	overflow: scroll;
	overflow-x: hidden;
}

.ie7 body{
	overflow:hidden;
}

a{
	text-decoration: none;
}

header{
	position: fixed;
}


#nav{
	background-color: black;
	width: 100%;
	position: fixed;
	top: 0%;
	right: 0%;
	list-style: none;
	margin:auto;
	font-family: "ChaletNewYork";
	padding: 5px;
	font-size: 0.3em;
}

#nav li:first-child{
	float: left;
	padding-right: 10px;
	padding-left: 25px;
}

#nav li:nth-child(2){
	float: left;
	padding-right: 10px;
}

#nav li:nth-child(3){
	float: left;
	padding-right: 10px;
}

#nav li:nth-child(4){
	float: left;
	padding-right: 10px;
}

#nav li:nth-child(5){
	float: left;
	padding-right: 10px;
}

#nav li:nth-child(6){
	float: left;
	padding-right: 5px;
}

.blanco{
	position: absolute;
	right: 0%;
	width: 100%;
	height: ;
	background-color: white;
	padding-bottom: ;
}

section{
	position: relative;
	background-color: white;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 70px;
}

section h2{
	font-family: "Bickham";
	font-size: 3em;
	text-align: right;
	color: gray;
}

section h3{
	font-family: "Garamond";
	font-size: 0.7em;
	text-align: left;
	color: gray;
	padding-left: 20px;
	padding-right: 20px;
}

section h4{
	font-family: "ChaletLondon";
	font-size: 0.2em;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: gray;
}

section p{
	font-family: "ChaletLondon";
	font-size: 0.5em;
	color: gray;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

section p blackquote{
	font-family: "ChaletNewYork";
	color:black;
}

section ul{
	position: relative;
	font-family: "ChaletLondon";
	font-size: 0.5em;
	color:gray;
	padding-top: 20px;
	list-style: none;
	text-align: center;
	padding-left: 20px;

}

section ul li a{
	font-family: "ChaletLondon";
	font-size: 0.5em;
	color:gray;
}

section ul li a:hover{
	font-family: "ChaletNewYork";
	font-size: 0.5em;
	color:black;
}


section ul li:first-child{
	float: left;
	padding-right: 5px;
}

section ul li:nth-child(2){
	float: left;
	padding-right: 5px;
}

section ul li:nth-child(3){
	float: left;
	padding-right: 5px;
}

section ul li:nth-child(4){
	float: left;
	padding-right: 5px;
}

section ul li:nth-child(5){
	float: left;
}

#fotos{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	background-color: white;
}

article{
	background-color: white;
	padding-top: 20px;
	height: 100%;
}

article h5{
	font-family: "ChaletNewYork";
	font-size: 0.6em;
	color: black;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

article h6{
	font-family: "Garamond";
	font-size: 0.35em;
	color: gray;
	text-align: left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
}

article p{
	font-family: "ChaletLondon";
	font-size: 0.4em;
	color: gray;
	padding-left: 20px;
	padding-right: 75px;
	text-align: left;
}

article p blackquote{
	font-family: "ChaletNewYork";
	color:black;
}

article img{
	text-align: right;
	width: 70px;
	height: 142px;
	float: right;
	padding-top: 35px;
	background-color: white;
}

#google_map{
	display: none;
}

#google_map_iphone{
	text-align: center;
}

footer{
	background-color: black;
	color: white;
	position: fixed;
	width: 100%;
	bottom: 0px;
	font-family: "ChaletNewYork";
	padding: 5px;
}

footer h1{
	font-size: 0.55em;
	text-align: center;
	padding-right: 7px;
}

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
}