div.ctrl_galeria{
	position: relative;
	float: left;
	height: auto;
	width: 96%;
	margin:10px 0 10px 2%;
	padding:28px 0 0 0;
	background:url(../../images/default2/galeria.jpg) top left no-repeat;    
	border-bottom:5px solid #c4d7e7;
}
*>div.ctrl_galeria{
	width: 96%;
}
	div.ctrl_galeria ul{
		position: relative;
		float: left;
		list-style: none;
		width:100%;
		margin:10px 0 0 0;
		padding:0;
	}
		div.ctrl_galeria ul li{
			width:31%;
			position: relative;
			float: left;
			text-align: center;
			margin:0 1% 0 1%;
display:block;

		}
				div.ctrl_galeria ul li a{
					position: relative;
					float: left;
					padding:5% 5% 0 5%;
				}
					div.ctrl_galeria ul li a img{
						border: solid 2px #c4d7e7;
width:100%;
					}