/* CAMBIO ESTADO BOTONES ********************************************************************************/

.tabla-subopciones A{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 28px;
	width: 80px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #CCCCCC;
}
.tabla-subopciones a:hover{
	background-image: url(../images/fondos_lineas/fnd_boton_subop_activado.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 80px;
	height: 28px;
}

.boton-subopciones-activado {
	background-image: url(../images/fondos_lineas/fnd_boton_subop_activado.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 80px;
	height: 28px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC3300;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC66;
}

/* end CAMBIO ESTADO BOTONES ********************************************************************************/

.fondo-menuopciones {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 15px;
	background-color: #FFFFFF;
}
.tabla-subopciones {
	background-image: url(../images/fondos_lineas/fnd_subopciones.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	height: 27px;
	width: 613px;
}
.final-menu {
	background-image: url(../images/fondos_lineas/final_boton_subopciones.jpg);
	background-position: right bottom;
	width: 2px;
	background-repeat: no-repeat;
}

.boton-subopciones-vacio {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 28px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #CCCCCC;
}
