/* CSS Document */
/*/////////////////////// BOTONERA 4 /////////////////////////*/
#bt_productos_equipos_off{
background:url(../productos/botonera_4/equipo_off.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#6f767e;
text-decoration:none;
}
#bt_productos_equipos_on{
background:url(../productos/botonera_4/equipo_on.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#83001B;
cursor:pointer;
text-decoration:none;
}

.bt_productos_equipos_off{
background:url(../productos/botonera_4/equipo_off.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#6f767e;
text-decoration:none;
}
.bt_productos_equipos_on{
background:url(../productos/botonera_4/equipo_on.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#83001B;
cursor:pointer;
text-decoration:none;
}


/**/
#bt_productos_accesorios_off{
background:url(../productos/botonera_4/accesorios_off.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#6f767e;
text-decoration:none;
}
#bt_productos_accesorios_on{
background:url(../productos/botonera_4/accesorios_on.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#83001B;
cursor:pointer;
text-decoration:none;
}
/**/
#bt_productos_especificaciones_off{
background:url(../productos/botonera_4/especificaciones_off.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#6f767e;
text-decoration:none;
}
#bt_productos_especificaciones_on{
background:url(../productos/botonera_4/especificaciones_on.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#83001B;
cursor:pointer;
text-decoration:none;
}
/**/
#bt_productos_galeria_off{
background:url(../productos/botonera_4/galeria_off.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#6f767e;
text-decoration:none;
}
#bt_productos_galeria_on{
background:url(../productos/botonera_4/galeria_on.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#83001B;
cursor:pointer;
text-decoration:none;
}
/**/
#bt_productos_caracteristicas_off{
background:url(../productos/botonera_4/caracteristicas_off.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#6f767e;
text-decoration:none;
}
#bt_productos_caracteristicas_on{
background:url(../productos/botonera_4/caracteristicas_on.gif) no-repeat;
width:207px;
height:29px;
padding-left:43px;
margin-right:-43px;
margin-bottom:-8px;
padding-top:8px;
text-align:left;
color:#83001B;
cursor:pointer;
text-decoration:none;
}
/*/////////////////////// BOTONERA 4 /////////////////////////*/

/*--------------- estilo de la tabla de contenidos -------------------------*/
.tablacontenidos{
border-top:1px solid;
border-color:#940000;
}
.celdacontenidos{
border-bottom:1px solid;
border-color:#CFCFCF;
}

/*--------------- fin estilo de la tabla de contenidos ----------------------*/

/* -------------------- style para galeria  (foto miniatura) -----------------------*/
.galery:link {
/*	border:1px solid;*/
	color: #FFFFFF;
}
.galery:visited {
/*	border:1px solid;*/
	border-color: #FFFFFF;
}
.galery:hover {
/*	border:1px solid;*/
	border-color: #CCCCCC;
}
.galery:active {
/*	border:1px solid;*/
	border-color: #CCCCCC;
}
/* -------------------- fin style para galeria  (foto miniatura) -------------------*/
.app_tit {
	border: 1px solid #737475;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #737475;
}
.app_cont {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FCFCFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737475;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #737475;
	text-align: left;
	vertical-align: top;
}
.app_pict {
	background-color: #FCFCFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737475;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2B2B2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #737475;
	border-right-color: #737475;
	text-align: right;
}
.divisor { /**********linea divisoria gris************/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
}