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

#div_main_container {
	background-image: url(../../../grafica/secciones/gallery/fondo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	width: 800px;
	position: relative;
	margin: 0px auto;
}
#div_foto {
	float: left;
	height: 205px;
	width: 273px;
	background-image: url(../../../grafica/secciones/gallery/foto.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.img {
	padding: 10px;
	border: 1px solid #a6d4a8;
	margin-right: 2px;
	margin-left: 2px;
}