﻿.texto{
	background: #f7f7f7;
	width: 100%;
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
	float: left;
	margin: 15px 0;
	padding: 10px;

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

.texto-pequeno{
	border: 1px solid #dd;
	background: #f7f7f7;
	line-height: 19px;
	font-size: 14px;
	padding: 10px;
	float: left;

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

#ladoi{
	border: 0px solid blue;
	width: 65%;
	float: left;
}

#ladoi .seccion{
	width: 100%;
}

.margin-left{
	border: 0px solid red;
	width: 100%;
	float: left;
	padding: 0 0 10px 15px;

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

#ladod{
	border: 0px solid green;
	width: 31%;
	float: left;
	margin: 0 0 0 20px;
}

#ladod img{
	width: 100%;
}

.cuadro-contacto{
	background: #4c4c4c;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color:white;
	padding: 10px;
	float: left;

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

.titulo-contacto{
	border-bottom: 2px solid white;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	padding: 20px 0;
	float: left;
}

.contactoi{
	width: 50%;
	float: left;
	padding: 10px 5px;

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

.contactod{
	width: 50%;
	float: left;
	padding: 10px 5px;

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


.parte{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 15px 0;
}

.seccion{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 62%;
	font-size: 14px;
	float: left;
	margin-bottom: 20px;

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

.titulo-seccion{
	background: #042760;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

.desarrollo-seccion{
	text-align: justify;
	line-height: 24px;
	padding: 15px 0;
	padding: 10px;

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

.imagen-seccion{
	border: 0px solid red;
	width: 35%;
	text-align: center;
	float: left;
}

.imagen-seccion img{
	width: 100%;
}

.imagen-seccion b{
	font-size: 30px;
}


.images-eventos-recientes{
	text-align: center;
}

.images-eventos-recientes img{
	margin: 0 10px;
}



.tabla{
	width: 50%;
	float: left;
}


@media screen and (max-width: 700px){
	#ladoi{
		width: 100%;
	}

	#ladod{
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	#ladod img{
		width: 60%;
	}



	.seccion{
		width: 100%;
	}

	.imagen-seccion{
		width: 100%;
	}

	.imagen-seccion{
		width: 60%;
	}
}

@media screen and (max-width: 520px){
}