* html #contenido{
margin-top:-2.5em;
}
/*--------------------- CONTENEDORES ---------------------*/
#contenido #izq #fichaTop {
	/*background:none;*/
}
#contenido .tabu-pestanas {
	margin:1em 2.42em 2em 0;
	margin-right:0;
}
 
h1.h1tarifa{
	color:#306f98;
	text-transform:none;
	margin:0.5em 0 1ems 0;
	padding:0;
	font-weight:bold;
}
/*--------------------- MENU PESTANAS ---------------------*/
#menu {
	height:9.35em;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li div {
	height:7.15em;
	padding:2.20em 1em 0 3em;
	width:14.6em;
}
#menu li div.activo {
	padding:1em 1em 0 2em;
	height:8.35em;
	width:20.36em;
}
#menu p {
	margin:0;
}
#menu .tipo {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-.025em;
	text-decoration:none;
}
#menu .tipo a:hover {
	text-decoration:underline;
}
#menu div.activo p.tipo {
	color:#FFF;
	font-size:1.95em;
	font-style:italic;
	font-weight:normal;
	letter-spacing:normal;
}

#menu .franquicia {
	color:#868f94;
	font-size:.9em;
	line-height:1.1em;
}
#menu div.activo p.franquicia {
	color:#FFF;
}
#menu .precio {
	color:#FFF;
	font-size:1.2em;
	margin-top:.4em;
	padding:.2em 0;
	text-align:center;
	width:5.65em;
}
#menu div.activo p.precio {
	font-size:2.15em;
	width:5.1em;
}
#menu .incluye2 {
clear:right;
float:right;
display:block;
font-size:0.9em;
margin:-1em 1em 0 0;
}
#menu div.activo .incluye2 {
clear:right;
float:right;
display:block;
font-size:1.1em;
margin:-2em 1em 0 0;
}
#menu .incluye2{
}
#menu .incluye2 a{
color:#FFFFFF;text-decoration:none;
}
/*----------- Todo riesgo -----------*/
#menu li.TR div {
	background:url(../img/tr/bg-menu.gif) no-repeat left bottom;
}
#menu li.TR .tipo a {
	color:#FFF;
	text-decoration:none;
}
#menu li.TR .tipo a:hover {
/*	color:#666;*/
}
#menu li.TR .precio {
	background:url(../img/tr/bg-menu-precio.gif) no-repeat center center;
}
#menu li.TR div.activo {
	background-image:url(../img/tr/bg-menu-activo.gif);
}
#menu li.TR div.activo .precio {
	background-image:url(../img/tr/bg-menu-activo-precio.gif);
}
/*----------- Terceros ampliado -----------*/
#menu li.TA div {
	background:url(../img/ta/bg-menu.gif) no-repeat left bottom;
}
#menu li.TA .tipo a {
	color:#FFF;
	text-decoration:none;
}	

