/* Contenido central ------------------------------- */

#contenido
{
	height:428px;
	width:865px;
	right:0px;
	bottom:25px;	
}

#contenedor-imagenes
{
	height:424px;
	width:562px;
	background-color:#fff;
	border:#CCC solid 2px;
/*
	padding:4px;
*/
}

#imagenes
{
	top:4px;
	left:4px;
	z-index:0;
}


#contenedor-txt-bienvenida
{
	right:0px;
	height:416px;
	width:280px;
	background-color:#fff;
	border:#CCC solid 2px;
	padding:4px;
	
	background-image:url(../imagenes/inicio/diana-fondo.jpg);
	background-repeat:no-repeat;
	background-position:center center;

	
}

#contenido-bienvenida
{
	margin-top:40px;
	padding-left:10px;
	padding-right:10px;
	font-size:0.9em;
	color:#222;
/*
		background-color:red;
*/
}



#caja-transparente
{
	top:6px;
	right:6px;
	height:25px;
	width:853px;
	background-color:#000;
	
	z-index:1;
	filter:alpha(opacity=60); /* Indica una opacidad del 60% (Equivalente al 40% de transparencia) en Internet Explorer. */
	-moz-opacity:.60; /* Indica una opacidad del 60% en Mozilla. */
	opacity:.60; /* Indica opacidad del 60% en Firefox y Opera. */
}

#txt-bienvenido
{
	right:170px;
	top:9px;
/*
	background-color:red;
*/
	width:100px;
	z-index:2;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
}

.saludo-felix
{
	font-size:0.8em;
	color:#555;
	font-style:italic;
}

