body {
	background-color: #000000;
}
.bloquePrincipal{
	display: -webkit-box;display: -ms-flexbox;display: flex;
	width:100%;
	max-width: 1000px;
	min-width: 320px;
	margin: 190px auto 0;
	background: url(/imagenes_formacion/fondo_formacion.jpg) top right no-repeat;	
	font-family: Candara, Papyrus;
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 0;
}

	@media screen and (max-width: 900px) {
		.bloquePrincipal{
			margin-top: 25px;
			background-position: bottom right;
			background-size: 100%;
		}
	}
	@media screen and (max-width: 680px) {
		.bloquePrincipal{
			display: block;
		}
	}	


div.botones{
	width: 254px;
	margin: 0 10px 40px 0;
}
	@media screen and (max-width: 680px) {			
		div.botones{
			padding-top: 0;
			width: 100%;
			display: -webkit-box;display: -ms-flexbox;display: flex;
			-ms-flex-wrap: wrap;flex-wrap: wrap;
		}
	}
	@media screen and (max-width: 680px) {
		div.botones{
			width: 80%;
			margin: 0 auto;
		}
	}

.botones a{
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
	@media screen and (max-width: 680px) {
		.botones a {
			display: flex;
			align-items: center;
			margin-bottom: 10px;
			width: 49%;
			height: auto;
			margin-right: 4px;			
		}
	}
	@media screen and (max-width: 500px) {
		.botones a {
			width: 100%;			
		}
	}

.botones a img {
	width: 100%;
	max-width: 300px;
	height: auto;
	border-radius: 10px;
}
.botones a img.w224 {
	max-width: 224px;
}



div.texto{
	width: 250px;
	text-align: center;
}	
	@media screen and (max-width: 680px) {
		div.texto {
			width: 80%;
			text-align: center;
			margin: 0 auto;
		}
	}

div.galeria{
	width: 300px;
}
	@media screen and (max-width: 680px) {
		div.galeria {
			width: 90%;
			margin: 0 auto;
		}
	}
	

.textoMonitor{
	color: #000000;
	font-weight: normal;
	text-align: justify;
}