#menu li.TA .tipo a:hover {
	text-decoration:undeline;
}
#menu li.TA .franquicia {
	color:#9c9176;
}
#menu li.TA .precio {
	background:url(../img/ta/bg-menu-precio.gif) no-repeat center center;
}
#menu li.TA div.activo {
	background-image:url(../img/ta/bg-menu-activo.gif);
}
#menu li.TA div.activo .precio {
	background-image:url(../img/ta/bg-menu-activo-precio.gif);
}
#menu li.TA div.sombra {
	background-image:url(../img/ta/bg-menu-sombra.gif);
}
/*----------- Terceros basico -----------*/
#menu li.TB div {
	background:url(../img/tb/bg-menu.gif) no-repeat left bottom;
}
#menu li.TB .tipo a {
	color:#FFF;
	text-decoration:none;
}
#menu li.TB .tipo a:hover {
	text-decoration:underline;
}
#menu li.TB .franquicia {
	color:#879476;
}
#menu li.TB .precio {
	background:url(../img/tb/bg-menu-precio.gif) no-repeat center center;
}
#menu li.TA .tipo a:hover {
	text-decoration:underline;
}
#menu li.TR .tipo a:hover {
	text-decoration:underline;
}
#menu li.TB div.sombra {
	background-image:url(../img/tb/bg-menu-sombra.gif);
}
#menu li.TB div.activo {
	background-image:url(../img/tb/bg-menu-activo.gif);
}
#menu li.TB div.activo .precio {
	background-image:url(../img/tb/bg-menu-activo-precio.gif);
}
/*--------------------- CONTENIDO ---------------------*/
.contenido {
	padding:1.5em 0.2em 0 0;	
}
.contenido#TA {
	background:url(../img/ta/bg-contenido.gif) repeat-x left top #e1b127;
}
.contenido#TR {
	background:url(../img/tr/bg-contenido.gif) repeat-x left top #5187ab;
}
.contenido#TB {
	background:url(../img/tb/bg-contenido.gif) repeat-x left top #7da346;
}
.contenidoTA {
	background:url(../img/ta/bg-contenido.gif) repeat-x left top #e1b127;
}
.contenidoTR {
	background:url(../img/tr/bg-contenido.gif) repeat-x left top #5187ab;
}
.contenidoTB {
	background:url(../img/tb/bg-contenido.gif) repeat-x left top #7da346;
}
/*----------- Columna izquierda -----------*/
#colIzq {
	float:left;
	width:38em;
}
/* h1 */
#colIzq h2 {
	font-size:1em;
	line-height:.8em;
	margin:0 0 0 2.75em;
	padding:0;
}
/* Instrucciones */
#colIzq .instrucciones {
	color:#FFF;
	font-size:.9em;
	margin:0 0 0 3em;
}
/* Tabla */
#colIzq table {
	border-collapse:collapse; /* Para quitar el padding de las celdas */
	border-spacing:0;
	color:#FFF;
	margin-top:0.5em;
}

.colIzqTR table tr.impar {
	background:#346a8e;
}
.colIzqTA table tr.impar {
	background:#bf931d;
}
.colIzqTB table tr.impar {
	background:#668a33;
}
#colIzq table th {
	font-size:.9em;
	font-weight:normal;
	padding-bottom:.75em;
}
.colIzqTR table th {
	background:url(../img/tr/bg-table-th.gif) repeat-x left bottom;
}
.colIzqTA table th {
	background:url(../img/ta/bg-table-th.gif) repeat-x left bottom;
}
.colIzqTB table th {
	background:url(../img/tb/bg-table-th.gif) repeat-x left bottom;
}
#colIzq table th.descripcion {
	border:none;
}
.colIzqTR table th.descripcion {
	background:url(../img/tr/bg-table-th-descripcion.gif) no-repeat right bottom;
}
.colIzqTA table th.descripcion {
	background:url(../img/ta/bg-table-th-descripcion.gif) no-repeat right bottom;
}
.colIzqTB table th.descripcion {
	background:url(../img/tb/bg-table-th-descripcion.gif) no-repeat right bottom;
}
#colIzq table th.masInfo {
	text-align:center;
}
#colIzq table td {
	text-align:left;
	vertical-align:middle;
}
#colIzq table td.descripcion {
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	line-height:1em;
	padding:.75em .5em .75em 2.1em;
}
#colIzq .ayudaMkt {
	font-size:.7em;
	margin:0 0 0 0;
	font-style:normal;
}
#colIzq table .impar td.descripcion {
	padding:.5em .5em .5em 2.1em;
}
#colIzq table td.masInfo {
	padding:0 1em;
}
#colIzq table .masInfo a {
	color:#FFF;
	display:block;
	font-size:.9em;
	padding:.2em 0 .3em 0;
	text-align:center;
	text-decoration:none;
	width:3.9em;
}
.colIzqTA table .masInfo a {
	background:url(../img/ta/bg-table-par-masinfo.gif) no-repeat left top;
}
.colIzqTA table .impar .masInfo a {
	background-image:url(../img/ta/bg-table-impar-masinfo.gif);
}
.colIzqTR table .masInfo a,
.colIzqTR table .impar .masInfo a {
	background:url(../img/tr/bg-table-masinfo.gif) no-repeat left top;
}
.colIzqTB table .masInfo a {
	background:url(../img/tb/bg-table-par-masinfo.gif) no-repeat left top;
}
.colIzqTB table .impar .masInfo a {
	background-image:url(../img/tb/bg-table-impar-masinfo.gif);
}
#colIzq table .masInfo a:hover {
	color:#CCC;
}

