/*gallery module*/
#cright #gallery{
	margin-bottom:20px;
}
#cright #gallery ul{
	margin-left:7px;
}
#cright #gallery h2{
	background-color:#DB954E;
	color:white;
	padding:2px 6px;
	margin-bottom:10px;
	width:88%;
}
ul.gallery li{
	float:left;
}
#cright ul.gallery li a{
	border:3px solid white;
	display:block;
	width:53px;
	height:53px;
	overflow:hidden;
}
#biggallery{
	border:1px dashed #CED1C4;
	padding:10px 0px;
	width:516px;
	text-align:center;
	margin-bottom:20px;
}
#insidegallery{
	margin:0 auto;
	text-align:left;
	width:489px;
	overflow:hidden;
}

/* listado y ficha de galerķas */
#card ul.gallery{
	margin:40px 0px 40px 30px;
	padding:0px;
}
#card ul.gallery li{
	list-style-type:none;
	margin:0px 5px 3px 0px;
	padding:0px;
}
#card ul.gallery img{
	border:1px dashed #CED1C4;
	padding:4px;
}
ul.list_galleries{
	margin:20px 0px 0px 0px;
	padding:0px;
}
ul.list_galleries li{
	list-style-type:none;
}
ul.list_galleries li img{
	border:1px dashed #CED1C4;
	padding:6px 6px 18px 6px;
	background:transparent url(/img/ico_viewgallery.gif) no-repeat right bottom;
	margin-left:30px;
}
ul.list_galleries h3{
	font-size:1.1em;
}
ul.list_galleries h3 a{
	color:#DA954E !important;
	text-decoration:none;
}
.image_description{
	margin:5px 10px;
	color:#395197;
}
