.scroller { TEXT-DECORATION: none; font-weight: bold; color: #B75C03; font-size: 11px;}
.scroller:link { TEXT-DECORATION: none; font-weight: bold; color: #B75C03; font-size: 11px;}
a.scroller:link { TEXT-DECORATION: none; font-weight: bold; color: #B75C03; font-size: 11px;}
a.scroller:visited { TEXT-DECORATION: none;  font-weight: bold; color: #B75C03; font-size: 11px;}
a.scroller:hover { TEXT-DECORATION: none;   font-weight: bold; color: #000000; font-size: 11px;}
a.scroller:active { TEXT-DECORATION: none; font-weight: bold; color: #000000; font-size: 11px;}


/* Define la distacia que se separa el menu por la parte superior */

.altura {
	height: 10px;
}

/* Define el color de la primera linea del menu */

.lineacolor {
	background-color: #333;
}


/* Linea de puntos del menú */
td.puntos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: normal;
	background-image: url(../puntos.jpg);
	background-repeat: y-repeat;
	color: #000000;
	text-decoration: none;
	height: 1px;
}

/* Líneas grises #F4F4F4 */
td.gris {
	background-color: #FFE4C7;
	font-size: 1px;
}

td.marron {
	background-color: #FEE5C7;
	font-size: 1px;
}

td.barraizq {
	background-color: #FFEFDF;
	font-size: 1px;
}

td.degradadoizq {
	font-size: 1px;
	background-image: url(../degradado_izq.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Caja de las pastillas SI SELECCIONADAS (nivel 1, 2, 3) */

.msel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #C5782A;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	padding: 0 0 0 0;
}
.msel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #EBC095;
	color: #753F24;
	text-decoration: none;
	height: 20px;
        padding: 0 0 0 0;
}
.msel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #F7D6B7;
	color: #753F24;
	text-decoration: none;
	height: 20px;
        padding: 0 0 0 0;
}

.msel4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #F7DCC3;
	color: #753F24;
	text-decoration: none;
	height: 20px;
        padding: 0 0 0 0;
}

/* Caja de las pastillas NO SELECCIONADAS (nivel 1, 2, 3) */

.mnotsel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF8F0;
	text-decoration: none;
	height: 20px;
        padding: 0 0 0 0;
	color: #B75C03;
}
.mnotsel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #EBC095;
	color: #8E3C00;
	text-decoration: none;
	height: 20px;
        padding: 0 0 0 0;
}
.mnotsel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #F7D6B7;
	color: #8E3C00;
	text-decoration: none;
	height: 20px;
        padding: 0 0 0 0;
}

.mnotsel4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #F7DCC3;
	color: #8E3C00;
	text-decoration: none;
	height: 20px;
        padding: 0 0 0 0;
}

/* Texto de las pastillas SI SELECCIONADAS (nivel 1, 2, 3) */

.fntmsel1:link { TEXT-DECORATION: none;	font-weight: bold; color: #FFFFFF;}
.fntmsel1:visited { TEXT-DECORATION: none; font-weight: bold; color: #FFFFFF;}
.fntmsel1:hover { TEXT-DECORATION: none; font-weight: bold; color: #FFFFFF;}
.fntmsel1:active { TEXT-DECORATION: none; font-weight: bold; color: #FFFFFF;}
.fntmsel2:link { TEXT-DECORATION: none;	font-weight: bold; color: #753F24;}
.fntmsel2:visited { TEXT-DECORATION: none; font-weight: bold; color: #753F24;}
.fntmsel2:hover { TEXT-DECORATION: underline; font-weight: bold;  color: #753F24;}
.fntmsel2:active {	TEXT-DECORATION: none;	font-weight: bold; color: #753F24;}
.fntmsel3:link { TEXT-DECORATION: none;	font-weight: bold; color: #753F24;}
.fntmsel3:visited { TEXT-DECORATION: none; font-weight: bold; color: #753F24;}
.fntmsel3:hover { TEXT-DECORATION: underline; font-weight: bold; color: #753F24;}
.fntmsel3:active {	TEXT-DECORATION: none;	font-weight: bold; color: #753F24;}
.fntmsel4:link { TEXT-DECORATION: none;	font-weight: bold; color: #753F24;}
.fntmsel4:visited { TEXT-DECORATION: none; font-weight: bold; color: #753F24;}
.fntmsel4:hover { TEXT-DECORATION: underline; font-weight: bold; color: #753F24;}
.fntmsel4:active {	TEXT-DECORATION: none;	font-weight: bold;color: #753F24;}

/* Texto de las pastillas NO SELECCIONADAS (nivel 1, 2, 3) */

.fntmnsel1:link { TEXT-DECORATION: none; font-weight: bold; color: #B75C03;}
.fntmnsel1:visited { TEXT-DECORATION: none;  font-weight: bold; color: #B75C03;}
.fntmnsel1:hover { TEXT-DECORATION: none;   font-weight: bold; color: #000000;}
.fntmnsel1:active {	TEXT-DECORATION: none; font-weight: bold; color: #000000;}
.fntmnsel2:link { TEXT-DECORATION: none; color: #8E3C00;}
.fntmnsel2:visited { TEXT-DECORATION: none; color: #8E3C00;}
.fntmnsel2:hover { TEXT-DECORATION: underline;  color: #000000;}
.fntmnsel2:active {	TEXT-DECORATION: none;	color: #000000;}
.fntmnsel3:link { TEXT-DECORATION: none; color: #8E3C00;}
.fntmnsel3:visited { TEXT-DECORATION: none; color: #8E3C00;}
.fntmnsel3:hover { TEXT-DECORATION: underline;  color: #000000;}
.fntmnsel3:active {	TEXT-DECORATION: none;	color: #000000;}
.fntmnsel4:link { TEXT-DECORATION: none; color: #8E3C00;}
.fntmnsel4:visited { TEXT-DECORATION: none; color: #8E3C00;}
.fntmnsel4:hover { TEXT-DECORATION: underline;  color: #000000;}
.fntmnsel4:active {	TEXT-DECORATION: none;	color: #000000;}


table.barraderecha{
	background-repeat: y-repeat;
	background-image: url('../select_right.gif');
	background-color: #FFF9F3;
}
table.barraizquierda{
	background-repeat: y-repeat;
	background-image: url('../select_left.gif');
	background-color: #FFF9F3;
}
td.barraderecha {
	background-repeat: y-repeat;
	background-image: url('../select_right.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 1px;
	width: 5px;
}
td.barraizquierda {
	background-repeat: y-repeat;
	background-image: url('../select_left.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 1px;
	width: 5px;
}

td.fondodestacados {
	background-color: #FFF9F3;
}
td.barrasuperior {
	background-image: url('../select_top.gif);
}
td.barrainferior {
	background-image: url('../select_bottom.gif');

}

.destacado:link { 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	color: #B75C03;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.destacado { 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	color: #B75C03;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.destacado { 
	TEXT-DECORATION: none; 
	font-weight: bold; 
	color: #B75C03;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.destacado:visited { 
	TEXT-DECORATION: none;  
	font-weight: bold; 
	color: #B75C03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.destacado:hover { TEXT-DECORATION: none;   font-weight: bold; color: #000000;font-family: Arial, Helvetica, sans-serif;font-size: 13px;}
a.destacado:active {	TEXT-DECORATION: none; font-weight: bold; color: #000000;font-family: Arial, Helvetica, sans-serif;font-size: 13px;}

