﻿#elementos{
	width: 100%;
	float: left;
}

.elemento{
	width: 33.33%;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding: 40px 0;
	float: left;

	text-shadow:1px 1px 1px #000;
}



#cuadro{
	width: 100%;
	float: left;
}

.titulo-cuadro{
	background: black;
	font-weight: bold;
	font-size: 24px;
	color: #ffcc00;
	text-align: center;
	padding: 10px 0;
}

.cuadro{
	background: #e4e11a;
	background: #ffcc00;
	width: 33.33%;
	font-size: 21px;
	text-align: center;
	float: left;
	padding: 20px 0px;

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

.numero{
	border: 0px solid red;
	width: 30%;
	font-weight: bold;
	font-size: 30px;
	float: left;
	padding: 17px 0;
}

.texto-cuadro{
	border: 0px solid red;
	width: 68%;
	text-align: center;
	float: left;
}



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

.seccion{
	width: 62%;
	float: left;
	padding-left: 150px;
	margin-top: 20px;
}

.titulo-seccion{
	width: 100%;
	text-align: center;
	font-size: 34px;
	float: left;
}

.desarrollo-seccion{
	width: 100%;
	text-align: justify;
	padding: 20px 0;
	float: left;
}

.imagen-seccion{
	width: 35%;
	text-align: center;
	float: left;
}


.n{
	width: 31.33%;
	float: left;
	margin: 0 1%;
}

.titulo-n{
	width: 100%;
	text-align: center;
	font-size: 25px;
	padding: 10px 0;
	float: left;
}

.desarrollo-n{
	width: 100%;
	text-align: justify;
	line-height: 20px;
	float: left;
	padding: 10px 0;
}



.c{
	border-top: 6px solid black;
	border-bottom: 6px solid black;
	background: #ffcc00;
	width: 100%;
	padding:20px 0 20px 5%;
	float: left;

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

.c-conten{
	border: 0px solid red;
	width: 61%;
	float: left;
}

.titulo-c{
	width: 100%;
	font-size: 27px;
	font-weight: bold;
	padding: 10px 0;
}

.desarrollo-c{
	width: 100%;
	text-align: left;
	font-size: 19px;
	line-height:23px;
	padding: 10px 0;
	float: left;
}

.imagen-c{
	width: 35%;
	text-align: center;
	float: left;
	margin-left: 20px;
}

.imagen-c strong{
	font-size: 24px;
}

.imagen-c img{
	width: 90%;

	border-radius: 5px;
}



.p{
	border: 0px solid red;
	width: 31.33%;
	float: left;
	margin: 0 1%;
}

.titulo-p{
	border: 0px solid blue;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: white;
	float: left;
	text-shadow:1px 1px 1px #000;
}

.desarrollo-p{
	width: 100%;
	line-height: 22px;
	float: left;
}


@media screen and (max-width: 700px){
	.cuadro{
		width: 100%;
	}
	.n{
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 600px){
	.c{
		padding: 10px;
	}
	.c-conten{
		width: 100%;
	}
	.imagen-c{
		width: 100%;
		margin-left: 0;
	}
	.p{
		border: 0px solid red;
		width: 100% !important;
		text-align: center;
		margin: 0 0 30px 0;
		float: left;
	}
}

@media screen and (max-width: 500px){
	.seccion{
		width: 100%;
		padding-left: 0;
	}
}