.social .facebook
{
	background: url(/img/social/facebook.png) 0px 0px;
}
DIV.social
{
	margin-top: 15px;
	margin-bottom: 15px;
}
.social .twitter
{
	background: url(/img/social/twitter.png) 0px 0px;
}
.social A
{
	margin-right: 2px;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -500px;
	overflow: hidden;
	background-position: 0 0;
}
#contenido .social
{
	text-align: center;
	margin-bottom: 20px;
}
.social A:hover
{
	background-position: 0px -38px;
}
.social .googleplus
{
	background: url(/img/social/googleplus.png) 0px 0px;
}
.clearboth
{
	clear: both;
}
