
.user {
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}

A.menu2, A.menu2:LINK, A.menu2:VISITED, A.menu2:ACTIVE {	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}

A.menu2:HOVER, A.menu2:FOCUS {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #CC0000;
	font-size : 11px;
	font-weight : normal;
	text-decoration: underline;
}

A.menu1, A.menu1:LINK, A.menu1:VISITED, A.menu1:ACTIVE {	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}

A.menu1:HOVER, A.menu1:FOCUS {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #CC0000;
	font-size : 11px;
	font-weight : normal;
}

A.rssLink:visited {color:blue;}	/* to prevent making links to homepage (rss) diff from ads (bc of visited color) */

/*BODY {
	color: white;
	background: lightgreen;
}*/

.contenido {
	color: black;
	/*color: white;
	background: #999999;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.contenidoRosado
{
	color : pink;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}

.contenidoRojo1 {
	color : #CC0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}

.contenidoGris {
	color : Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}

.contenidoAzul {
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}

.contenidoRojo {
	color : #CC0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
}

.contenidoNegro {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
}

.headers {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

.headersRojo {
	color : #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
	font-weight : bold;
}

.BGrojo {
	background: #CC0000;
}

.BGoscuro {
	background: #000000;
}

.BGclaro {
	background: #BBBBBB;
}

.BGclaromenos {
	background: Gray;
}

.Copy {
	color: gray;	/* #ffffff; */
	background: #000099;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	vertical-align: middle;
}

.btnRojo {
	color : #ffffff;
	background: #CC0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}

.btnAzul {
	color : #ffffff;
	background: #000099;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}

.headerINT {
	color : #ffffff;
	background: #CC0000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
	font-weight: bold;
}

.comboBox
{
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Verdana
}
.inputBox
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Verdana;
    HEIGHT: 18px
}
.inputBoxNoBorders
{
	border-right: 0px;
	border-top: 0px;
	font-size: 10px;
	border-left: 0px;
	width: 100%;
	color: black;
	border-bottom: 0px;
	font-family: Verdana;
	height: 18px;
	text-align:right;
}
.inputBoxNoBordersLeft
{
	border-right: 0px;
	border-top: 0px;
	font-size: 10px;
	border-left: 0px;
	width: 100%;
	color: black;
	border-bottom: 0px;
	font-family: Verdana;
	height: 18px;
	text-align:left;
}
.inputBoxNoBordersNoEdit
{
	border-right: 0px;
	border-top: 0px;
	font-size: 10px;
	border-left: 0px;
	width: 100%;
	color: black;
	border-bottom: 0px;
	font-family: Verdana;
	height: 18px;
	background-color:Transparent;
	text-align:right;
}
.inputBoxNoBordersNoEditLeft
{
	border-right: 0px;
	border-top: 0px;
	font-size: 10px;
	border-left: 0px;
	width: 100%;
	color: black;
	border-bottom: 0px;
	font-family: Verdana;
	height: 18px;
	background-color:Transparent;
	text-align:left;
}
.inputBoxNoBordersNoEditWhite
{
	border-right: 0px;
	border-top: 0px;
	font-size: 10px;
	border-left: 0px;
	width: 100%;
	color: white;
	border-bottom: 0px;
	font-family: Verdana;
	height: 18px;
	background-color:Transparent;
	text-align:right;
}
.inputBoxNoBordersNoEditWhite1Line
{
	border-right: 0px;
	border-top: 0px;
	font-size: 10px;
	border-left: 0px;
	color: white;
	border-bottom: 0px;
	font-family: Verdana;
	height: 18px;
	background-color:Transparent;
	text-align:right;
}
.inputText
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana
}
.text
{
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
