#box{
    width:300px;
    background:#D8EBEF;
    padding:50px;
    border:2px solid #FBFFFF;
}
#cajaUser{ 
    background-image: url(../Img/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 2000px; 
    height: 2000px;
}
* html #cajaUser{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="img/overlay.png", sizingMethod="scale");
}
#UserBox{
	width:400px;
	background:#D8EBEF;
	padding:50px;
	border:2px solid #FBFFFF;
}
#AvisosBox{
	width:400px;
	background:#E0ECEF;
	padding:50px;
	border:2px solid #FFFFFF;
}
.textoSuelto {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #606060;
	font-size: 12px;

}
