html,body {
	width: 100%;
	height:100%;
	background: rgba(255,255,255,1);
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#container {
	width: 100%;
	height: 100%;
	min-height: 500px;
	background: rgba(255,255,255,1);
	float: left;
	margin-top:0px;
	margin-left: 0px;
	margin: 0px;
	padding:0px;
}
#header {
	width:100%;
	height:30%;
	float:left;
	margin-top:0px;
	margin-left:0px;
	background: #F90;
	min-height:300px;
	text-align:center;
}
#header img{
	width: 15%;
	float:left;
	margin-left:42.5%;
	margin-top: 4%;
	}
#content {
	width: 100%;
	height: 60%;
	float:left;
	margin-left:0px;
	margin-top: 0px;
	text-align:center;
	font-size: 1.3em;
	color: #F93;
}
ul.lista_tipo_cliente {
	width:75%;
	height:auto;
	margin: 0px;
	padding: 0px;
	float:left;
	list-style:none;
	text-align:center;
	background: rgba(255,255,255,1);
	margin-left: 12.5%;
	margin-right: 12.5%;
	margin-top: 6%;
}
ul.lista_tipo_cliente a {
	height: auto;
	float:left;
	transition: 0.5s;
	color: rgba(0,0,0,0.4);
	text-decoration:none;
	width: 95%;
	text-align:center;
}
ul.lista_tipo_cliente a p{
	width:100%;
	float:left;
	}
ul.lista_tipo_cliente li {
	width:30.3333%;
	height:auto;
	float:left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	border-radius: 5px;
	transition: 0.5s;
	background: rgba(204,204,204,0.4);
	text-align: center;	
}
ul.lista_tipo_cliente li:hover {
	border-radius: 15px;
	transition: 0.5s;
 	background: rgba(255,153,51,1);
	border-radius: 15px;
	color: rgba(0,0,0,0.8);
}
ul.lista_tipo_cliente a {
	padding: 15px;
}
ul.lista_tipo_cliente li img.bn {
	width: 30%;
	float:left;
	padding-left:35%;
}
ul.lista_tipo_cliente li img.col {
	width: 30%;
	float:left;
	padding-left:35%;
	margin-top:-30%;
	opacity: 0;
	transition: 0.5s;
}
ul.lista_tipo_cliente li:hover a p {
	color: rgba(0,0,0,0.8);
}
ul.lista_tipo_cliente li:hover img.col {
	width: 30%;
	float:left;
	padding-left:35%;
	margin-top:-30%;
	opacity:100;
	transition: 0.5s;
}
#footer {
	width:100%;
	position:absolute;
	bottom:0px;
	min-height:150px !important;
	background: #F93;
}


@media(max-width: 1000px){

#header{
	width:100%;
	min-height: 300px !important;
	height: 5px !important;
	
}
#content p{
	width: 80%;
	margin-left: 10%;
}
#header img{
	width:40%;
	margin-left:30%;
	margin-top: 7%;
}
ul.lista_tipo_cliente{
	height:auto;
	margin-bottom:50%;

}
ul.lista_tipo_cliente li {
	width:80%;
	height:auto;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 5px;
	transition: 0.5s;
	background: rgba(204,204,204,0.4);
	text-align: center;
	margin-top: 20px;
	margin-bottom:20px;
}
#container{
	position:absolute;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-bottom: 10%;
	min-height: 500px;

}
#footer {
	width:100%;
	float:left;
}

	
	}