*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



body{

}

.g-contenedor{

	background-color: gray;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height:100vh;
}

.blanca, .morada {

	width: 50%;
}


.seccion{

	background-color: blue;
}

.blanca{

	background-color: #F9F9F4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #363188;
}

.b-contenedor{

	width: 550px;
	height: 400px;
	background-color: ;


}

.logo{

	width: 120px;
	height: 200px;
	background-color: ;
	margin: 20px auto;
	bottom: 30px;
	background-image: url(../img/logo.png);


}

#empujar{
	height: 10px;
}

.b-contenedor h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;

}
.b-contenedor p{
	text-align: center;
	-webkit-box-pack: ;
	-webkit-justify-content: ;
	-ms-flex-pack: ;
	justify-content: ;
	margin-top: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}



hr{

	width: 52%;
	margin:12px auto;
	border-color:#363188;


}



.morada{
	background-color: #363188;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.info{
	width: 80%;
	height: auto;
	background-color: ;
	margin-top:20%;
	margin-left: 10%;


}
.hr-renglones{
	width: 100%;
	border-color:#F9F9F4 ; 
	opacity: 0.1;
}

.division-renglones {
	margin:20px 0px 20px 0px;
	
}

.division-renglones h3 {

	font-family: 'Roboto Condensed', sans-serif;
	color: #F9F9F4;
	font-weight: ;
	font-size: 1.2em;
}

.division-renglones p{
font-family: 'Roboto', sans-serif;
font-size: 0.9em;
color: #F9F9F4;
opacity: 0.9;

}
.lista-requerimientos li{
	font-family: 'Roboto', sans-serif;
	color: #F9F9F4;
	opacity: 0.9;
	font-size: 0.9em;
}


.lista-requerimientos{

	margin-left: 40px;
}


.pie{
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin: 20px;
	font-family: 'Roboto', sans-serif;
	
	color: #F9F9F4;
	font-size: 0.6em;
}


@media screen and (max-width: 800px){

		.seccion{
			width: 100%;

		}

		.blanca{

			height: 500px;
		}

		.info{
			margin-top:6%;
		}

		.g-contenedor{

			-webkit-flex-wrap: wrap;

			-ms-flex-wrap: wrap;

			flex-wrap: wrap;
		}

		.blanca{
			background-color: ;
		}
}

@media screen and (max-width: 600px){

	.blanca{
		background-color: ;
	}

	.b-contenedor{

		width: 300px;
	}

	h2{

		font-size: 1em;
	}
}