#colIzq table .masInfo p.infooscuro a {
	position: relative;
	outline:none;
}

#colIzq table .masInfo p.infooscuro a span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a:hover {font-family:Arial CE;} /* IE/Win requires some link change on hover in order to show the tooltips */
#colIzq table .masInfo p.infooscuro a:hover span { /*the span will display just on :hover state*/
	display: block !important;
	position: absolute;
	top: -5.5em; 
	left: 4em; 
	width: 17em;
	height:12em;
	background:url(../img/publica/bg-tooltip1.gif) no-repeat 0 0;
	color: #2A6285;
	padding: 1.2em;
	font-size: 1.1em;
	text-align:left;
}

#colIzq table .masInfo p.infooscuro a.info_h1 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h2 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h3 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h4 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h5 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h6 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h7 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h8 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h9 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h10 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h11 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h12 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h13 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h14 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h15 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h16 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h17 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h18 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h19 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h20span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h21 span {
	display: none;
}

#colIzq table .masInfo p.infooscuro a.info_h21span {
	display: none;
}

.masInfoToolTip
{
	display: block !important;
	position: absolute;
	top: -5.5em; 
	left: 4em; 
	width: 17em;
	height:12em;
	background:url(../img/publica/bg-tooltip1.gif) no-repeat 0 0;
	color: #2A6285;
	padding: 1.2em;
	font-size: 1.1em;
	text-align:left;
}

#colIzq table .eliminar,
#colIzq table .anadir {
	text-align:center;
	width:4.5em;
}
#colIzq table select {
	font-size:.9em;
	margin:0 1em;
	width:8em;
}
/* Incluye tus accesorios */
#colIzq #incluye {
	margin:3em 0 1em 2.25em;
}
/* Ficha Bottom */
#fichaBottom {
	background:none !important;
}

/*----------- Columna derecha -----------*/
#colDer {
	float:left;
	margin:0 0 1em 2.5em;
	width:19.5em;
}
/* h2 */
#colDer h2 {
	font-size:1em;
	height:7.5em;
	margin:0;
	padding:0;
}
#div_TR2 #colDer h2 {
	background:url(../img/tr/bg-colder-h2.gif) no-repeat left top;
}
#div_TA2 #colDer h2 {
	background:url(../img/ta/bg-colder-h2.gif) no-repeat left top;
}
#div_TB2 #colDer h2 {
	background:url(../img/tb/bg-colder-h2.gif) no-repeat left top;
}
#colDer h2 span {
	display:none;
}
/* Form > Select */
#colDer ul.incluye {
	margin:0.3em 0 0 0;
	padding:0em 1em 0;
	text-align:left;
}
#colDer ul.incluye li {
	list-style:none;
	margin:0 0 0 1em;
	padding:0 0 0.1em 1.5em;
	background:url(../img/ok.gif) no-repeat 0em 0.3em;
}
#colDer ul.formapago li {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#colDer ul.formapago li label {
	display:block;
	font-size:1.2em;
	font-style:italic;
	margin:.35em 0;
}
#colDer ul.formapago li select {
	font-size:.9em;
	width:11em;
}
/* incluye col derecha */
#colDer #queincluye {
	padding:0.8em 1.5em 0.7em 1em;
}
#div_TR2 #colDer #queincluye {
	background:url(../img/tr/bg-colder-queincluye.gif)  left top;
}
#div_TA2 #colDer #queincluye {
	background:url(../img/ta/bg-colder-queincluye.gif)  left top;
}
#div_TB2 #colDer #queincluye {
	background:url(../img/tb/bg-colder-queincluye.gif)  left top;
}
/* Total */
#colDer #total {
	padding:1em 3em 0.75em 0;
	margin-top:-2em;
}
#div_TR2 #colDer #total {
	background:url(../img/tr/bg-colder-total.gif) repeat left top;
}
#div_TA2 #colDer #total {
	background:url(../img/ta/bg-colder-total.gif) repeat left top;
}
#div_TB2 #colDer #total {
	background:url(../img/tb/bg-colder-total.gif) repeat left top;
}
#colDer #total p.texto {
	font-size:.9em;
	font-style:italic;
	line-height:.7em;
	margin:0;
	padding-right:6em;
	text-align:right;
}
#colDer #total .precio {
	font-size:2.15em;
	font-weight:bold;
	margin:0 0 0 1em;
	text-align:center;
}
/* Boton */
#colDer .boton {
	margin:0;
}
/*--------------------- DUDAS ---------------------*/
#der #dudas {
	background:#ededed;
	margin-bottom:.75em;
	text-align:center;
	width:16.4em;
}
#der #dudas a {
	text-decoration:none;
}
#der #dudas a:hover {

}
#der #dudas p{
	margin:0 !important;
}
/*----------- Introduccion -----------*/
#der #introduccion {
	padding-top:1.35em;
}
#der #introduccion p {
	line-height:1.2em;
	*line-height:normal; /* Hack IE6 e IE7 */
}
#der #introduccion strong {
	font-size:1.2em;
	*font-size:1.5em;
	font-style:italic;
	letter-spacing:-.01em;
}
/*----------- Recibir llamada -----------*/
#der #recibir {
	padding:0em 0 .75em 0;
	*padding:.85em 0 1.35em 0; /* Hack IE6 e IE7 */
}
#der #recibir a img {
	border:none;
	margin:0.5em 0 0 0 !important;
}
/*----------- Chatear -----------*/
#der #chatear {
	
	padding:.75em 0; 
	*padding-top:1.15em; /* Hack IE6 e IE7 */
	*height:2.75em !important; /* Hack IE7 */
	_padding-bottom:0; /* Hack IE6 */

}
/*----------- Telefono -----------*/
#der #telefono {
	background:url(../img/bg-der-separador.gif) no-repeat center bottom;
	font-style:italic;
	padding:.7em 0;
}
#der #telefono strong {
	display:block;
	font-size:1.5em;
	margin-top:.2em;
}
/*----------- enviar -----------*/
#der #enviar {
	padding:.7em 0;
}
#der #enviar p {
	font-style:italic;
	padding-bottom:.75em;
}
#der #enviar ul {
	height:3em;
	list-style:none; 
	margin:-.5em 0 0 1.5em;
	padding:0;
}
#der #enviar li {
	float:left;
	font-size:.9em;
	width:7em;
}
.num_presup{
border:0px;
color:#fff;
background-color:Transparent !important;
font-style:italic;
text-align:left;
font-size:1em;
}

