
.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: #DDD;
	background: #63605d;
	text-align: center;
	font-size: 100%;
	padding: 8px;
	margin-bottom: 5px ;
}
.Boton1erNivel:hover {color: #000; opacity:0.8;}

.Boton2doNivel {
	display: inline-block;
	color: #000;
	padding:3px 3px 3px 7px;
	border-left: 5px solid #f57e42;
	margin-bottom: 2px ;
}
.Boton2doNivel:hover {border-left: 5px solid #7c7878; color: #000;}

.Boton3erNivel {
	display: inline-block;
	color: #000;
	width: 100%;
	padding:3px 3px 3px 7px;
	border-left: 5px solid #C3C3C3;
	margin-bottom: 5px ;
	opacity:0.65;
}


/* width: 1024px */
@media screen and (max-width: 7000px) { 
	.Boton2doNivel {	width: 33%; }
}

/* width: 768px */
@media screen and (max-width: 1000px) { 
	.Boton2doNivel {	width: 48%; }
}

/* width: 600px */
@media only screen and (max-width: 744px) { 
	.Boton2doNivel {	width: 48%; }
}

/* � width: 375px */
@media only screen and (max-width: 576px) { 
	.Boton2doNivel {	width: 100%; }
}

/* � width: 300px */
@media only screen and (max-width: 374px) { 
	.Boton2doNivel {	width: 100%; }
}