* {margin: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

ul, ul li, li{
	list-style: none;
	margin: 0px;
}

p{
    overflow-y: hidden;
}

input[type=text]{
	width: 70%;
	height: 25px;
	
	/*font-family: Oswald;*/
	font-family: 'Archivo Narrow';
	font-size: 18px;
	padding-left: 5px;

	background-color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 4px;
}

textarea {
	width: 70%;
	height: 165px;

	/*font-family: Oswald;*/
	font-family: 'Archivo Narrow';
	font-size: 18px;
	padding-left: 5px;

	background-color: #ffffff;
	border: 2px solid #ccc;
	border-radius: 4px;
	resize: none;	
}

input[type=submit]{
	/*font-family: Oswald;*/
	font-family: 'Archivo Narrow';
	font-size: 18px;
	width: 70%;
	height: 30px;
	background-color: #070551;
	border: 0px;
	border-radius: 5px;
	color: #ffffff;
}

input[type=submit]:hover {
	background-color: #074172;
}

.banner-seccion {
	width: 100%;
	height: 120px; 
	background: #070551;
	/*font-family: Oswald;*/
	font-family: 'Archivo Narrow';
    font-weight: 500;
    font-size: 38px;
    padding-top: 38px;
    padding-left: 160px;
    color: #ffffff;
}

.container-2-columnas {
	width: 100%;
	height: 440px;
	background: #ffffff;
	padding-left: 120px;
	padding-right: 120px;
	overflow-y: hidden;
}
.columna-izq {
	float: left;
	font-family: 'Archivo Narrow';
	font-size: 23px;
	text-align: justify;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 60%;
	height: 100%;
	background: #fff;
	overflow-y: hidden;
}

.columna-der {
	float: left;
	font-family: 'Archivo Narrow';
	font-size: 20px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 40%;
	height: 100%;
	background: #fff;
}

@media only screen and (max-width: 620px){
	
	.banner-seccion{
		width: 100%;
		height: 15%; 
		background: #070551;
		font-family: 'Archivo Narrow';
	    font-weight: 500;
	    font-size: 38px;
	    padding-top: 5px;
	    padding-left: 10px;
	    color: #ffffff;
	}

	.container-2-columnas {
		width: 100%;
		height: 70%;
		background: #ffffff;
		padding-left: 0px;
		padding-right: 0px;
		overflow-y: hidden;
	}

	.columna-izq {
		float: none;
		font-family: 'Archivo Narrow';
		font-size: 22px;
		text-align: justify;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 20px;
		width: 100%;
		height: 100%;
		background: #ffffff;
	}
	.columna-izq p{
		line-height: 20px;
	}

	.columna-der {
		float: none;
		font-family: 'Archivo Narrow';
		font-size: 22px;
		text-align: justify;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom:20px;
		width: 100%;
		height: 100%;
		background: #ffffff;
	}

	input[type=text]{
		width: 100%;
		height: 30px;

		/*font-family: Oswald;*/
		font-family: 'Archivo Narrow';
		font-size: 18px;
		padding-left: 5px;
		
		background-color: #ffffff;
		border: 2px solid #cccccc;
		border-radius: 4px;
	}

	textarea {
		width: 100%;
		height: 185px;
		
		/*font-family: Oswald;*/
		font-family: 'Archivo Narrow';
		font-size: 18px;
		padding-left: 5px;
		
		background-color: #ffffff;
		border: 2px solid #ccc;
		border-radius: 4px;
		resize: none;	
	}

	input[type=submit]{
		/*font-family: Oswald;*/
		font-family: 'Archivo Narrow';
		font-size: 17px;
		width: 100%;
		height: 30px;
		background-color: #070551;
		border: 0px;
		border-radius: 5px;
		color: #ffffff;
	}

	input[type=submit]:hover {
		background-color: #074172;
	}
}