@font-face {
 font-family: Exo;
 src: url("Exo-Regular.otf");             
}

body{
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	
	
}
div img{
	/*background-image:url("img/index-guzman.jpg");
	background-repeat: no-repeat;
  	background-position: center;*/
  	max-height:900px;
  	max-width:1100px;
	
}
#header, #footer{
	width: 100%;
}

#header{
	height: 300px;
	margin-bottom: 35px !important;
}

#logo{
	width: 600px;
	margin: 0 auto;
	padding-top: 125px;
}

#logo img{
	width: 100%;
	bottom: 0;
}

#contenido{
	width: 1262px;
	height: 250px;
	margin: 0 auto 85px;
}

#contenido a{
	position: absolute;
	width: 100%;
	height: 100%;
}

.link{
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 20px;
	border: 2px solid rgb(156,158,159);
	width: 400px;
	height: 250px;
}

.banda{
	background-color: rgba(156,158,159, 0.8);
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 100%;
	height: 40px;
}
.banda p{
	font-family: Exo;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0;
}

#particulares{
	background-image: url("img/foto1-menu-index-particulares-cguzman.png");
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 10px;
}

#locales_comerciales{
	background-image: url("img/foto2-menu-index-instalaciones-comerciales-cguzman.png");
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 10px;
}

#edificacion_arquitectos{
	background-image: url("img/foto3-obras-menu-cguzman.png");
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}

#img-footer{
	margin: 0 auto;
	width: 300px;
}

#img-footer img{
	width: 100%;
}

@media (max-width: 1290px) {
	#contenido{
		width: 962px;
		height: 187px;
	}
	.link{
		width: 300px;
		height: 187px;
	}
}
@media (min-width: 780px) and (max-width: 989px) {
	#contenido{
		width: 762px;
		height: 145px;
	}
	.link{
		width: 233px;
		height: 145px;
	}
}
@media (max-width: 779px) {
	#header{
		height: auto;
	}
	#logo{
		width: 80%;
		max-width: 600px;
		margin: 0 auto;
		padding-top: 2%;
	}
	#contenido{
		width: 100%;
		height: auto;
	}
	.link{
		float: none;
		width: 80%;
		height: 50%;
		max-width: 400px;
		max-height: 250px;
		margin: 10px auto !important;
	}
	#img-footer{
		margin: 0 auto;
		width: 90%;
		max-width: 300px;
		min-width: 275px;
	}
}