@import url(font-awesome.min.css);
html{
    background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

/* GENERALES */
button{
    height:100%;
    width: 100%;
    border-radius: 0px;
    background-color:  #ffffff;
    color: #7d5b49;
	font-size: 1.2em;
    font-weight: normal;
    padding: 0px 0px;
	border: 0px solid #dbdbdb;
    cursor: pointer;
}	
button:hover {
	background-color:  #d2b2cb;
}	
	
	/* MENU6 */
	.Menu6b {
		position: relative;
		top: 0%;
		left: 5%;
		width:85%;
		height:70%;
		
		background-color:#fff;
	}

	.texto {
		display: inline-block;
		position: relative;	
		z-index: 3;
		top: 0%;
		left:5%;
		width: 100%;
		text-align: center;
		color:  #004588;
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 4%;

	}
	.boton5{
		display: inline-block;
		position: relative;	
		left: 15%;
		width: 48%;
		height:100%;
		color:  #fff;
	}
	
	/* Menu */
	.Menub {
		margin: 0px;
		padding: 2px;
	}
	
	.botonimagenmodelos  {
		display: inline-block;
		background-repeat: no-repeat;
		position: relative;
		margin: 2px;
		background-size: 32px 32px;
		height:32px;
		width:32px;
	}	
	
	.botonimagenmodelos:hover {		
		box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.6);
		background-color: #FFF;
	}
	
@media screen and (min-width: 301px ) and (max-width: 400px) {	

	.botonimagenmodelos  {
		background-size: contain;
		height:64px;
		width:64px;
	}
}
	
@media screen and (min-width: 401px ) and (max-width: 550px) {
	
	.botonimagenmodelos  {
		margin: 4px;		
		background-size: contain;
		height:64px;
		width:64px;
	}
}

@media screen and (min-width: 551px ) {

	.botonimagenmodelos  {
		margin: 4px;		
		background-size: contain;
		height:128px;
		width:128px;
	}
}