.num_presup_activ{
border:0px;
color:#186BA2;
font-style:italic;
font-size:1em;
background-color:Transparent;}
.azul-ref{
	color:#306790;
}
#der #enviar .guardar {
	background:url(../img/bg-der-enviar-guardar.gif) no-repeat center center;
	padding:.47em 0 .5em .5em;
}
#der #enviar .guardar input{
border:none;
background:none;
color:#ffffff;
cursor:pointer;
font-size:1em;
padding:0 0 0 .5em;
}
#der #enviar .imprimir {
	background:url(../img/bg-der-enviar-imprimir.gif) no-repeat center center;
	padding:.65em 0 .7em 1.5em;
}
#der #enviar .imprimir a {
	color:#565656;
}
#der #enviar .imprimir a:hover {
	color:#999;
}

/*--------------------POPUP------------------------*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	
} 
.modalPopupPromos {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:900px;
	height:500px
	
	
	
} 
/*--------------------- OTROS ---------------------*/
.ayudaAcces { /* Texto oculto para lectores de pantalla */
	position:absolute;
	left:-10000px;
	top:-10000px;
	font-size:.1em;
	line-height:1%;
}

#pie{
background:none;
}
.riesgoExpan-pestanas {
background:none;
color:#FFFFFF;
height:15em;
margin-bottom:1em;
margin-top:-1em;
width:61em;
}
* html .riesgoExpan-pestanas{
height:4.5em;
margin-top:0em;
}
html > body .riesgoExpan-pestanas .cuadroDos {
position:relative;float:left;
margin-left:1em;
margin-right:1em;
margin-top:0.7em;
}
* html .riesgoExpan-pestanas .cuadroDos {
margin-top:0.7em;
}
table#table_contenido{
width:520px;
}

