
body{
	margin: 0;
	padding: 0;
	font-size:62.5%;
	font-family: Helvetica, Arial,  sans-serif;
	color: #333;
	background-color: #F0F1F3;
}


p, ul {
		font-size:1.1em;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration:underline; 
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
/**/
.noVisibles{
	display: none;
}

.destacados {
	color:#F60;
	font: normal 3em serif;
}

.subdestacados {
	color:#666;
	font-size: 1.1em;
	font-weight: normal;
}