@charset "utf-8";
/* CSS Document */



main{
	width:100%;
	min-height:560px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	position:inherit;
	background-image: url(../img/background.jpg);
}

hr{
	
	width: 100%;
	height: 14px;
	background-color: #ff9900; 
	position: relative;
	margin-bottom: 0px;
	bottom: 0;
}

#enlaceNosotros{
	
	height:78px;
	margin-top:136px;
	margin-left:25px;
	float:left;
	cursor:pointer;
	position: relative;
}


#enlaceNosotros:hover
{

}

.enlacesInferiores-box{
	/*width:249px;*/
	height:162px;
	float:left;
	margin-left:0px;
	margin-top:125px;
	cursor:pointer;
	position: relative;
	text-align: center;
}
.enlacesInferiores{
	/*width:249px;*/
	height:162px;
	float:left;
	text-align: center;
	margin-top:125px;
	cursor:pointer;
	position: relative;
		
}

.img-inferiores{
	height:160px; 
	width:249px; 
	margin-left:auto; 
	margin-right:auto;
}

.imglogoGlobal{
	float: right;
}

#enlaceSociales
{
	width:249px;
	height:78px;
	background-image:url(../img/logoSociales.png);	
	float:left;
	margin-left:36px;
	margin-top:168px;	
}


@media (max-width: 800px) {
	
	#name{
		display: none;
	}
	section{
	padding-top: 30px;
	}
	.enlacesInferiores{
		margin-top: 50px;
	}
	.enlacesInferiores-box{
		margin-top: 50px;
	}

	#enlaceNosotros{
		margin-left: 60px;
	}
}

@media (max-width: 600px) {
	#enlaceNosotros{
		margin-left: 0px;
	}
}