#div_ProcesandoPCT
{    
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('../img/blackTransparent80.png');
	z-index: 1;
}
*html #div_ProcesandoPCT {
	position: absolute;
	left: expression(ignoreMe = document.documentElement.scrollLeft + "px"); 
	top: expression(ignoreMe = document.documentElement.scrollTop + "px"); 
	width: expression(document.documentElement.clientWidth + "px"); 
	height: expression(document.documentElement.clientHeight + "px"); 
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/blackTransparent80.png', sizingMethod='scale');
	z-index: 1;
}
#asistencia1
{
    margin:0px;
	padding:0px;
	text-align:center;	
	width:500px;
	height:470px;
	position:absolute;
	/*top:30%;
	left:30%;*/
	top:50%;
	left:50%;
	margin-top:-235px;
	margin-left:-250px;
}
#div_asistencia {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('../img/blackTransparent80.png');
	z-index: 1;
}

*html #div_asistencia {
	position: absolute;
	left: expression(ignoreMe = document.documentElement.scrollLeft + "px"); 
	top: expression(ignoreMe = document.documentElement.scrollTop + "px"); 
	width: expression(document.documentElement.clientWidth + "px"); 
	height: expression(document.documentElement.clientHeight + "px"); 
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/blackTransparent80.png', sizingMethod='scale');
	z-index: 1;
}
div#asistencia {
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(../img/fondo.gif);
	width:500px;
	height:470px;
	position:absolute;
	/*top:30%;
	left:30%;*/
	top:50%;
	left:50%;
	margin-top:-235px;
	margin-left:-250px;
}

