﻿#pagina{
	padding-top: 10px;
}

.parte{
	width: 100%;
	float: left;
}

.seccion{
	border: 0px solid red;
	width: 100%;
	float: left;
}

.titulo-seccion{
	color: #1468AE;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 0;
}

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

.imagen-seccion{
	width:380px;
	text-align: center;
	float: left;
}

.imagen-seccion img{
	width: 80%;

	border-radius: 13px;
}

table{
	width: 100%;
}

table tr td{
	width: 50%;
	float: left;
	padding: 10px;

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

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

.imagenes img{
	margin: 0 20px;
}

@media screen and (max-width: 920px){
	.partesita{
		border: 0px solid red;
		width: 100% !important;
	}
}

@media screen and (max-width: 700px){
	.imagenes img{
		margin: 10px 0;
	}
}

@media screen and (max-width: 550px){
	.diferente{
		width: 100% !important;
		height: auto !important;
	}
}