* {
	margin:0;
	padding:0;
}


/* FONTS */


<style>
@import url('https://fonts.googleapis.com/css?family=Roboto:100');
</style>

.tesssto{}


.testo_blanco{
	font-family: 'Roboto';
	font-weight:100;
	font-size:32px;
    color:#4a403e;
    font-style:normal;
    text-align:right;
}

.testo_verde{
	font-family: 'Roboto';
	font-weight:100;
	font-size:28px;
    color:#a4bb01;
    font-style:normal;
    text-align:left;
}

body{
		
	background:url(img/fondo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

#logo{
	width:205px;
	height:78px;
	background-image:url(img/logo.svg);
	float:left;
	display: block;
	margin-left:50px;
	margin-top:50px;
}

#marron{
	width:330px;
	height:95px;
	background-color:#4a403e;
	clear:both;
	position:absolute;
    top: calc(50% - 45px);
	right:0;
}

#texto{
	width:257px;
	height:20px;
	clear:both;
	float:left;
	margin-top:55px;
	margin-left:10px;
}


#iconos_btn{
	width: 300px;
	height: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	margin-right: 70px;
	position: absolute;
	top: calc(50% + 40px);
	right:0;
	
	font-family: 'Roboto';
	font-weight:100;
	font-size:32px;
    color:#4a403e;
    font-style:normal;
    text-align:right;
}


@media screen and (max-width:800px ) {
	

body{
		
	background:url(img/fondo2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}	
	

#logo{
	width:205px;
	height:78px;
	background-image:url(img/logo.svg);
	float:none;
	display: block;
	margin:0 auto;
	margin-top:50px;
}

#marron{
	width:300px;
	height:95px;
	background-color:#4a403e;
	clear:both;
	position:absolute;
    top: calc(70%);
	right:0;
}

#texto{
	width:257px;
	height:20px;
	clear:both;
	float:left;
	margin-top:55px;
	margin-left:10px;
}


#iconos_btn{
	width: 100%;
	height: 50px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-right: 0px;
	position: absolute;
	top: calc(30%);
	right:0;
	
	font-family: 'Roboto';
	font-weight:100;
	font-size:32px;
    color:#FFF;
    font-style:normal;
    text-align:center;
}

}	
