/*
@charset "utf-8";


html{
	
	overflow-x:hidden;
	margin:0;
	padding:0;	
}
ol, ul{
	list-style:none;
}
a{
	text-decoration:none;
}
body{
	margin:auto;
}
img{
	border:none;
}
*/
#wgal_content{
	/*
	margin-top:100px;
	margin:auto 50px;
	*/
	width:555px;
	height:280px;
	/*float:left;*/
	/*background:#222222;*/
/*	background:url(../lib/jqMySwb/services-plugin/assets/button/fondo1.gif);*/
background-color:#eeeeee;
	position:relative;
}
.titulo_galeriasoc{
	width:515px;
	height:23px;
	float:left;
 	position:relative;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	padding-right:20px;
	color:#fcff00;
	font-family:"Trebuchet MS",arial;
	text-transform:uppercase;
	font-size:20px;
	font-stretch:semi-expanded;
	text-align:center;
	background:#1f1f1f;
	color:#fff500;
}

 .box_margengal{
	width:515px;
	height:10px;
	float:left;
	background-color:#eeeeee;
	clear:both; 
	} 