@charset "utf-8";
/* CSS Document */

.social {
	position: fixed;
	right: 0;
	top: 250px; 
	z-index: 2000;
}
.social ul {
		list-style: none;
}
.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease;
}
	.social ul li .icon-facebook {background:#3b5998;}
	.social ul li .icon-twitter {background: #00abf0;}
	.social ul li .icon-google-plus {background: #d95232;}
	.social ul li .icon-pinterest {background: #ae181f;}
	.social ul li .icon-mail4 {background: #666666;}
	.social ul li .icon-whatsapp {background:#3C6;}
 
	.social ul li a:hover {
		background: #000; 
		padding: 10px 30px; 
	}
	

@media screen and (max-width: 480px){

	#contenedor {
		width:100%;
	}
	#sidebar{
	    display:none;
	        }
    #menu{
        text-align:center;
               }
}