﻿#contenido{
	border: 0px solid red;
	padding: 10px 0;
}

.ladoa{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	float: left;
	margin: 20px 0;
}

.ladoa b{
	font-size: 25px;
	font-weight: bold;
	display: block;
	margin: 0 0 20px 0;
}

.seccion{
	border: 0px solid #f7f7f7;
	width: 100%;
	float: left;
	margin: 10px 0;
}

.desarrollo-seccion{
	border: 0px solid green;
	background: rgba(256,256,256,0.9);
	width: 700px;
	float: left;
	padding: 5px 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.titulo-seccion{
	font-weight: bold;
	color: #1581c7;
	font-size: 25px;
	padding: 10px 0;
}

.texto{
	line-height: 22px;
	text-align: justify;
}

.imagen-seccion{
	border: 0px solid red;
	width: 390px;
	text-align: center;
	float: left;
}
#alianzas{
	border: 0px solid red;
	width: 370px;
	float: left;
}

.titulo-alianzas{
	background: black;
	color: white;
	text-align: center;
	padding: 10px 0;
}

.desarrollo-alianzas{
	text-align: center;
}

.desarrollo-alianzas img{
	height: 74px;
	margin: 5px 0;
}

.certificados img{
	margin: 0 5px !important;

	box-shadow: 3px 3px 10px #000;
}