.ESCONDIDO {
    display:		none;
}
.MENSAJE {
    position:		fixed;
    top:		150px;
    left:		250px;
    width:		20%;
    color:		black;
    background:		lightgreen;
    font-weight:	normal;
    text-align:		left;
    padding:		20px;
    border:		2px solid #555555;
    border-radius:	5px;
    box-shadow:		10px 10px 10px #555555;
    z-index:		1000;
}
.MENSAJE input.BOTON {
}
.ERROR {
    position:		fixed;
    top:		150px;
    right:		250px;
    width:		20%;
    color:		yellow;
    background:		salmon;
    font-weight:	bold;
    text-align:		justify;
    padding:		20px;
    border:		2px solid #ff5555;
    border-radius:	5px;
    box-shadow:		5px 5px 5px #000000;
    z-index:		1000;
}
img {
    border:		none;
}
table {
    margin:		0px;
    padding:		0px;
    border-collapse:	collapse;
}
td {
    padding:		0px;
    vertical-align:	top;
}
