/* coloca una imagen y quita el titulo*/	
 .encabezado  {
	
	margin-top:0px;
	margin-left:0px;
	background: transparent url(../imagenes/burro.png) no-repeat; 
	width:500px;
	height:364px;
	float:left;
	border: 1px solid white;
	}

.encabezado h1 span{
	display:none;

}/* --- hasta aqui llega la funcion --- */


/* --- coloca una mi foto y quita el titulo del menu--- */	
 .encabezado2 {
	margin-top:0px;
	margin-left:500px;
	background: transparent url(../imagenes/cab_sofia.png) no-repeat; 
	width:200px;
	height:190px;
	/*border: 1px dotted black;*/
	}

.encabezado2 h2 span{
	display:none;

}/* hasta aqui llega la funcion*/



/* #ece8e4*/

/* --------------------------------------------------- */
/*  deja el pato fijo en toda la pagina               */
/* --------------------------------------------------*/
body{
	background:url(../imagenes/pato.png) no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
	
	}
	
/* --------------------------------------------------- */
/*  seccion de fotos			              */
/* --------------------------------------------------*/

/* -- crea el fondo blanco de la galeria de fotos*/

.contenido{
	background:url(../imagenes/fondo.png);
	width: 710px;
	margin-top:177px;
	margin-left:130px;
	border: 1px solid silver;
	
}

/* seccion de pequeño menu*/
blockquote li {
	background:#f6f1cb;
	padding:3px 15px;
	list-style:none;
	border:1px solid #000;
	margin-left:0px;
	display:inline;
	content:" ";
}

/* le quita las propiedades de lista para incluir imagenes*/
.listagaleria{

		list-style-type:none;
		padding:0em;
		margin:55px;
		width:600px;
		background:#EEE;
}

/* dibuja el borde redondeado */
.imagenitem{
		border: 1px solid silver;
		pading: 1em;
		margin-top: 1em;
		-moz-border-radius: 0.7em;
}

/* coloca el marco blanco a la imagen y el borde gris */ 
.imagenthumb {
		background: white;
		border: 1px solid gray;
		padding:4px;
		margin:1px;
}

/* -- formato del texto -- */

.imagentitulo h2{
	
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color:#7D775C;
	text-align:center;
}
.imagendescripcion p {
	
	font:10pt/16pt georgia;
	margin-top:0px;
	margin-right:2em;
	margin-left:2em;
	text-align:justify;
}

.imagen{
	width:150px;
	margin-left:0px;
	margin-top:0px ;
	border:2px solid;
}
.imagencomentario {
	width:600px;
	text-align:justify;
	margin-left:0px;
	
}

.imagencomentario h2{
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color:#7D775C;
	text-align:center;
}
.imagencomentario p{
	font:10pt/16pt georgia;
	margin-top:0px;
	margin-right:2em;
	margin-left:2em;
	text-align:justify;

}

cite{
	text-align:justify;
	padding:4em;
}	
	