body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	border-bottom: 1px solid #B0BDC;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 100px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	background: #C4CED9; /* IE6 Bug */
	padding: 5px 5px 5px 10px;
	border: 1px solid #B0BDCC;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	display: block;
	color: #00ff00;
	background: #A7B6C7 url(images/raya.gif)repeat-y 0px 0px;
	}

/* Hover Styles */

li ul li a {
	padding: 5px 5px 5px 20px;
	background:#eff3ff;
	font-weight:normal;} /* Sub Menu Styles */
li ul li a:hover {
	display: block;
	color: #607995;
	background: #DCE1E7;
	}
li:hover ul, li.over ul { display: block; } /* The magic */

.negro
 {font-family:verdana;
  color:black;
  font-size:12;}

.rojo
 {font-family:verdana;
  color:red;
  font-size:13;
  font-weight:bold;}

.rojo_small
 {font-family:verdana;
  color:red;
  font-size:12;
 }

.rojo2
 {font-family:verdana;
  color:red;
  font-size:26}

.verde
 {font-family:verdana;
  color:green;
  font-size:15}


.blanco
 {
  color:white;
 }

.azul
 {
  font-family:verdana;
  color:blue;
  font-weight:bold;
 }

 .azul_2
{
  font-family:verdana;
  color:blue;
  font-size:12;
}

.azul_3
{
  font-family:verdana;
  color:blue;
  font-size:25;
  font-weight:bold;
}


