* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:oswald, helvetica, arial, sans-serif;
	background: url(../img/fondoo.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    background-position: 0%;
}

.logo3 {
    width: 12%;
    height: auto;
	position:absolute;
	top:20px;
	left: 20px;
}

.logo2 {
    width: 10%;
    height: auto;
	position:absolute;
	top:20px;
	left:82%;
}

.text {
    color:#fff;
    text-align: center;

}

.text2 {
    color:#fff;
}

.text3 {
    color:#000;
}

.contenedor3 {
	width: 100%;
	max-width:1000px;
	margin:auto;
}

.contenido {
	margin:0px 0px;
	width:30%;
	height:35%;
	text-align:justify;
	padding:10px;
	float:left;
}

.contenido2 {
	height:30%;
	margin-left:30%;
	text-align:justify;
	padding:10px;
	border:3px solid #000;
	
}

.pie {
	width: 100%;
	margin-top:5%;
}

