body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #e4e4e4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.simula_href {
	font-family: Arial;
	font-size: 12px;
	color: #2bb0e9;
}

.simula_href_16 {
	font-family: Arial;
	font-size: 16px;
	color: #2bb0e9;
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #2bb0e9;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	background: #fcc103;
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.Titulo {
	font-family: Arial;
	font-size: 22px;
	color: #97bd0e;
}

.letra_9 {
	font-family: Arial;
	font-size: 9px;
	color: #333333;
}

.tip { position: relative;
z-index: 0;
}
.tip:hover { background-color: transparent;
z-index: 1;
}
.tip span { border: 1px solid rgb(118, 118, 118);
padding: 5px;
position: absolute;
text-decoration: none;
background-color: rgb(221, 221, 221);
color: rgb(0, 0, 0);
width: 40em;
text-align: left;
visibility: hidden;
font-size: 1em;
line-height: 19px;
}
.tip:hover span { visibility: visible;
top: 30px;
left: 25px;
}

.cuadro_texto {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.normal{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.normal_14{
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight:bold;
}

.normal_16{
	font-family: Arial;
	font-size: 16px;
	color: #333333;
}
.error{
	font-family: Arial;
	font-size: 12px;
	color: #CC3300;
	font-weight:bold;
}
.blanco_16{
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
}
/*---------------------------------
/* CUADROS AVISOS
/*---------------------------------
/* set millions of background images */
.rbroundbox { background: url(img/bordes_naranjas/nt.gif) repeat; }
.rbtop div { background: url(img/bordes_naranjas/tl.gif) no-repeat top left; }
.rbtop { background: url(img/bordes_naranjas/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/bordes_naranjas/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/bordes_naranjas/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }

/*---------------------------------