*{
	padding:0;
	margin:0;
}
body {
	
	background:url(); /* Nuestra textura */
	background-repeat:repeat; /* Indicamos que la textura se repetira */
	background-attachment: fixed; /* Establecemos una posicion fija para la textura */
	font-family:helvetica, arial, sans-serif;
	line-height:20px;
}

	#contenedor h2{
	font-family:helvetica, arial, sans-serif;
	line-height:20px;
	}

#parrafoantena{
margin: 0px 0px 70px 0px;
}
 

	

#contactos{

	background:green;
	width: 200px;
	height: 200px;
	border-radius: 20px 0px 20px 0px;
	float:left;
	margin: -350px 0px 0px -300px; 

}
#tituloantena{
	margin: 0px 50px 30px 1.5%;
}
#contactoantena{
	margin: -8% 0% 3% 0%;
}