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

#L_GALLERY {
	float:left;
	width:289px;
	height:230px;
	padding:10px 13px 0px 23px;
	margin:0px 20px 0px;
	background:url(../img/instalaciones/gallery_back.jpg) no-repeat;
}

#L_GALLERY img {
	border:1px solid #aaa;
	margin-right:10px;
}

#L_GALLERY img:hover {
	border:1px solid #fff;
}

#L_CONTENT {
	float:left;
	margin:5px 0px 0px 0px;
	width:320px;
}

a.category_button {
	display:block;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
}

a.category_button:hover {
	color:#aaa;
}

span.category_button {
	display:block;
	color:#aaa;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:25px;
}