div#titulo {
	width:380px;
	float:left;
	margin-left:100px;
	padding-top:0px;
	margin-top:10px; /*0px*/
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FFF;
	font-weight:300px;
	font-size:18px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:left;
}
*html div#titulo {
	width:380px;
	float:left;
	margin-left:50px;
	padding-top:10px;  /*0px*/
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FFF;
	font-weight:300px;
	font-size:18px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:left;
}
div#texto {
	width:450px;
	float:left;
	margin-left:30px;
	margin-top:20px;  /*0px*/
	margin-bottom:0px;
	text-align:left;
	margin-right:0px;
}
*html div#texto {
	width:450px;
	float:left;
	margin-left:15px;
	margin-top:10px;  /*0px*/
	margin-bottom:0px;
	text-align:left;
	margin-right:0px;
}
div#texto p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:400;
	font-size:14px;
    height: 35px;
    margin-left: 33px;
}
div#texto li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-bottom:3px;
	list-style-image:url(../img/ico-flecha.gif);
	margin-left:0px;
}
div#botones {
float:left;
	width:400px;
	margin-left:50px;
	padding-left:0px;
	text-align:center;
	margin-top:-10px;
}
*html div#botones {
float:left;
	width:400px;
	margin-left:50px;
	padding-left:0px;
	text-align:center;
	margin-top:-10px;
}
div#botones img {
	margin-left:10px;
	border:0px;
}
div#der img {padding-left:5px; margin-top:0px;}
.resumen {background-color:#EDEDED;color:#027b9a; text-align:center; font-weight:bold; font-size:1.1em; margin:1em 0 0 0 !important;padding:0px; padding-bottom:10px; padding-top:10px;}
div#abierto-cerrado a{color:#565656;text-decoration:none;}
.abierto {background-color:#dfdfdf; text-align:left;}
.abierto p{ padding:0px 25px 10px 25px; margin:0 !important;}
.abierto h4{background-image:url(../img/menos.gif); background-repeat:no-repeat; font-size:1em; font-variant:normal; padding:10px 0px 5px 25px; margin:0px; background-position:8px 12px;} 

.cerrado{background-color:#ededed; text-align:left; margin:0px; padding:0px;}
.cerrado p{ padding:0px 25px 10px 25px; margin:0 !important;}
.cerrado h4{background-image:url(../img/mas.gif); background-repeat:no-repeat; font-size:1em; font-variant:normal; padding:10px 0px 10px 25px; margin:0px; background-position:8px 12px;} 

div.boton1{background-image:url(../img/btn-barra.gif); width:60px; height:20px; background-repeat:no-repeat; text-align:center;margin-left:70px;}
div.boton1 a{color:#FFF !important; text-decoration:none; font-size:0.9em;}

div#cuenta-bancaria input{
	margin:1em 1em 0 0.6em;
}
div#cuenta-bancaria div.clear label{
	margin-left:1.5em;
}
div#cuenta-bancaria div.clear{
	margin-bottom:0.32em;
}
div#fondo-cochec {background-image:url(../img/fondoc.gif); width:195px; background-repeat:no-repeat;}
div#fondo-cochec .titulo-cochec{font-family:Tahoma, Geneva, sans-serif; font-size:20px; color:#FFF; text-align:center; margin:0px; padding:0px; padding-top:10px; padding-bottom:5px;}
div#fondo-cochec .texto-cochec {font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#FFF; padding:5px; margin:0px !important;}
div#fondo-cochec .flota1-cochec {width:40px; float:left; display:block; margin:0px; padding:0px; margin-top:5px;}
div#fondo-cochec .flota2-cochec {width:155px; float:left; display:block; margin:0px; padding:0px; margin-top:0px;}
div#fondo-cochec img{margin:0}

#progresoTR
{
	float:left;
	margin-top:-28px !important; 
	margin-left:10px !important; 
	height:3em !important; 
	width:200px !important;
	background-attachment:fixed !important;
	background:url('../img/tr/bg-colder-total1.gif');
	z-index:100 !important;
}
html > /**/ body #progresoTR
{
	position:relative;
	background:url('../img/tr/bg-colder-total1.gif');
	height:3em !important; 
	width:200px !important;
}

#progresoTA
{
	float:left;
	margin-top:-186px !important; 
	margin-left:240px !important; 
	height:3em !important; 
	width:200px !important;
	background-attachment:fixed !important; 
	background-image:url('../img/tr/bg-colder-total1.gif');
	z-index:1000 !important;
}

html > /**/ body #progresoTA
{
	margin-top:-178px !important; 
	margin-left:240px !important; 
}

#progresoTB
{
	float:left;
	margin-top:-188px !important; 
	margin-left:240px !important; 
	height:3em !important; 
	width:200px !important;
	background-attachment:fixed !important; 
	background-image:url('../img/tr/bg-colder-total1.gif');
	z-index:1000 !important;
}

html > /**/ body #progresoTB
{
	margin-top:-180px !important; 
	margin-left:240px !important; 
}

#precioSupTR
{
	float:left;
	margin-top:-66px !important; 
	margin-left:2px !important; 
	height:40px !important; 
	width:85px !important;
	background-image:url('../img/tr/bg-menu-activo-precio.gif') !important;
	z-index:1000 !important;
}

html > /**/ body #precioSupTR
{
	position:relative;
}

#precioSupTRInact
{
	float:left;
	margin-top:-50px !important; 
	margin-left:0em !important; 
	height:24px !important; 
	width:78px !important;
	background-image:url('../img/tr/bg-menu-precio.gif') !important;
	z-index:1000 !important;
}

html > /**/ body #precioSupTRInact
{
	position:relative;
	top:-1px;
	left:1px;
}

#precioSupTA
{
	float:left;
	margin-top:-66px !important; 
	margin-left:0px !important; 
	height:40px !important; 
	width:121px !important; 
	background-image:url('../img/ta/bg-menu-activo-precio.gif') !important;
	z-index:1000 !important;
}

html > /**/ body #precioSupTA
{
	position:relative;
}

#precioSupTB
{
	float:left;
	margin-top:-66px !important; 
	margin-left:2px !important; 
	height:40px !important; 
	width:121px !important;
	background-image:url('../img/tb/bg-menu-activo-precio.gif') !important;
	z-index:1000 !important;
}

html > /**/ body #precioSupTB
{
	position:relative;
}

#precioSupTAInact
{
	float:left;
	margin-top:-50px !important; 
	margin-left:0px !important; 
	height:24px !important; 
	width:82px !important;
	background-image:url('../img/ta/bg-menu-precio.gif') !important;
	background-position:bottom;
	z-index:100 !important;
}

html > /**/ body #precioSupTAInact
{
	position:relative;
	top:-1px;
	left:1px;
}

#precioSupTBInact
{
	float:left;
	margin-top:-50px !important; 
	margin-left:0px !important; 
	height:24px !important; 
	width:78px !important;
	background-image:url('../img/tb/bg-menu-precio.gif') !important;
	background-position:bottom;
	z-index:100 !important;
}

html > /**/ body #precioSupTBInact
{
	position:relative;
	top:-1px;
	left:1px;
}
