
.ContenidoGrupo {
	display: inline-block;
	position: relative;  
	width: 100%;
	background: #D9FFB3 url('../imagenes/pattern4.png');
	padding:12px;
	margin: 4px;
}

.Boton1erNivel {
	display: inline-block;
	width: 100%;
	color: #FFF;
	background: #63605d;
	text-align: center;
	font-size: 100%;
	padding:8px;
	border-bottom: 1px solid #FFF;
}
.Boton1erNivel:hover {color: #000; opacity:0.8;}

.Boton2doNivel {
	display: inline-block;
	width: 49%;
	color: #000;
	background: #f7f7f7;
	padding:3px 3px 3px 10px;
	border-left: 5px solid #F77F00;
	margin-top: 7px;
	opacity:0.65;
}
.Boton2doNivel:hover {color: #000; opacity:0.5;}



/* width: 1024px */
@media screen and (max-width: 7000px) { 
	.Boton2doNivel {
		width: 49.7%;
	}
}

/* width: 768px */
@media screen and (max-width: 1000px) { 
	.Boton2doNivel {
		width: 49.7%;
	}
}

/* width: 600px */
@media only screen and (max-width: 744px) { 
	.Boton2doNivel {
		width: 100%;
	}
}

/* � width: 375px */
@media only screen and (max-width: 576px) { 
	.Boton2doNivel {
		width: 100%;
	}
}

/* � width: 300px */
@media only screen and (max-width: 374px) { 
	.Boton2doNivel {
		width: 100%;
	}
}
