.tabla_fondo_index
{
	background-color:f6fcfb;
}

#fondo
{
	position:absolute;
	background-color:#ffffff;
	width:100%;
	height:100%;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	z-index:0;
}
.mensaje, .mensaje2
{
	position:absolute;
	width:374pt;
	top: 30%;
	left: 32%;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	z-index:20;
}
.mensaje .top, .mensaje2 .top
{
	height:32px;
	background:url(img/men_top.png) no-repeat center;
	/*//background:url(img/img_trans.gif);
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/men_top.png',sizingMethod='scale');*/
}

.mensaje .med, .mensaje2 .med
{
	width:auto;
	background:url(img/men_med.png) repeat-y center;
	/*//background:url(img/img_trans.gif);
	//width:492px;
	//height:100%;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/men_med.png',sizingMethod='crop');
	//margin:0;*/
	
}

.mensaje .but, .mensaje2 .but
{
	height:32px;
	background: url(img/men_bottom.png) no-repeat center;
	//width:493px;
	//margin-top:0px;
	//position:relative;
	/*
	//background-color:#999999;
	//background:url(img/img_trans.gif);
	
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/men_bottom.png',sizingMethod='crop');
	//margin:0;*/
}

.mensaje2 
{
	/*display:none;*/
	z-index:99999999999;

}

.mensaje2 .cabecera
{
	font-size:32px;
	font-weight:bold;
}
.mensaje2 .imagen
{
	position:relative;
	left:0;
	/*width:128px;
	height:128px;
	left:25pt;
	top: -20pt;
	float:left;*/
	color:transparent;
}
.mensaje2 img
{
	position:relative;
	left:200px;
}
.Estilo1 {color: #000000}
/*
<div id="fondo">
</div>
<div id="mensaje">
	<div class="arriba">
		<div class="izq"></div><div class="cen"></div><div class="der"></div>
	</div>
	<div class="centro">
		<div class="izq"></div><div class="cen">dddd</div><div class="der"></div>
	</div>
	<div class="abajo">
		<div class="izq"></div><div class="cen"></div><div class="der"></div>
	</div>
</div>

#mensaje
{
	position:fixed;
	color:#FFFFFF;
	top:20%;
	left:40%;

	/*visibility:hidden;

}

#mensaje .arriba, #mensaje .centro, #mensaje .abajo
{
	background-color:#FF0000;
}
#mensaje .arriba .izq
{
	float:left;
	width:26px;
	height:32px;
	background: url(img/sup_iz.png) no-repeat;
}

#mensaje .arriba .cen
{
	float:left;
	width:50%;
	height:32px;
	background:url(img/sup_ce.png);
}

#mensaje .arriba .der
{
	float:left;
	clear:none;
	height:32px;
	width:29pt;
	background:url(img/sup_de.png) no-repeat;
}

#mensaje .centro .izq
{
	float:left;
	clear:none;
	height:32px;
	width:29pt;
	background:url(img/cen_iz.png) no-repeat;
}

#mensaje .centro .cen
{
	float:left;
	width:60%;
	height:32px;
	background:url(img/cen_ce.png);
}

#mensaje .centro .der
{
	float:left;
	clear:none;
	height:32px;
	width:29pt;
	background:url(img/cen_de.png) no-repeat;
}

#mensaje .abajo .izq
{
	float:left;
	clear:none;
	height:32px;
	width:29pt;
	background:url(img/inf_iz.png) no-repeat;
}

#mensaje .abajo .cen
{
	float:left;
	width:60%;
	height:32px;
	background:url(img/inf_ce.png);
}

#mensaje .abajo .der
{
	float:left;
	clear:none;
	height:32px;
	width:29pt;
	background:url(img/inf_de.png) no-repeat;
}




*/

