.listado-galeria ul {
	margin:0 auto; 
	padding: 0;
	width:670px; 
	display:table;
}

.listado-galeria li {
	background-image:url('../imagenes/fotos.gif');
	background-repeat:no-repeat;
	background-position: right top;
	background-color:#e7e4f8;
	padding:8px;
	margin:8px;
	width:185px;
/*	height:210px; */	
/*	text-align: center; */
	float:left;
	display:inline;
	border-left:1px solid #EBEBEB;
	border-top:1px solid #EBEBEB;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}


.listado-galeria a{
	text-decoration: none;
}


.img-imagen {
	text-align: center;
	width:190px;
	height:190px;
}


.img-imagen img {
	border:1px solid #C0C0C0;
	padding:3px;
/*	width:140px; */
/*	height:120px; */
}

.titulo-imagen{
	margin:0;
	font-size: 12px;
	font-weight: bold;
	background-color:#4b578b; 
/*	border-bottom: 2px solid #4b578b; */
	text-align: center;
	color:#FFFFFF; 
/*	color:#4b578b;*/
}

.descripcion-imagen{
	font-size: 10px;
}






/* ------------------------- MOSTRANDO LA POSTAL ------------------------- */

.imagen-postal{
	text-align: center;
}

.postales {
	margin:0 auto;
	width:500px;
}

.box {
	margin:0 auto;
	width: 490px;
	height: 260px;
	display: table;
} 

#boxContent {
	border: 1px solid #666666;
	background: #FFFFFF url('../imagenes/sello.jpg') no-repeat right top;
}

#boxContent {
	position: relative;
	left: -2px; top: -2px; 
}

#boxContainer {
	position: relative;
	background: #666;
	margin: 4px;
}

.texto-postal{
	border-right:1px solid #000000;
	overflow:auto;
	width: 250px;
	height: 230px;
	margin:10px;
	float:left;
	padding-right:5px;
}

.direccion-postal{
	margin-top: 150px;
}

.remitente{
	border-bottom:1px solid #000000;
	margin-left:290px;
	margin-right:5px;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:3px;
	width:185px;
	font-size:12px;
}

.descripcion-imagen{
}
