BODY {
    background-repeat : no-repeat;
    background-position : center;
    background-color: #oooooo;
    margin : 1px;
    font-family : Arial;
    font-size : 12px;
    color : Black;
    font-weight : bold;
}

A:LINK, A:ACTIVE, A:FOCUS, A:VISITED {
    font-weight : bold;
	color : #CC0000;
}

A:HOVER {
	text-decoration : underline;
	color : #990000;
}

TABLE.estructura {
	background-color : #660033;
}

TABLE {
	background-color : #CC3300;
}

TD.2 {
    background-color : #CC3300;
}

TD.1 {
    background-color : #FF9966;
}

TD.0 {
    background-color : #FFCCCC;
}

TR.2 {
    background-color : #B50A20;
}

TR.1 {
    background-color : #FF9966;
}


TR.0 {
    background-color : #FFCCCC;
}

INPUT {
    background-color : #FFCC99;
    color : Black;
    border : 2px ridge Black;
    font-size : 10px;
    font-family : Verdana, Arial;
    font-weight : normal;
}

INPUT.boton {
    background-color : red;
    color : Black;
    border : 1px ridge black;
    font : Arial;
    font-size : 12px;
    font-weight : bold;
    height : auto;
}

INPUT.reloj {
    background-color : #FFCCCC;
    border-style: none;
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    color : Black;
    height : auto;
}

INPUT.miniboton {
    background-color : #CC6600;
    color : #FFFFFF;
    border : 1px ridge Black;
	font-size : 9px;
    font-weight : bold;
    height : auto;
	font : Arial;
}

TEXTAREA {
    background-color : #FFCC99;
    color : Black;
    border : 2px ridge Black;
    font-size : smaller;
    font-family : Verdana, Arial;
}

SELECT {
	background-color : #FFCC99;
    color : Black;
    border : 2px ridge Black;
    font-size : 10px;
    font-family : Verdana, Arial;
    font-weight : normal;
}

.titulo {
    font-family : Arial;
    font-size : 16px;
    font-weight : bold;
    color : white;
}

.minititulo {
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    color : white;
}

.texto0 {
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    color : Black;
}
.texto1 {
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    color : White;
}

.minitexto0 {
    font-family : Arial;
    font-size : 8pt;
    font-weight : normal;
    color : Black;
}
.minitexto1 {
    font-family : Arial;
    font-size : 8pt;
    font-weight : normal;
    color : White;
}

.in {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #0033CC;
}

.out {
	font-family : Arial;
	font-size : 8pt;
	font-weight : normal;
	color : #990000;
}

TD.bar1 {
    background-color : #0033CC;
}

TD.bar2 {
    background-color : #990000;
}

.textobar {
    font-family : Arial;
    font-size : 8pt;
    font-weight : normal;
    color : White;
}