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

/***Social Block***/
.contenedorSocial	{ }
.social{
	display: inline-block;
	padding:0px;
    float: right;
    margin: -350px 120px 0px 0px;
    padding: 0px;
    width: 156px;}	

.social li { background-color: transparent;
	padding: 0px !important;
	float: left;
	margin: 10px 6px;
	list-style:none;}
	
.resetBckg	{ background-color:transparent !important;}
	
.social li a { 
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999%;
	
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
    -webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}		
.social .linkedin a {
	background: url(../img/social.png) -1px -1px no-repeat; background-color:transparent !important;}	
	
.social .linkedin a:hover {
	background: url(../img/social.png) -1px -51px no-repeat;
	}	
	
.social .twitter a {
	background: url(../img/social.png) -101px -1px no-repeat;
	}	
	
.social .twitter a:hover {
	background: url(../img/social.png) -101px -51px no-repeat;
	}	
	
.social .facebook a {
	background: url(../img/social.png) -51px -1px no-repeat;
	}
	
.social .facebook a:hover {
	background: url(../img/social.png) -51px -51px no-repeat;
	}			

.social li a:hover {
	background-color: #e5f2bd;
	}	
