@charset "utf-8";
/* CSS Document */

.social_icons {
	float: right;
	margin: 0;
	width:295px;
	min-height:33px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

.social_icons a{
	float:left;
	width: 33px;
	height: 33px;
}

.social_icons .facebook{
	background: transparent url("../img/xtd_facebook_icon.png") no-repeat left top;
	width:35px;
	margin-right:10px;
}

.social_icons .facebook:hover{
	background: transparent url("../img/xtd_facebook_icon_over.png") no-repeat left top;
}

.social_icons .facebook:active{
	background: transparent url("../img/xtd_facebook_icon_over.png") no-repeat left top;
}


.social_icons .salir{
	background: transparent url("../img/green-button.png") no-repeat left top;
	width:35px;
	margin-right:10px;
}

.social_icons .salir:hover{
	background: transparent url("../img/buton-red.png") no-repeat left top;
}

.social_icons .salir:active{
	background: transparent url("../img/buton-red.png.png") no-repeat left top;
}



.social_icons .twitter{
	background: transparent url("../img/xtd_twitter_icon.png") no-repeat left top;
	width:35px;
	margin-right:10px;
}

.social_icons .twitter:hover{
	background: transparent url("../img/xtd_twitter_icon_over.png") no-repeat left top;
}

.social_icons .twitter:active{
	background: transparent url("../img/xtd_twitter_icon_over.png") no-repeat left top;
}

.social_icons .googleplus{
	background: transparent url("../img/xtd_googleplus_icon.png") no-repeat left top;
	width:35px;
	margin-right:10px;
}

.social_icons .googleplus:hover{
	background: transparent url("../img/xtd_googleplus_icon_over.png") no-repeat left top;
}

.social_icons .googleplus:active{
	background: transparent url("../img/xtd_googleplus_icon_over.png") no-repeat left top;
}

.social_icons .pinterest{
	background: transparent url("../img/xtd_pinterest_icon.png") no-repeat left top;
}

.social_icons .pinterest:hover{
	background: transparent url("../img/xtd_pinterest_icon_over.png") no-repeat left top;
}

.social_icons .pinterest:active{
	background: transparent url("../img/xtd_pinterest_icon_over.png") no-repeat left top;
}