html, body { 
	margin: 0;
	padding:0;
	background: #f2f7f9;
	color: #333333;
	font-family: Arial,Helvetica, sans-serif; 
	font-size:9pt;
} 	
a {text-decoration: none; color: #666;}
	

h1, h2, h3, h4 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: none;
		color: #666;
		text-decoration: none;
		line-height: 18px;
		margin-bottom: 15px;
		text-shadow: #fff 1px 1px 1px;
		}

h2 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-transform: none;
		color: #666;
		text-decoration: none;
		line-height: 18px;
		margin-bottom: 15px;
		text-shadow: #fff 1px 1px 1px;
		}

div.multiple {
	float: left;
	background-color: #fff;
	width:28px; height:28px;
	border:1px solid #f2f7f9;
	margin:3px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	font-size: 14pt;
	-moz-border-radius: 2em;
	  border-radius: 2em;
}

div.multiple.hover {
	background-color: #ff6c00;
	color: #fff;
	border:1px solid #ff6c00;

}

.derecha {
	text-align: right;
}

.social {
	margin-right: 20px;
}

.advert {
	background: #f2f2f2;
	height: 20px;
	width: 470px;
	-moz-border-radius: 2em;
	border-radius: 2em;
	padding: 3px;
	}
	
.addthis_toolbox {
	margin-left: 10px;
}

.logo {
	text-align: center;
	margin-bottom: 5px;
}

.tagline {
	background: #000;
	padding: 13px 0px 0px 0px;
}