body
	{
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
.contenedora
	{
	width: 42%;
	margin: 70px 8%;
	padding: 0;
	overflow: hidden;
	}
	
a
	{
	font-family: Helvetica, Arial, sans;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-decoration:none;
	}
	
p, h1
	{
	font-family: Helvetica, Arial, sans;
	font-size: 15px;
	color: black;
	text-decoration:none;
	}
	
h1
	{
		font-weight: bold;

	}
	
a:hover
	{
	text-decoration:underline
	}
	
ul
	{
	font-family: Helvetica, Arial, sans;
	font-size: 28px;
	font-weight: bold;
	color: black;
	text-decoration:none;
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
	}
