/***************************************
* Formacion Publica - Cabecera
***************************************/
.cabecera-formacion {
	background-color: #3276b1;
	border-color: #285e8e;
	color: #fff;
	height: 52px;
	box-shadow: 0 0px 6px 3px #777;
	top: 0;
	position: fixed;
	right: 0;
	left: 0;
}

.img-logo {
	height: 32px;
	width: auto;
	max-width: 100%;
	padding: 0px 8px;
	margin-top: 9px;
	margin-left: 4px;
	display: inline-block;
}

.titulo-formacion {
	margin: auto;
	margin-top: 20px;
	width: 50%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/***************************************
* Formacion Publica - Logo
***************************************/
.imagen-formacion-publica {
	width: 47%;
	float: left;
}

.img-logo {
	width: 105px;
	height: 32px;
}
/***************************************
* Formacion Publica - Buttons
***************************************/
.btn {
	background-color: #3276b1;
	border-color: black;
	width: 350px;
	height: 200px;
	display: block !important;
	top: 50%;
	height: 50px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	border-width: 1px;
	box-shadow: 3px 2px 6px #444;
	border-radius: 5px
}

#formaciones {
	margin-top: 60px;
}