A:link {
	TEXT-DECORATION: underline
}
A:visited {
	TEXT-DECORATION: underline
}
A:active {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: none
}
.text {
	FONT-SIZE: 3mm; COLOR: #ffffff; FONT-FAMILY: Tahoma
}
.text:link {
	FONT-SIZE: 3mm; COLOR: #ffffff; FONT-FAMILY: Tahoma; text-decoration: underline
}
.text:hover {
	FONT-SIZE: 3mm; COLOR: #ffffff; FONT-FAMILY: Tahoma
}

.textblack {
	FONT-SIZE: 3mm; COLOR: #000000; FONT-FAMILY: Tahoma
}
.textblack:link {
	FONT-SIZE: 3mm; COLOR: #000000; FONT-FAMILY: Tahoma; text-decoration: underline
}
.textblack:hover {
	FONT-SIZE: 3mm; COLOR: #000000; FONT-FAMILY: Tahoma
}

.head {
	FONT-WEIGHT: bold; FONT-SIZE: 3mm; COLOR: #576b87; FONT-FAMILY: Tahoma
}
.head:link {
	FONT-WEIGHT: bold; FONT-SIZE: 3mm; COLOR: #576b87; FONT-FAMILY: Tahoma
}
.head:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 3mm; COLOR: #576b87; FONT-FAMILY: Tahoma; TEXT-DECORATION: underline
}

.cmd         {
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12 px;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	border: 1px solid #ffffff;
}
.txt         { background-color: #D6DBBD; font-family: Arial, Tahoma; font-size: 12 px }
.cmdb        { background-color: #CAE0F0; font-family: Tahoma; font-size: 12 px; 
               font-weight: bold; border-style: solid; cursor: hand}
.text2:link   { font-family: Arial, Tahoma, Verdana; font-size: 13 px; font-weight: normal; 
               text-decoration: underline; color: #FFFFFF }
.text2:visited { font-family: Arial, Tahoma, Verdana; font-size: 13 px; font-weight: normal; 
               color: #FFFFFF }
.text2:hover
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 13 px;
	font-weight: normal;
	text-decoration: none
}
.carrito
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: tahoma
}
.carrito:link
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: tahoma
}
.carrito:visited
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: tahoma
}
.carrito:hover
{
    FONT-SIZE: 8pt;
    COLOR: #ad1010;
    FONT-FAMILY: tahoma
}
.cmdweb      { color: #FFFFFF; background-color: #316963; border-style: solid; border-color: 
               #D6DBBD }

a#leftmenu {
	display:block;
	width:100%;
	height:100%;
	background:#000000;
	text-align:left;
	text-decoration:none;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	padding: 2px;
	border: 1px solid #ffffff;
 }
a#leftmenu:hover {
     background:#FFFFFF;
     color:black;
 }