.titulo{
	margin-top: 30px;
	text-align: center;
}

.nosotros-iconos{
	background: #EDEDED;
	padding: 20px 0px;
	text-align: center;
	margin-top: 12px;
}

.nosotros-iconos a{
	margin: 0px 5px;
}

.nosotros-iconos a:hover{
	text-decoration: none;
}	

.nosotros-iconos a img{
	max-width: 126px;
	width: 100%;
}

.content{
	margin-top: 50px;
	margin-bottom: 50px;
}

.content p{
	font-size: 18px;
	font-weight: 300;
}

.formulario-titulo{
	text-align: center;
}

.formulario{
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
	margin-top: 30px;
}

.formulario table tr .td-first{
	width: 20%;
}

.formulario table tr .td-second{
	width: 80%;
}

.formulario label{
	width: 20%;
	font-weight: 400;
	color: #E89647;
}

.formulario input, textarea{
	width: 80%;
	height: 26px;
	border: 2px solid #1D1D1B;
	margin-bottom: 5px;
}

.formulario textarea{
	resize:none;
	height: 64px;
}

.formulario input[type="submit"]{
	border: none;
	width: auto;
	height: auto;
	background: #E89647;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 22px;
}	

.cv{
	text-align: center;
}

.cv input, textarea{
	width: 80%;
	height: 26px;
	max-width: 240px;
	border: 2px solid #1D1D1B;
	margin-bottom: 5px;
}

.cv input[type="submit"]{
	border: none;
	width: auto;
	height: auto;
	background: #E89647;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 22px;
}

.cv input[type="file"]{	
	border: none;
	margin-bottom: 15px;
	margin:0 auto;
}	


.cv h1{
	color: #569F51;
	font-size: 22px;
	font-weight: 700;
}	