
@font-face {
    font-family: 'bellotabold_italic';
    src: url('../fonts/Bellota-BoldItalic-webfont.eot');
    src: url('../fonts/Bellota-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Bellota-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Bellota-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Bellota-BoldItalic-webfont.svg#bellotabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/fondohome.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
footer{
	width: 100%;
	height: 405px;
	padding: 0px;
	margin: 0px;
	position:fixed;
	bottom: -5px;
	background-image: url(../images/tophome.png);
	background-repeat: no-repeat;
	background-size: 2044px 401px;
	pointer-events:none;
	z-index: 20;
    opacity: 0.6;
}	
#colwrapper{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 50px 0px 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        -webkit-box-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -webkit-box-align: center;
	        align-items: center;
}
	ul li{
		list-style-type: none;
	}
	ul#mainmenu{
	  height: 513px;
	  width: 359px;
	  margin: 0px;
	  padding: 0px;
	  text-align: center;
	  list-style-type: none;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: -webkit-box;
	  display: flex;
	  -webkit-flex-direction: column;
	      -ms-flex-direction: column;
	          -webkit-box-orient: vertical;
	          -webkit-box-direction: normal;
	          flex-direction: column;
	  -webkit-justify-content: center;
	      -ms-flex-pack: center;
	          -webkit-box-pack: center;
	          justify-content: center;
	    background-image: url(../images/fondotextohome.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	 }
	 	.equis{
	 		margin-top: 15px;
	 		font-family: 'Playfair Display SC', serif;
			font-weight: 400;
			text-decoration: none;
			color: #000;
	 	}
	 	.idioma{
	 		margin-top: 15px;
	 		font-family: 'Playfair Display SC', serif;
			font-weight: 700;
			text-decoration: none;
			color: #000;
	 	}
		.titulo{
			font-family:'bellotabold_italic';
			font-size: 1.5em;
			color: #ca9700;
			text-align: center;
			vertical-align: middle;
		}
			ul#mainmenu li a{
				height: 25px;
				text-decoration: none;
				color: #000;
				padding: 15px 0px 0px;
			}
			ul#mainmenu li a:hover{
				color: #ca9700;
			}
			ul.proyectos{
				height: 100px;
				width: 359px;
				padding: 0px;
				margin: 0px;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: -webkit-box;
				display: flex;
				-webkit-flex-direction: column;
				    -ms-flex-direction: column;
				        -webkit-box-orient: vertical;
				        -webkit-box-direction: normal;
				        flex-direction: column;
				-webkit-justify-content:center;
				    -ms-flex-pack:center;
				        -webkit-box-pack:center;
				        justify-content:center;				
				list-style-type: none;
				float: left;
				font-family: 'Playfair Display';
				font-weight: 400;
				font-style: italic;
				text-align: center;
				color: #000;
				font-size:1em;
			}
			ul.proyectos li{
				margin: 0px;
				padding: 0px 0px 10px;
			}
			hr{
				height:1.5px;
				border-width:1.5px;
				border-style: solid;
				color:#ca9700;
				background-color:#ca9700;
				width: 250px;
				margin: 5px auto;
				padding: 0px;
			}

@media screen and (max-width: 800px){
	footer{
		background-size: 1022px 200.5px;
		height: 200.5px;
	}
}


