﻿#contenido{
	margin-top: 0;
}

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

.seccion{
	width: 62%;
	float: left;
}

.seccion-conten{
	background: #f7f7f7;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;

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

.titulo-seccion{
	color: #021c4a;
	text-decoration: underline;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.desarrollo-seccion{
	width: 100%;
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
}

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

.imagen-seccion img{
	width: 100%;

	border-radius: 10px;
}


.galeria{
	margin-top: 20px;
}



#contacto{
	border:0px solid red;
	width: 100%;
	float: left;
}

#contacto-conten{
	border:0px solid red;
	width: 54%;
	float: left;
}

#contacto-conten b{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}


#ladod-contacto{
	border:0px solid red;
	width: 42%;
	float: left;
	margin: 0 0 0 20px;
	padding: 5px 0;
}


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

	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

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


	#contacto-conten{
		width: 100%;
		padding: 0 10px;

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

	#ladod-contacto{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		padding: 0 10px;

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