/* CSS Document */
#socios {

	margin-top: 20px;
}
#socios img.logo {
float: left;
width: 196px;
height: 139px;
margin: 2px;
background-color: #FFF;
border: 1px inset rgba(51, 51, 51, 0.2);
}
#socios a.email {
	font-size: 12px;
	text-decoration: underline;
	color: #666;
}
#socios a.email:hover {
	color: #900;
}
#socios p.direccion {
	background-color: rgba(189,51,34,0.1);
	display: inline-block;
	padding: 3px;
	font-size: 12px;
}
#socios h3 {
	color: #B20000;
}
#socios div.info {
	margin-left: 15px;
	float: left;
	width: 600px;
}
#socios div.item {

	display:inline-block;
}
