
body {
	overflow-x:hidden;
	margin:0px;
}

.cursor-pointer{
	cursor: pointer;
}

	#menu {
		margin: 0px;
		background: #181818;
		height: 67px;
		width: 100%;
		text-align: center;
		padding: 20px;
		z-index: 999;	
	}
	#header {
		margin: 0px;
		background: #fff url('../img/contenido/headermaxilent.jpg') no-repeat left top; 
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: 100% auto;
		height: 250px;
		width: 100%;
		z-index: 999;	
	}


	.text {
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: normal;
		color: #656565;
		height: auto;
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
		margin-top: 30px;
		text-align:justify
	}
	#logo {
		background: url(../img/contenido/logo.login.png) no-repeat center top;
		background-size: contain;
		height: 76px;
		width: 26%;
		position: relative;
		padding: 0px 0px 0px 0px;
		float:left;
	}	
	#text_adress{
		color:white;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: normal;
		text-align:right;
		margin-right: 13%;
		padding-top: 12px;
	}	
	

	



@media screen and (max-width:1280px) { 


	#header {
		margin: 0px;
		background: #fff url('../img/contenido/headermaxilent.jpg') no-repeat left top; 
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: 100% auto;
		height: 250px;
		width: 100%;
		z-index: 999;	
	}

	.text {
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: normal;
		color: #656565;
		height: auto;
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
		margin-top: 30px;
		text-align:justify
	}


}

@media screen and (max-width:800px) {
	#menu {
		height: 69px;
		width: 100%;
		z-index: 999;	
	}
	
	#header {
		height: 173px;
		width: 100%;
		z-index: 999;	
	}

}

@media screen and (max-width: 480px) {
	#menu {
		height: 44px;
		width: 100%;
		z-index: 999;	
	}
	
	#header {
		height: 85px;
		width: 100%;
		z-index: 999;	
	}

	#logo {
		width: 21%;
	}
	#text_adress{
		padding-top: 0px;
	}		
}

@media screen and (max-width: 320px) {
	#menu {
		height: 33px;
		width: 100%;
		z-index: 999;	
	}
	
	#header {
		height: 85px;
		width: 100%;
		z-index: 999;	
	}

	#logo {
		width: 21%;
	}	
}
