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

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bolder;
		text-transform: none;
		color: #444;
		text-decoration: none;
		word-spacing: -1px;
		letter-spacing: -1px;
		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: #56c5f2;
	color: #fff;
	border:1px solid #56c5f2;

}

.derecha {
	text-align: right;
}

.social {
	margin-right: 20px;
}