A:link          { text-decoration: none; },
A:visited       { text-decoration: none; },
A:active        { text-decoration: none; },
A:hover         { text-decoration: none; }

BODY {
        scrollbar-face-color:#cdcdcd;
        scrollbar-arrow-color:#000000;
        scrollbar-track-color:#FFFFFF;
        scrollbar-shadow-color:#cdcdcd;
        scrollbar-highlight-color:#cdcdcd;
        scrollbar-3dlight-color:#FFFFFF;
        scrollbar-darkshadow-color:#FFFFFF;
}

.texto {
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
}

.fonsMain {
        margin: 0px;
        background-repeat: no-repeat;
        background-image: url('img/fondo.gif');
        background-position: top right;
}

.inbox {
        font-family : Verdana;
        font-size : 11px;
	color: #253769;
        height: 18px;
        margin: 2px;
        background-color: #eaefef;
        border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: 000000;
        border-right-color: 000000;
        border-bottom-color: 000000;
        border-left-color: 000000;
}

.freebox {
        font-family : Verdana;
        font-size : 11px;
	color: #253769;
        margin: 2px;
        background-color: #eaefef;
        border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: 000000;
        border-right-color: 000000;
        border-bottom-color: 000000;
        border-left-color: 000000;
}

.boton {
        font-family : Verdana;
        font-size : 11px;
        font-weight: bold;
        color: #222222;
        height: 25px;
        background-color: dddddd;
}