﻿body{
	background: #cccccc;
	font-family: 'Open Sans', sans-serif;
}

#wrapP{
	width: 1100px;
	margin: 0 auto;
}

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

#cabecera{
	background: white;
	width: 100%;
	float: left;
}

#logotipo{
	width: 100%;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 40px;
	float: left;
	padding: 12px 0;
}

#logotipo span{
	color: red;
}


#menu{
	background: #666666;
	width: 100%;
	float: left;
}

#menu-r{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 18px;
	padding: 15px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: black;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 14.28%;
	float: left;
}

.menu{
	border: 1px solid white;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	float: left;
	padding: 15px 0;

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

.menu:hover, .activo{
	background: black;
}

.dos{
	padding: 6px 0;
}


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


#contenido{
	background: #ffffcc;
	width: 100%;
	float: left;
	padding: 20px 10px;

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

.titulo{
	width: 100%;
	font-family: 'Anton', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}

.parte{
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
	padding: 0 130px 0 150px;

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

.seccion{
	width: 62%;
	text-align: justify;
	font-size: 19px;
	line-height: 24px;
	float: left;
	padd
}

.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img{
	width: 100%;
	float: left;
}



.cuadro{
	background: #ffeafe;
	width: 29.33%;
	text-align: center;
	float: left;
	margin: 0 2%;

	border-radius: 20px;
}

.numero{
	width: 100%;
	font-weight: bold;
	font-size: 30px;
	color: blue;
	padding: 12px 0;
}

.texto-cuadro{
	width: 100%;
	font-size: 16px;
	line-height: 23px;
	float: left;
	padding: 0 0 20px 0;
}


.separacion{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}


#formulario{
	background: white;
	width: 60%;
	margin: 0 20%;
	padding: 20px;
	float: left;

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

.subtitulo{
	background: #ddd;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	float: left;
	padding: 12px;

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


.texto{
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
	margin: 0 0 40px 0;
}

center img{
	background: white;
}


#footer{
	background: black;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: white;
	float: left;
	padding: 12px 0;
}



@media screen and (max-width: 1100px){
	#wrapP{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	#menu ul li{
		width: 33.33%;
	}
	.dos{
		padding: 15px 0;
	}
}
@media screen and (max-width: 800px){
	.parte{
		padding: 0;
	}
	#formulario{
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 700px){
	.cuadro{
		width: 90%;
		margin: 0 5% 20px !important;
	}
}
@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 70%;
	}
}














