/*----------- color cuando se selecciona una opcion del menu ---------------*/
.opcion_selected{
	background-color:#FCE0AE;
	margin: 4px 0px;
}
.opcion_selected a{
	padding-left: 4px;
	text-decoration:none;
	color:#F9A715;
}
/*----------- color cuando se pasa por una opcion del menu ---------------*/
.opcion_over{
	background-color:#FCE0AE;
	color:#F9A715;
}
.opcion_nivel1 a:hover{
	background-color:#FFFFFF;
	color: #F9A715;
}
.opcion_nivel2 a:hover{
	background-color:#FFFFFF;
	color: #F9A715;
}
.opcion_nivel2_selected a{
	background-color:#FFFFFF;
	color: #F9A715;
	/*padding-left: 30px;
	background-image: url(/img/flecha_naranja.gif);
	background-repeat: no-repeat;
	background-position: 17px 4px;*/
	width: 206px;
}
.opcion_nivel2 a{
	/*background-image: url(../img/flecha_naranja.gif);
	background-repeat: no-repeat;
	background-position: 17px 4px;*/
}
.opcion_nivel3_selected a{
	background-color:#FFFFFF;
	color: #F9A715;
	padding-left: 25px;
	/*background-image: url(/img/flecha_naranja.gif);
	background-repeat: no-repeat;
	background-position: 27px 4px;*/
	width: 195px;
}
.opcion_nivel3 a{
	/*background-image: url(../img/flecha_naranja.gif);
	background-repeat: no-repeat;
	background-position: 27px 4px;*/
}

.confiletesuperior{
	border-top:		1px solid #FFE0B7;
	margin-top:		3px;
	padding-top:	3px;
}

/*-----------------------------fondo contenedores -------------------------------------------*/
#contenedor_menu{
background-color: #F9A715;
}
#contenedor_pie{
background-color: #F9A715;
}
#contenedor_contenido{
background-image: none;
background-color: #F9A715;
}
#contenedor_marcas{
background-image: none;
background-color: #F9A715;
}
#mi_seccion{
background-color: #F9A715;
}
#contenedor_pie{
background-color: #FFFFFF;
}
.enlace_ext{color: #F9A715}
/*-----------------------------estereotipo 1: boton mas/menos ---------------------------------*/
#boton_mas_vertical,#boton_menos_vertical{
	background-color:#ECF6D8;
	background-image:url(/img/masymenos/+_marcas.gif);
	color:#74BFD6;	
}
#boton_menos_vertical{
	background-image:url(/img/masymenos/__marcas.gif);;
}
/*--------------------------- estereotipo 2: cabecera ---------------------*/
#izq #cabecera{
	background-color:#F9A715;
}
/*--------------------------- estereotipo 2: cuerpo ---------------------*/
#cuerpo{
	color:#000000;
}
/*--------------------------- estereotipo 2: parrafos desplegables ---------------------*/
.desplegable{
	background-color:#FFECC5;
	background-image:url(/img/desplegable_a.gif);
	background-repeat:no-repeat;
}
.desplegable H3{
	color:#F9A715;
}
.desplegable p{
	margin:0px;
	padding: 0px;
	padding-left: 10px;
}
/*--------------------------- estereotipo 2: pop up internos  ---------------------*/
.enlace_popup{color:#F9A715;}
.mi_popup{
	position:absolute;
	margin-left: 30px;
	background-color:#FCCE7E;
	color:#333333;
	line-height: 7px;
}
.mi_popup h3{
	position:absolute;
	margin-left: 30px;
	color: #F9A715;
}

/*---------------------------- estreotipo3: texto principal--------------------- */
#izq #main{
	background-color:#F9A715;
	color:#FFFFFF;
}
/*---------------------------- estreotipo3: cabecera--------------------- */

#izq #alt #cabecera{
	background-color:#F9A715;
}
/*---------------------------- estreotipo3: botones--------------------- */
#boton_mas_horizontal, #boton_menos_horizontal{
	background-color:#ECF6D8;
	background-image:url(/img/masymenos/+_compania.gif);
	color:#74BFD6;
}
#boton_menos_horizontal{
	background-image:url(/img/masymenos/__compania.gif);
}
/*---------------------------- efctos especiales fx --------------------- */
#fx_panel_1{
background-color:#F9A715;
}
#fx_panel_2{
background-color:#F9A715;
}
#panel_marcas_2{
background-color:#F9A715;
}
#panel_menu, #panel_menu_bis{
background-color:#F9A715;
}
#superior{
	background-color:#F9A715;
}