/*LOADING*/
.cero {font-size: 1px}

     #cajamensaje{
	z-index:500;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
	display:none
	 
	 }
	 * html #cajamensaje { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#contenido {
	position: fixed;
	z-index:501;
}

* html #contenido { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.estilodetexto{
font-family:Verdana, Arial, Helvetica, sans-serif;
size:11px;
}


.cajamensajepequeno {
position:fixed;
z-index: 501;
width:400px;
height:70px;
top:50%;
left:50%;
margin-top:-10px;
margin-left:-180px;
border: 1px solid #000000;
background-color:#FFFFFF

}

.cajacondiciones {
position:fixed;
z-index: 501;
width:800px;
height:600px;
top:5%;
left:50%;
margin-top:0px;
margin-left:-180px;
border: 1px solid #000000;
background-color:#FFFFFF

}
.cajacondiciones
{
position:fixed;
z-index: 501;
width:700px;
height:480px;
top:50%;
left:50%;
margin-top:-240px;
margin-left:-350px;
border: 1px solid #000000;
background-color:#FFFFFF

}

.cajamensajecargando
{
position:fixed;
z-index: 501;
width:400px;
height:160px;
top:50%;
left:50%;
margin-top:-80px;
margin-left:-180px;
border: 1px solid #000000;
background-color:#FFFFFF

}

