/* =============================================================== */
/* ========================= ESTILOS GENERALES =================== */
/* =============================================================== */
body {
    font-family: 'entypo-fontello', sans-serif !important;
}
 
.site-content {
    padding: 0 0 0; 
}

table {
    margin: 0 0 0;     
    border: 0;
}

tr {
    border-bottom: none;
}
TD {
    VERTICAL-ALIGN: middle !Important;
    text-align:left !Important;
    border: 0 !Important;
    box-shadow: none !Important;
}

.aonformulario {
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 800px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(192,192,192,0.5);
    border-radius: 12px;
    margin-bottom:70px;
    padding: 40px 20px;
}

.cabecera {
    PADDING-BOTTOM: 15px;
    FONT-SIZE: 21px;
    FONT-WEIGHT: bold;
    text-align: left; 
    color: #262836;   
}

/* ESTILOS FORMULARIOS */
.entrada {
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 8px !Important;
    PADDING-RIGHT: 5px;
    COLOR: #46535E;
    FONT-SIZE: 16px;
    PADDING-TOP: 5px;
    TEXT-ALIGN: LEFT;
    display: block;
    border: none; 
}

.entrada select {
    background-color:#fff !important; 
    color: #5D6D78 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    height: 44px !important;
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #46535E !important;
    border-radius: 4px !important;
}

.entrada select:hover {
    border: 2px solid #004852 !important;
    padding: 11px !important;
}
.entradaabajo select {
    PADDING-LEFT: 1px;
    PADDING-RIGHT: 1px;
}

.entradacolumna select {
    background-color:#fff; 
    border-width:0;
    outline: 0 !important;
    color:#46535E;
    PADDING-LEFT: 3px;
    PADDING-TOP: 3px;
    PADDING-BOTTOM: 3px;
    PADDING-RIGHT: 3px;
    font-size: 12 px;
    text-transform: uppercase;
    width:100%;
    height: 40px;
}

.entrada input {
    background-color:#fff !important; 
    color: #5D6D78 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    border-width:0 !important;
    padding: 12px !important;
    border: 1px solid #46535E !important;
    border-radius:4px !important;
    color: #46535E !important;
}
.entrada input:hover {
    border: 2px solid #004852 !important;
    padding: 11px !important;
}
.entrada textarea {
    background: #fff !important;
    color: #5D6D78 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    border: 1px solid #46535E !important;
    border-radius:4px !important;
    padding: 12px !important;
}
.entrada textarea:hover {
    border: 2px solid #004852 !important;
    padding: 11px !important;
}
.entrada table {
    border: none; 
    margin: 0 0 0; 
}

.boton {    
    min-width: 130px !important;
    height: 44px !important;
    padding: 12px !Important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    border: none !important;
    cursor: pointer;
    background: #007585 !Important;
    border-radius: 4px !important;
    margin-left: 8px;
}
.boton:hover {
    text-decoration: underline !important;
    background: #004852 !important;
}

.celdatextochequeo {
    font-size: 16px;
}

/* ESTILOS PASO 2 */
.entrada img {
    display: none;
}
/* 
.labelsolicitartelefono{
  BACKGROUND: url(../imagenes/b2crc1/icono_tlf.png) no-repeat left bottom !Important;
  padding-left : 30px;
  margin-bottom: 5px;
  margin-top: 15px;
  }
*/

/* ESTILOS TABLA PRECIOS */
.maintabla {
    width:100% !important;
    display:inline-block;
    margin-bottom: 20px;
}
DIV.ftc_CAJA_contenedor .ftc_contenido {
    padding-bottom: 12px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    clear: both;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
}
table.ftc_table {
     background-color: #ffffff;
}
table.ftc_table td {
    padding: 10px 0px;
    BORDER-BOTTOM: #e0e0e0 1px solid !important;
}

/* Redondeo esquinas */
table.ftc_table tr:first-child td:first-child {
    border-top-left-radius: 10px !important;
}
table.ftc_table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}
table.ftc_table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
table.ftc_table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
/* Bordes exteriores tabla */
table.ftc_table tr:first-child td {
    border-top: 1px solid #E4E4E4 !important;
    border-right: 1px solid #E4E4E4 !important;
}
table.ftc_table tbody tr:last-child {
  border-right: 1px solid #E4E4E4 !important;
}
table.ftc_table tbody tr td:first-child {
  border-left: 1px solid #E4E4E4 !important;
}
table.ftc_table tbody tr td:last-child {
  border-right: 1px solid #E4E4E4 !important;
}
table.ftc_table tfoot tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
}
table.ftc_table tfoot tr:last-child th:last-child {
    border-bottom-right-radius: 10px;
}
/* Estilos hover */
table.ftc_table tbody tr:first-child:hover {
  background-color: #fff !important;
}
table.ftc_table tbody tr:hover {
  background-color: #EEF6F7 !important;
}
.ftc_table TD.ftc_table_encabezado {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    color: #003C55;
    padding: 12px 12px 8px 12px !important;
}
.ftc_table td.tx-destacado {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px;
    margin-bottom: 16px;
    color: #003C55;
    padding: 12px 12px 8px 8px !important;
}
.ftc_table TD.ftc_precio {  
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 24px;
    margin-bottom: 16px;
    color: #262836;
    padding: 12px 12px 8px 8px !important;
}
td.ftc_precio div{ 
    min-width: 85px !important;
}
.ftc_table td.ftc_coberturas {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px;
    margin-bottom: 16px;
    color: #007585;
    padding: 12px 12px 8px 8px !important;
}
.ftc_table td.ftc_coberturas a {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 24px;
    color: #007585;
}
.ftc_table td.ftc_coberturas a:hover {
    text-decoration: underline !important;
}
.primasmodalidades {    
    padding-top: 8px !Important;
}
.ftc_table td.primasmodalidades { 
    padding: 12px 12px 8px 12px !important;
}
.ftc_table td.primasmodalidades input {
    min-width: 130px;
    height: 44px;
    padding: 12px;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: #007585;
}
.ftc_table td.primasmodalidades input:hover {
    background-color: #004852 !important;
}

/* ESTILOS TABLA MODIFICAR DATOS */
.ftc_table_datos {
    border: #ACC0C4 1px solid !important;
    border-radius: 8px !important;
    witdh: 212px;
    margin-bottom: 20px;
}
.ftc_table_datos TD.encabezado {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    HEIGHT: 31px;
    COLOR: #262836;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px
}
.ftc_table_datos TD
{
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    PADDING-TOP: 15px
}
/* ESTILOS TABLA MODIFICAR MAIL */
.ftc_table_datos_mail {
    border: #ACC0C4 1px solid !important;
    border-radius: 8px !important;
    witdh: 212px;
    margin-bottom: 20px;
}
.ftc_table_datos_mail TD.encabezado {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    HEIGHT: 31px;
    COLOR: #262836;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px
}
.ftc_table_datos_mail TD
{
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    PADDING-TOP: 15px
}




#top #wrap_all .all_colors h1 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    text-transform: none;
}

tr:nth-child(odd){
    background: #fff !Important;
}
 
tr:nth-child(even){
    background: #fff !Important;
}

.ftctable td.entrada
{
    BACKGROUND: none !Important;
}



.ftc_table_datos_2
{
    BORDER-BOTTOM: #ededed 2px solid;
    WIDTH: 350px;
    BACKGROUND: url(../imagenes/b2crc1/img/caja_datos_2.png) no-repeat 50% top !Important;
    HEIGHT: 240px
}
.ftc_table_datos_2 TD.encabezado
{
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    HEIGHT: 31px;
    COLOR: black;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px
}
.ftc_table_datos_2 TD
{
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    PADDING-TOP: 15px;
    BACKGROUND: none !Important;
}

.ftc_table_datos_2 TD.cuerpocomparativa
{
    height:70px;
    padding-bottom: 0px !Important;
    margin-bottom: 0px !Important;
}
.ftc_table_datos_2 TD.botoncomparativa
{
    text-align:center !Important;
    padding: 0px !Important;
    margin: 0px !Important;
}
 
.labelsolicitarcodigopromocional{
  BACKGROUND: url(../imagenes/b2crc1/img/icon_promocional_salud_35x31.png) no-repeat left bottom !Important;
  padding-left : 30px;
  margin-bottom: 5px;
  margin-top: 15px;
  min-height:30px;
  }
  
  #txtemail{
    margin-bottom: 0px;
  }

.ftc_table_cobertura
{
    BORDER-BOTTOM: #ededed 2px solid;
    WIDTH: 212px;
    BACKGROUND: url(../imagenes/b2crc1/img/caja_cobertura.png) no-repeat 50% top !Important
}
.ftc_table_cobertura TD.encabezado
{
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    HEIGHT: 31px;
    COLOR: black;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px
}
.ftc_table_cobertura TD
{
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 2px;
    FONT-SIZE: 12px;
    PADDING-TOP: 5px
}
.ftc_table_cobertura TD A
{
    COLOR: #000;
    TEXT-DECORATION: none
}
.ftc_table_cobertura TD A:hover
{
    COLOR: #000;
    TEXT-DECORATION: underline
}
.ftc_table_cobertura TD A:visited
{
    COLOR: #000;
    TEXT-DECORATION: none
}
.ftc_table_cobertura TD A:active
{
    BACKGROUND-COLOR: black;
    COLOR: #fff;
    TEXT-DECORATION: none
}
.ftc_table_cobertura TR.active
{
    BACKGROUND-COLOR: black !important;
    COLOR: #fff;
    CURSOR: pointer;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

DIV.ftc_CAJA_contenedor
{
    /*WIDTH: 710px;*/
    margin-left: auto;   
    margin-right: auto; 
    PADDING-BOTTOM: 20px;
}
DIV.eroo_CAJA_contenedor
{
    WIDTH: 710px;
    margin-left: auto;   
    margin-right: auto; 
    padding-left:70px;
    padding-bottom:20px;
    padding-top:20px;
}
DIV.ftc_CAJA_contenedor .ftc_encabezado
{
    BORDER-LEFT: #E20A17 1px solid;
    BORDER-TOP: #E20A17 1px solid;
    BORDER-RIGHT: #E20A17 1px solid;
    MARGIN-TOP: 5px;
    /*WIDTH: 650px;*/
    BACKGROUND-COLOR: #E20A17;
    HEIGHT: 50px;
    COLOR: #fff;
    margin-left: auto;
    margin-right: auto;
   
}

DIV.ftc_CAJA_contenedor .ftc_contenido_general
{
    BORDER-BOTTOM: #7c7c7c 1px solid;
    BORDER-LEFT: #7c7c7c 1px solid;
    PADDING-BOTTOM: 12px;
    MARGIN-TOP: 0px;
    PADDING-LEFT: 12px;
    WIDTH: 630px;
    PADDING-RIGHT: 12px;
    FLOAT: left;
    CLEAR: both;
    BORDER-RIGHT: #7c7c7c 1px solid;
    PADDING-TOP: 12px
}

DIV.ftc_CAJA_contenedor .ftc_contenido_primas
{
    BORDER-BOTTOM: none;
    BORDER-LEFT: none;
    BORDER-RIGHT: none;
}

.ftc_TIT_comparador
{
    LINE-HEIGHT: 50px;
    PADDING-LEFT: 25px;
   font-size:16px; 
    FONT-WEIGHT: bold
}
.ftc_TIT
{
    LINE-HEIGHT: 50px;
    PADDING-LEFT: 25px;
    font-size:16px; 
    FONT-WEIGHT: bold
}
.ftc_TIT_reducida{ 


  MARGIN-TOP: 5px;
  WIDTH: 675px;
  HEIGHT: 50px;
  color:black;
    margin-left: auto;
    margin-right: auto;
    
    }
.ftc_TIT_reducida_titulo{
    TEXT-ALIGN: center;
    font-size:22pt;
    font-weight: bold;
    color:black;
    }       
.ftc_TIT_ayuda{ 
    font-size:12px !important; 
    text-align:left; 
    display:block; 
    font-weight:bold; 
    float:right; 
    margin-top:15px; 
    margin-right:10px;
  line-height:auto; 
  width:35%; 
  }

  
.ftc_TIT_AZUL
{
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    COLOR: #0199de;
    FONT-SIZE: 20px;
    FONT-WEIGHT: normal;
    PADDING-TOP: 5px
}
.eroo_TIT_ROJO
{
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 0px;
    COLOR:Red;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px
}
.eroo_table
{
    /*
    BORDER-BOTTOM: #7c7c7c 1px solid;
    
    background:url(../imagenes/eroo/img/fondo_encabezado_tabla.png)top no-repeat; 
   
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 650px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
    */
}


.comparativa_producto
{
    width: 130px;
    padding: 0px;
    vertical-align: top;
}
.comparativa_nombrecia
{
    HEIGHT: 52px;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #5B5B5B;
    TEXT-ALIGN: CENTER;
    COLOR: WHITE;
    BORDER-RIGHT: white 5px solid;
    
}

.comparativa_logo
{
    HEIGHT: 95px;
    TEXT-ALIGN: CENTER;
    BORDER-BOTTOM:  #e0e0e0 1px solid;
    
}

.comparativa_nombre
{
    HEIGHT: 50px;
    TEXT-ALIGN: CENTER;
    BORDER-BOTTOM:  #e0e0e0 1px solid;
    
}
.comparativa_valoracion
{
    TEXT-ALIGN: CENTER;
}

.comparativa_fin
{
    padding-top:400px;
}

.eroo_table_comparativa
{
    
}

.eroo_table TD.eroo_table_encabezado
{
    LINE-HEIGHT: 30px;
    HEIGHT: 52px;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #5B5B5B;
    TEXT-ALIGN: CENTER;
    COLOR: WHITE;
    BORDER-RIGHT: white 15px solid;
    PADDING-LEFT: 5px;
}
.eroo_table TD.eroo_table_encabezado_pregunta
{
    LINE-HEIGHT: 30px;
    HEIGHT: 52px;
    FONT-SIZE: 12px;
    VERTICAL-ALIGN: bottom;
    FONT-WEIGHT: bold
}
.eroo_table TD
{
    BORDER-BOTTOM: #e0e0e0 1px solid;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    HEIGHT: 70px;
    PADDING-TOP: 0px
}
.eroo_table TD.ftc_precio
{
    COLOR: #ff1a75;
    FONT-SIZE: 15px;
    FONT-WEIGHT: bold
}
.titulomodificar{
font-size: 13px;
font-weight: bold;
color: black;
}
.textomodificar{
font-size: 13px;
color: #757575;
}
a.modificardatos {
 font-size: 13px;
 font-weight: bold;
 color: black;
 text-decoration: underline;
}


a.modificardatos:after {
    content: '\25B8';
}

a:visited.modificardatos:after  {
    content: '\25BE';
}

.eroo_table TR.contenido
{
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-RIGHT: #e0e0e0 1px solid;
    PADDING-TOP: 0px;
}
.eroo_table A
{
    COLOR: #03b9ff;
    TEXT-DECORATION: underline
}
.eroo_table A:hover
{
    COLOR: #0095da !important;
    TEXT-DECORATION: underline
}
.eroo_table A:visited
{
    COLOR: #03b9ff;
    TEXT-DECORATION: underline
}
.eroo_table A.ftc_coberturas
{
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
.eroo_table A.ftc_guardar
{
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
.eroo_table td.error{ font-size:12px; color:#5c5c5c; background-color:#d6d6d6;}

.eroo_table_final
{
    BORDER-BOTTOM: #7c7c7c 1px solid;
    /*background:url(../imagenes/eroo/img/fondo_encabezado_tabla.png)top;*/
    background:url(../imagenes/eroo/img/fondo_encabezado_tabla_2.png)top no-repeat; 
    /*background: transparent;*/
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 600px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}
.eroo_table_final TD.eroo_table_encabezado
{
    LINE-HEIGHT: 30px;
    HEIGHT: 52px;
    FONT-SIZE: 16px;
    VERTICAL-ALIGN: bottom
}

.botoncontrataremail{
     background-color: #003aa7;
     border-bottom: 0px; 
     border-left: 0px; 
     width: 177px;
     height: 27px; 
     color: #fff; 
     font-size: 14px; 
     border-top: 0px; 
     font-weight: bold; 
     border-right: 0px;
}


.ftc_table_logo
{
    BORDER-BOTTOM: #ededed 2px solid;
    TEXT-ALIGN: center;
    WIDTH: 190px;
    BACKGROUND: url(../imagenes/b2crc1/img/caja_logos.png) no-repeat 50% top !Important;
    HEIGHT: 250px
}
.ftc_table_logo TD.encabezado
{
    PADDING-BOTTOM: 0px;
    TEXT-TRANSFORM: uppercase;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    HEIGHT: 39px;
    COLOR: #333;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px;
    line-height: 1;
}

.ftc_table_logo TD.tx-destacado
{
    HEIGHT: 63px;    
}


.ftc_table_logo TD
{
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    PADDING-TOP: 5px;
    text-align: center !Important;
}

.ftc_table TD.ftc_table_encabezado
{
    LINE-HEIGHT: 16px;
    PADDING-LEFT: 3px;
    PADDING-RIGHT: 3px;
    HEIGHT: 52px;
    FONT-SIZE: 20px;
    VERTICAL-ALIGN: bottom
}

.calculandoenproceso
{
height:53px;
font-size: 12px;
text-align: center;
}

.calculandoenproceso div
{
font-size: 12px;
text-align: center;
}

.cobertura
{
    TEXT-ALIGN: left !Important;
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 0px;
    COLOR: black;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 30px
}
.valorcobertura
{
    BORDER-BOTTOM: #e0e0e0 1px solid !Important;
    TEXT-ALIGN: justify;
    BORDER-LEFT: #e0e0e0 1px solid !Important;
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    COLOR: black;
    FONT-SIZE: 14px;
    BORDER-TOP: #e0e0e0 1px solid !Important;
    BORDER-RIGHT: #e0e0e0 1px solid !Important;
    PADDING-TOP: 10px
}
.subcobertura
{
    BORDER-BOTTOM: #f0f0f0 1px solid !Important;
    TEXT-ALIGN: left;
    BORDER-LEFT: #f0f0f0 1px solid !Important;
    BACKGROUND-COLOR: #f0f0f0;
    COLOR: black;
    FONT-SIZE: 14px;
    BORDER-TOP: #f0f0f0 1px solid !Important;
    BORDER-RIGHT: #f0f0f0 1px solid !Important;
    padding-left: 10px;
}


.eroo_table_final TD.ftc_table_encabezado_pregunta
{
    LINE-HEIGHT: 52px;
    HEIGHT: 52px;
    FONT-SIZE: 20px
}
.eroo_table_final TD
{
    BORDER-BOTTOM: #e0e0e0 1px solid;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    HEIGHT: 70px;
    PADDING-TOP: 0px
}
.eroo_table_final TD.ftc_precio
{
    COLOR: #ff1a75;
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
}
.ftc_table_final TD.ftc_precio
{
    COLOR: #ff1a75;
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
}
.eroo_table_final TR.contenido
{
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-RIGHT: #e0e0e0 1px solid;
    PADDING-TOP: 0px
}
.eroo_table_final A
{
    COLOR: #03b9ff;
    TEXT-DECORATION: underline
}
.eroo_table_final A:hover
{
    COLOR: #0095da !important;
    TEXT-DECORATION: underline
}
.eroo_table_final A:visited
{
    COLOR: #03b9ff;
    TEXT-DECORATION: underline
}
.eroo_table_final A.ftc_coberturas
{
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
.eroo_table_final A.ftc_guardar
{
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
.eroo_table_final td.error{ font-size:12px; color:#5c5c5c; background-color:#d6d6d6;}

.eroo_table_datos
{
    BORDER-BOTTOM: #d6d6d6 2px solid;
    WIDTH: 212px;
    BACKGROUND: url(../imagenes/eroo/img/caja_datos.png) no-repeat 50% top !Important
}
.eroo_table_datos TD.encabezado
{
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    HEIGHT: 31px;
    COLOR: #0a88d1;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px
}
.eroo_table_datos TD
{
    PADDING-BOTTOM: 15px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    PADDING-TOP: 15px
}
.eroo_table_cobertura
{
    BORDER-BOTTOM: #d6d6d6 2px solid;
    WIDTH: 350px;
    BACKGROUND: url(../imagenes/eroo/img/caja_cobertura_2.png) no-repeat 50% top !Important
}
.eroo_table_cobertura TD.encabezado
{
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    HEIGHT: 31px;
    COLOR: #0a88d1;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px
}


.overlibtxt
{
    
    color: black;
    FONT-SIZE: 15px;
   
}


.ftc_table_general 
{ 
    BORDER-BOTTOM: #d6d6d6 2px solid; 
    BORDER-LEFT: #d6d6d6 2px solid; 
    MARGIN: 15px; 
    WIDTH: 290px;   
    BORDER-TOP: #d6d6d6 2px solid; 
    BORDER-RIGHT: #d6d6d6 2px solid !important;

} 
.ftc_table_general TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    HEIGHT: 13px; 
    /*MIN-WIDTH: 290px;*/
    PADDING-TOP: 10px 
} 
.ftc_table_general TD.azul 
{ 
    PADDING-BOTTOM: 0px; 
    BACKGROUND-COLOR: #E2E2E2; 
    MARGIN: 0px auto; 
    /*MIN-WIDTH: 400px;*/ 
    PADDING-LEFT: 0px; 
    PADDING-RIGHT: 0px; 
    PADDING-TOP: 0px 
} 
.ftc_table_general TD A 
{ 
    MARGIN: 0px auto; 
   /* MIN-WIDTH: 400px;*/ 
    COLOR: #000; 
    TEXT-DECORATION: none 
} 
.ftc_table_general_version 
{ 
    BORDER-BOTTOM: #d6d6d6 2px solid; 
    BORDER-LEFT: #d6d6d6 2px solid; 
    MARGIN: 15px; 
    WIDTH: 600px;
    BORDER-TOP: #d6d6d6 2px solid; 
    BORDER-RIGHT: #d6d6d6 2px solid ;

} 
.ftc_table_general_version TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    HEIGHT: 13px; 
   /* MIN-WIDTH: 400px;*/ 
    PADDING-TOP: 10px 
} 
.ftc_table_general_version TD.azul 
{ 
    PADDING-BOTTOM: 0px; 
    BACKGROUND-COLOR: #E2E2E2; 
    MARGIN: 0px auto; 
    /*MIN-WIDTH: 400px;*/ 
    PADDING-LEFT: 0px; 
    PADDING-RIGHT: 0px; 
    PADDING-TOP: 0px 
} 
.ftc_table_general_version TD A 
{ 
    MARGIN: 0px auto; 
   /* MIN-WIDTH: 400px;*/ 
    COLOR: #000; 
    TEXT-DECORATION: none 
} 

TABLE.ftc_coche_fase1
{
    MARGIN: 0px auto;
    PADDING-LEFT: 0px;
    WIDTH: 675px;
    PADDING-RIGHT: 0px;
    HEIGHT: 57px;
    PADDING-TOP: 0px;
    FLOAT: center;
}
TABLE.ftc_coche_fase1 TD.flechaRT
{
    TEXT-ALIGN: center;
    vertical-align: middle;
    WIDTH: 63px;
    BACKGROUND: url(../imagenes/eroo/img/fase1/fondo_flechaRT.png) ;
}
TABLE.ftc_coche_fase1 TD.flechaAV
{
    TEXT-ALIGN: center;
    vertical-align: middle;
    WIDTH: 64px;
    BACKGROUND: url(../imagenes/eroo/img/fase1/fondo_flechaAV.png) no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso1
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso01.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center

}
TABLE.ftc_coche_fase1 TD.FASE1paso2
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso02.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso3
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso03.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso4
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso04.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso5
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso05.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso6
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso06.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso7
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso07.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso8
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso08.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso9
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso09.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso10
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso10.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso11
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso11.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso12
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso12.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso13
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso13.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso14
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso14.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso15
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso15.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso16
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso16.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso17
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso17.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso18
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso18.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso19
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso19.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso20
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso20.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso21
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso21.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso22
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso22.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso23
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso23.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso24
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso24.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso25
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso25.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso26
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso26.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso27
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso27.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso28
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso28.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso29
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso29.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso30
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso30.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso31
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso31.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso32
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso32.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
TABLE.ftc_coche_fase1 TD.FASE1paso33
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso33.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
}
DIV.eroo_moto_fase1
{
    MARGIN: 0px auto;
    PADDING-LEFT: 0px; 
    PADDING-RIGHT: 0px;
    HEIGHT: 57px;
    PADDING-TOP: 0px
}
DIV.eroo_moto_fase1 DIV.flechaRT
{
    TEXT-ALIGN: center;
    WIDTH: 63px;
    BACKGROUND: url(../imagenes/eroo/img/fase1/fondo_flechaRT.png) no-repeat !Important
}
DIV.eroo_moto_fase1 DIV.flechaAV
{
    TEXT-ALIGN: center;
    WIDTH: 64px;
    BACKGROUND: url(../imagenes/eroo/img/fase1/fondo_flechaAV.png) no-repeat !Important
}
DIV.eroo_moto_fase1 DIV.FASE1paso1
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso01.png) !Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso2
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso02.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso3
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso03.png) !Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso4
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso04.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_moto_fase1 DIV.FASE1paso5
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso05.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso6
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso06.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso7
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso07.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso8
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso08.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso9
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso09.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso10
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso10.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_moto_fase1 DIV.FASE1paso11
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso11.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso12
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso12.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso13
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso13.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso14
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso14.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso15
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso15.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso16
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso16.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso17
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso17.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso18
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso18.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso19
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso19.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso20
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso20.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
DIV.eroo_moto_fase1 DIV.FASE1paso21
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/MOTO/paso21.png)!Important;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    
}
/*-------- ENCABEZADOS MOTO COCHE FASE 2 -----------*/
table.ftc_motocoche_fase2{ margin:0 auto; padding:0:auto; width:650px; height:57px;}
table.ftc_motocoche_fase2 td.flechaRT{ text-align:center; width:63px; background:url(../imagenes/eroo/img/fase2/fondo_flechaRT.png) no-repeat;}
table.ftc_motocoche_fase2 td.flechaAV{ text-align:center; width:64px; background:url(../imagenes/eroo/img/fase2/fondo_flechaAV.png) no-repeat;}
table.ftc_motocoche_fase2 td p.mensaje{ font-size:12px; font-weight:bold; margin-top:35px; margin-left:15px;}

table.ftc_motocoche_fase2 td.FASE2cochepaso1{ background-image:url(../imagenes/eroo/img/fase2/COCHE/paso01.png);}
table.ftc_motocoche_fase2 td.FASE2cochepaso2{ background-image:url(../imagenes/eroo/img/fase2/COCHE/paso02.png);}
table.ftc_motocoche_fase2 td.FASE2cochepaso3{ background-image:url(../imagenes/eroo/img/fase2/COCHE/paso03.png);}
table.ftc_motocoche_fase2 td.FASE2cochepaso4{ background-image:url(../imagenes/eroo/img/fase2/COCHE/paso04.png);}
table.ftc_motocoche_fase2 td.FASE2cochepaso5{ background-image:url(../imagenes/eroo/img/fase2/COCHE/paso05.png);}
table.ftc_motocoche_fase2 td.FASE2cochepaso6{ background-image:url(../imagenes/eroo/img/fase2/COCHE/paso06.png);}
table.ftc_motocoche_fase2 td.FASE2cochepaso7{ background-image:url(../imagenes/eroo/img/fase2/COCHE/paso07.png);}
table.ftc_motocoche_fase2 td.FASEcoche2paso8{ background-image:url(../imagenes/eroo/img/fase2/COCHE/paso08.png);}

table.ftc_motocoche_fase2 td.FASE2motopaso1{ background-image:url(../imagenes/eroo/img/fase2/MOTO/paso01Moto.png);}
table.ftc_motocoche_fase2 td.FASE2motopaso2{ background-image:url(../imagenes/eroo/img/fase2/MOTO/paso02Moto.png);}
table.ftc_motocoche_fase2 td.FASE2motopaso3{ background-image:url(../imagenes/eroo/img/fase2/MOTO/paso03Moto.png);}
table.ftc_motocoche_fase2 td.FASE2motopaso4{ background-image:url(../imagenes/eroo/img/fase2/MOTO/paso04Moto.png);}
table.ftc_motocoche_fase2 td.FASE2motopaso5{ background-image:url(../imagenes/eroo/img/fase2/MOTO/paso05Moto.png);}
table.ftc_motocoche_fase2 td.FASE2motopaso6{ background-image:url(../imagenes/eroo/img/fase2/MOTO/paso06Moto.png);}


/*-------- ENCABEZADOS HOGAR FASE 2 -----------*/

table.eroo_hogar_fase1{ margin:0 auto; padding:0:auto; width:679px; height:57px;}
table.eroo_hogar_fase1 td p.mensaje{ font-size:12px; font-weight:bold; margin-top:35px; margin-left:15px;}
table.eroo_hogar_fase1 td.FASE1hogarpaso1{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso01.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso2{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso02.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso3{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso03.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso4{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso04.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso5{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso05.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso6{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso06.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso7{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso07.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso8{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso08.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso9{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso09.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso10{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso10.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso11{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso11.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso12{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso12.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso13{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso13.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso14{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso14.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}
table.eroo_hogar_fase1 td.FASE1hogarpaso15{ background-image: url(../imagenes/eroo/img/fase1/HOGAR/paso15.png);BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: center center}


.ftc_buttoncomprar
{

    
    HEIGHT: 30px;
    COLOR: white !Important;
    FONT-SIZE: 13px;
    CURSOR: pointer;
    BACKGROUND: #0D36AA;
    TEXT-ALIGN: center;  
    background-image: none;
    border-radius: 50px;
    border-width: 0;
    box-shadow: unset;
    -webkit-appearance: none;
}

.ftc_buttoncomprars:hover
{
    HEIGHT: 30px;
    COLOR: 0D36AA !Important;
    FONT-SIZE: 13px;
    CURSOR: pointer;
    BACKGROUND: white !Important;
    TEXT-ALIGN: center;  
    background-image: none;
    border-radius: 50px;
    border-COLOR: 0D36AA !Important;
    border-left-width: 2px !Important;
    border-right-width: 2px !Important;
    border-bottom-width: 2px !Important;
    border-top-width: 2px !Important;
    border-left-color: 0D36AA !Important;
    border-right-color: 0D36AA !Important;
    border-bottom-color: 0D36AA !Important;
    border-top-color: 0D36AA !Important;
    border-left-style: solid !Important;
    border-right-style: solid !Important;
    border-bottom-style: solid !Important;
    border-top-style: solid !Important;
    box-shadow: unset;
    -webkit-appearance: none;
}

.primasmodalidades
{
    
    padding-top: 8px !Important;
}

.ftc_buttoncambiar
{
    BORDER-BOTTOM: 0px;
    BORDER-LEFT: 0px;
    WIDTH: 69px;
    BACKGROUND: url(../imagenes/eroo/img/bt_cambiar.png) no-repeat !Important;
    HEIGHT: 24px;
    COLOR: #fff;
    FONT-SIZE: 12px;
    BORDER-TOP: 0px;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: 0px
}
.ftc_buttoncambiar:hover
{
    BORDER-BOTTOM: 0px;
    BORDER-LEFT: 0px;
    WIDTH: 69px;
    BACKGROUND: url(../imagenes/eroo/img/bt_cambiar_over.png) no-repeat !Important;
    HEIGHT: 24px;
    COLOR: #fff;
    FONT-SIZE: 12px;
    BORDER-TOP: 0px;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: 0px
}
.ftc_buttongen
{
    BORDER-BOTTOM: #d0cfcf 1px solid;
    WIDTH: 110px;
    BORDER-LEFT: #d0cfcf 1px solid;
    BACKGROUND: url(../imagenes/eroo/img/fondo_BTgenerico.png) repeat-x !Important;
    HEIGHT: 35px;
    COLOR: #fff;
    FONT-SIZE: 12px;
    BORDER-TOP: #d0cfcf 1px solid;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: #d0cfcf 1px solid;
}
.ftc_buttongen:hover
{
    WIDTH: 110px;
    BACKGROUND: url(../imagenes/eroo/img/fondo_BTgenerico_over.png) repeat-x !Important;
    HEIGHT: 35px;
    COLOR: #fff;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
}
.eroo_buttoncomprar2
{
    BORDER-BOTTOM: 0px;
    BORDER-LEFT: 0px;
    WIDTH: 125px;
    BACKGROUND: url(../imagenes/eroo/img/bt_comprar_2.png) no-repeat !Important;
    HEIGHT: 27px;
    COLOR: #fff;
    FONT-SIZE: 14px;
    BORDER-TOP: 0px;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: 0px
}
TABLE.ftc_coche_fase1 TD P.mensaje_progress
{
    MARGIN-TOP: 26px;
    MARGIN-LEFT: 60px;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
DIV.eroo_moto_fase1 DIV P.mensaje_progress {
    PADDING-TOP: 10px;
    PADDING-LEFT: 210px;
    FONT-SIZE: 12px;
    color: White;
    FONT-WEIGHT: bold;
    HEIGHT: 40px;
}

TABLE.eroo_hogar_fase1 TD P.mensaje_progress
{
    MARGIN-TOP: 26px;
    MARGIN-LEFT: 15px;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}



#simplemodal-overlay
{
    BACKGROUND-COLOR: white
}
#simplemodal-container
{
    BORDER-BOTTOM: black 4px solid;
    BORDER-LEFT: black 4px solid;
    PADDING-BOTTOM: 12px;
    BACKGROUND-COLOR: #ffffff;
    PADDING-LEFT: 12px;
    WIDTH: 500px !important;
    PADDING-RIGHT: 12px;
    MIN-HEIGHT: 320px;
    COLOR: #000000;
    BORDER-TOP: black 4px solid;
    BORDER-RIGHT: black 4px solid;
    PADDING-TOP: 12px
}
#simplemodal-container .simplemodal-data
{
    PADDING-BOTTOM: 8px;
    PADDING-LEFT: 8px;
    PADDING-RIGHT: 8px;
    PADDING-TOP: 8px
}
#simplemodal-container A.modalCloseImg
{
    Z-INDEX: 3200;
    POSITION: absolute;
    WIDTH: 25px;
    DISPLAY: inline;
    BACKGROUND: url(../imagenes/b2crc1/x.png) no-repeat !Important;
    HEIGHT: 29px;
    TOP: -15px;
    CURSOR: pointer;
    RIGHT: -16px
}
#simplemodal-container H3
{
    COLOR: black
}
#popup_container
{
    BORDER-BOTTOM: black 5px solid;
    MIN-WIDTH: 300px;
    BORDER-LEFT: black 5px solid;
    FONT-FAMILY: Montserrat, Arial, sans-serif;
    MAX-WIDTH: 600px;
    BACKGROUND: #fff;
    COLOR: #000;
    FONT-SIZE: 12px;
    BORDER-TOP: black 5px solid;
    BORDER-RIGHT: black 5px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
#popup_title
{
    /*BORDER-BOTTOM: #999 1px solid;*/
    TEXT-ALIGN: center;
    BORDER-LEFT: #fff 1px solid;
    PADDING-BOTTOM: 0em;
    LINE-HEIGHT: 1.75em;
    MARGIN: 0em;
    PADDING-LEFT: 0em;
    PADDING-RIGHT: 0em;
    /*BACKGROUND: url(../imagenes/b2crc1/title_alerts.gif) #ccc repeat-x 50% top;*/
    COLOR: white;
    FONT-SIZE: 1px;
    BORDER-TOP: #fff 1px solid;
    CURSOR: default;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: #fff 1px solid;
    PADDING-TOP: 0em
}
#popup_content
{
    PADDING-BOTTOM: 1em;
    MARGIN: 0em;
    PADDING-LEFT: 1.75em;
    PADDING-RIGHT: 1.75em;
    BACKGROUND: url(../imagenes/b2crc1/Info-alerts.png) no-repeat 16px 16px !Important;
    PADDING-TOP: 1em
}
.alert#popup_content
{
    BACKGROUND-IMAGE: url(../imagenes/b2crc1/Info-alerts.png) !Important
}
.confirm#popup_content
{
    BACKGROUND-IMAGE: url(../imagenes/b2crc1/important_alerts.gif) !Important
}
.prompt#popup_content
{
    BACKGROUND-IMAGE: url(../imagenes/b2crc1/help_alerts.gif) !Important
}
#popup_message
{
    PADDING-LEFT: 48px
}
#popup_panel
{
    TEXT-ALIGN: center;
    MARGIN: 1em 0em 0em 1em
}
#popup_prompt
{
    MARGIN: 0.5em 0em
}

.strip {
    display:block;
    height:43px;
    overflow:hidden;
    background:#03B9FF;
    width:100%;
    margin-left:0px;
    color:#ffffff;
}
.strip2{
    display:block;
    overflow:hidden;
    width:80%;
    margin-left:0px;
    color:#ffffff;
}
.strip3{
    display:block;
    overflow:hidden;
    width:20%;
    margin-left:14px;
    margin-top: 0px;
    color:#ffffff;
}
.strip .sleft {
    float:left;
    font-size:24px;
    font-weight:bold;
    padding-top:5px;
    padding-left:10px;
    line-height:1.3;
}
.strip .ssleft {
    float:left;
    font-size:18px;
    font-weight:bold;
    padding-top:5px;
    padding-left:5px;
    line-height:1.3;
}

.strip .sright {
    float:right;
    padding-right:30px;
    padding-top:12px;
    line-height:1.3;
}

A.basic {
    font-size:12px;
    color:#000000;
    font-weight:bold;
}
A.basic:hover {
    font-size:12px;
    color:#E20A17;
    font-weight:bold;
}
.tooltip{
   position: absolute;
   background: #fff;
   color: #000;
   border-radius:15px;
   padding: 10px;
   margin-top: 10px;
   margin-left: -10px;
   z-index: 7;
   display: none;
   background-color: #fff;
   width:100 px;    
    
}
.datostd2
{
    BORDER-BOTTOM: #dddddd 1px solid;
    BORDER-LEFT: #dddddd 1px solid;
    PADDING-BOTTOM: 2px;
    BACKGROUND-COLOR: white;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #dddddd 1px solid;
    BORDER-RIGHT: #dddddd 1px solid;
    PADDING-TOP: 2px;
    border-radius: 10px
}
.activetr
{
    BACKGROUND-COLOR: #03b9ff !important;
    COLOR: #fff;
    CURSOR: pointer;
    FONT-WEIGHT: bold;
    colspan: 2;
    TEXT-DECORATION: none
}
.celda_marcas
{
TEXT-ALIGN:center;
BORDER-RIGHT: #D6D6D6 1px solid;   
vertical-align: bottom;
width: 16%;
BORDER-BOTTOM: #FFFFFF 5px solid;       
}
.imagen_marcas
{
TEXT-ALIGN:center; 
vertical-align: middle;
height:50px;     
}
.texto_marcas
{
 TEXT-ALIGN:left;
 color:#46535E;
 font-size:8pt;
 padding-left:15px;
 TEXT-TRANSFORM: capitalize;

}
.texto_marcas A
{
 color:#46535E;
 TEXT-DECORATION: none;
}


.texto
{
 font-size:16px;
 TEXT-ALIGN: justify;
}
#tdAceptoLegal
{
    width:20px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#tdTextoAceptoLegal
{
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.titular
{

    padding-top: 20px;
    padding-bottom: 20px;
}

.titulo
{
    TEXT-ALIGN: center;
    font-size:18pt;
    font-weight: bold;
    color:black;
}
.colaboracion
{
    TEXT-ALIGN: justify;
    COLOR: #000000;
    FONT-SIZE: 9px
}
.seleccionar_marcas
{
 TEXT-ALIGN:center;
 color:#FDFDFD;
 font-size:10px;
 padding-bottom: 26px;
}
.documentacion1
{
    TEXT-ALIGN: center;
    COLOR:#46535E;
    font-size:14pt;
    FONT-WEIGHT: bold;
    background-color:#d6d6d6;
}

.documentacion
{
    TEXT-ALIGN: justify;
    font-size:12px;
    width:320px;
    margin-left: auto;
    margin-right: auto;
}
.titulopasos
{
    TEXT-ALIGN: center;
    font-size:22pt;
    font-weight: bold;
    color:black;
}
.titulopasos1
{
    TEXT-ALIGN: center;
    COLOR:red;
    font-size:22px;
    FONT-WEIGHT: bold;
    border: 0;
}
.titulopasos2
{
    TEXT-ALIGN: center;
    COLOR:red;
    font-size:22px;
    FONT-WEIGHT: bold;
}

.titulopasosportada
{
    TEXT-ALIGN: left;
    color:black;
    font-size:16px;
    FONT-WEIGHT: bold;
    padding-bottom:10px;
    padding-left:175px;
    border: 0;
}
.avanzar
{
    cursor:pointer;

}
.avanzarhover
{
    cursor:hand;
}
.fondoayuda
{
    BORDER: none !Important ;
    COLOR: #757575;
    FONT-SIZE: 13px !Important;    
    background-color: white;
    padding-bottom:15px !Important;
    padding-top:0px !Important;
    padding-left:15px !Important;
    padding-right:15px !Important;
    
    
    
}
.ui-dialog
{
    background-color: white;
}
.ui-button-text
{
    color: black;
}
.cabeceraoverlib
{
    BORDER: #000 1px solid;
    COLOR: #black;
    PADDING-top: 15px !Important;
    padding-left:12px !Important;
    padding-right:15px !Important;  
    background-color: fafafa;
    FONT-SIZE: 12px !Important; 
    FONT-WEIGHT: bold !Important;   
}

DIV.eroo_coche_fase1
{
    MARGIN: 0px auto;
    PADDING-LEFT: 0px;    
    PADDING-RIGHT: 0px;
    HEIGHT: 57px;
    PADDING-TOP: 0px;
    FLOAT: center;
}

DIV.eroo_coche_fase1 DIV.FASE1paso1
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso01.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}
DIV.eroo_coche_fase1 DIV.FASE1paso2
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso02.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso3
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso03.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso4
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso04.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso5
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso05.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso6
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso06.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso7
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso07.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso8
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso08.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso9
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso09.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso10
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso10.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}

DIV.eroo_coche_fase1 DIV.FASE1paso11
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso11.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso12
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso12.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center

}
DIV.eroo_coche_fase1 DIV.FASE1paso13
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso13.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso14
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso14.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso15
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso15.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso16
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso16.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center

}
DIV.eroo_coche_fase1 DIV.FASE1paso17
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso17.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso18
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso18.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center

}
DIV.eroo_coche_fase1 DIV.FASE1paso19
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso19.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso20
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso20.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center center

}
DIV.eroo_coche_fase1 DIV.FASE1paso21
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso21.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso22
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso22.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso23
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso23.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso24
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso24.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso25
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso25.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso26
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso26.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso27
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso27.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso28
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso28.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso29
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso29.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso30
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso30.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso31
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso31.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso32
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso32.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}
DIV.eroo_coche_fase1 DIV.FASE1paso33
{
    BACKGROUND-IMAGE: url(../imagenes/eroo/img/fase1/COCHE/paso33.png);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: left center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;

}

DIV.eroo_coche_fase1 DIV P.mensaje_progress
{
    PADDING-TOP: 10px;
    PADDING-LEFT: 10px;
    FONT-SIZE: 12px;
    color: White;
    FONT-WEIGHT: bold;
    HEIGHT: 40px;
}
DIV.eroo_hogar_fase1 DIV P.mensaje_progress
{
    MARGIN-TOP: 5px;
    MARGIN-LEFT: 190px;
    FONT-SIZE: 12px;
    color: White;
    FONT-WEIGHT: bold
}

.eroo_table_general_marcas
{ 
    BORDER-BOTTOM: #D6D6D6 2px solid; 
    BORDER-LEFT: #D6D6D6 2px solid; 
    MARGIN: 15px; 
    WIDTH: 500px;   
    margin-left:225px;
    BORDER-TOP: #D6D6D6 2px solid; 
    BORDER-RIGHT: #D6D6D6 2px solid !important;

} 
.eroo_table_general_marcas TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    HEIGHT: 13px; 
    /*MIN-WIDTH: 290px;*/
    PADDING-TOP: 10px 
} 
.eroo_table_general_marcas TD.azul 
{ 
    PADDING-BOTTOM: 0px; 
    BACKGROUND-COLOR: #E2E2E2; 
    MARGIN: 0px auto; 
    /*MIN-WIDTH: 400px;*/ 
    PADDING-LEFT: 0px; 
    PADDING-RIGHT: 0px; 
    PADDING-TOP: 0px 
} 
.eroo_table_general_marcas TD A 
{ 
    MARGIN: 0px auto; 
   /* MIN-WIDTH: 400px;*/ 
    COLOR: #000; 
    TEXT-DECORATION: none 
} 
.eroo_table_general 
{ 
    /*BORDER-BOTTOM: #d6d6d6 2px solid; 
    BORDER-LEFT: #d6d6d6 2px solid; */
    MARGIN-top: 0px!important;
    MARGIN: 15px;
    PADDING-LEFT:35px;
    WIDTH: 440px;   
     /*BORDER-TOP: #d6d6d6 2px solid; 
    BORDER-RIGHT: #d6d6d6 2px solid !important;*/

} 
.eroo_table_general TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    BORDER-RIGHT: #D6D6D6 2px solid !important;
    BORDER-BOTTOM: #D6D6D6 2px solid !important;
    HEIGHT: 13px; 
    /*MIN-WIDTH: 290px;*/
    PADDING-TOP: 10px 
} 
.eroo_table_general TD.azul 
{ 
    PADDING-BOTTOM: 0px; 
    BACKGROUND-COLOR: #E2E2E2; 
    MARGIN: 0px auto; 
    /*MIN-WIDTH: 400px;*/ 
    PADDING-LEFT: 0px; 
    PADDING-RIGHT: 0px; 
    PADDING-TOP: 0px 
} 
.eroo_table_general TD A 
{ 
    MARGIN: 0px auto; 
   /* MIN-WIDTH: 400px;*/ 
    COLOR: #000; 
    TEXT-DECORATION: none 
} 
.eroo_table_general_centrado 
{ 
    MARGIN-top: 0px!important;
    /*MARGIN: 15px;*/
    margin: 0 auto;
    text-align: center;
    WIDTH: 600px;

} 
.eroo_table_general_centrado TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    BORDER-RIGHT: #d6d6d6 2px solid !important;
    BORDER-BOTTOM: #d6d6d6 2px solid !important;
    BORDER-LEFT: #d6d6d6 2px solid !important;
    BORDER-TOP: #d6d6d6 2px solid !important;
    HEIGHT: 13px; 
    PADDING-TOP: 10px 
} 
.eroo_table_general_centrado_1
{ 
    MARGIN-top: 0px!important;
    /*MARGIN: 15px;*/
    margin: 0 auto;
    text-align: center;
    WIDTH: 600px;

} 
.eroo_table_general_centrado_1 TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    /*BORDER-RIGHT: #d6d6d6 2px solid !important;
    BORDER-BOTTOM: #d6d6d6 2px solid !important;
    BORDER-LEFT: #d6d6d6 2px solid !important;
    BORDER-TOP: #d6d6d6 2px solid !important;*/
    HEIGHT: 13px; 
    PADDING-TOP: 10px 
} 
.eroo_table_general_centrado_1 .tituloclaro TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    BORDER-RIGHT: #d6d6d6 2px solid !important;
    BORDER-BOTTOM: #d6d6d6 2px solid !important;
    BORDER-LEFT: #d6d6d6 2px solid !important;
    BORDER-TOP: #d6d6d6 2px solid !important;
    HEIGHT: 13px; 
    PADDING-TOP: 10px 
} 
.eroo_table_general_centrado_1 .tituloclaro TD A
{ 
    CURSOR: pointer;
    color: Black;
} .eroo_table_general_centrado_usuario
{ 
    MARGIN-top: 0px!important;
    /*MARGIN: 15px;*/
    margin: 0 auto;
    text-align: center;
    WIDTH: 600px;

} 
.eroo_table_general_centrado_usuario TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    HEIGHT: 13px; 
    PADDING-TOP: 10px 
} 
.eroo_table_general_centrado TD.azul 
{ 
    PADDING-BOTTOM: 0px; 
    BACKGROUND-COLOR: #E2E2E2; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 0px; 
    PADDING-RIGHT: 0px; 
    PADDING-TOP: 0px 
} 
.eroo_table_general_centrado TD A 
{ 
    MARGIN: 0px auto; 
   /* MIN-WIDTH: 400px;*/ 
    COLOR: #000; 
    TEXT-DECORATION: none 
} 
.eroo_table_general_version 
{ 
    BORDER-BOTTOM: #d6d6d6 2px solid; 
    BORDER-LEFT: #d6d6d6 2px solid; 
    margin: 0 auto;
    WIDTH: 800px;
    BORDER-TOP: #d6d6d6 2px solid; 
    BORDER-RIGHT: #d6d6d6 2px solid ;
    PADDING-LEFT:175px !important;
} 
.eroo_table_general_version TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    HEIGHT: 13px; 
   /* MIN-WIDTH: 400px;*/ 
    PADDING-TOP: 10px 
} 
.eroo_table_general_version TD.azul 
{ 
    PADDING-BOTTOM: 0px; 
    BACKGROUND-COLOR: #E2E2E2; 
    MARGIN: 0px auto; 
    /*MIN-WIDTH: 400px;*/ 
    PADDING-LEFT: 0px; 
    PADDING-RIGHT: 0px; 
    PADDING-TOP: 0px 
} 
.eroo_table_general_version TD A 
{ 
    MARGIN: 0px auto; 
   /* MIN-WIDTH: 400px;*/ 
    COLOR: #000; 
    TEXT-DECORATION: none 
} 
.tdcolormarcado
{
    CURSOR: pointer;
    COLOR: #d6d6d6
}
.tdcolordesmarcado
{
    CURSOR: pointer;
    COLOR: #000000
}
.tdbordercolormarcado
{
    CURSOR: pointer;
    BACKGROUND-COLOR: #d6d6d6
   
}
.tdbordercolordesmarcado
{
    CURSOR: pointer;
    BACKGROUND-COLOR: transparent
}
.tdversionmarcado
{
    CURSOR: pointer;
    BACKGROUND-COLOR: #d6d6d6
}
.tdversiondesmarcado
{
    CURSOR: pointer;
    BACKGROUND-COLOR: transparent
}
.tdcolorseleccionado
{
    CURSOR: pointer;
    BACKGROUND-COLOR: #AAAAAA
   
}
.titulodatosnuevo
{
    PADDING-BOTTOM: 4px;
    COLOR: black;
    margin:15px;
    FONT-SIZE: 17px;
    BACKGROUND-COLOR: #D6D6D6;
    FONT-WEIGHT: bold;
    PADDING-TOP: 4px
}

.titulodatos
{
    PADDING-BOTTOM: 4px;
    COLOR: blue;
    FONT-SIZE: 17px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 4px
}
.cajapasos
{
    vertical-align:bottom;
    border-width:0;
    BACKGROUND-COLOR:#ccc;
    FONT-SIZE:20px;
    width : 120px;
    height: 25px;    
}
.cajapasosmail
{
    vertical-align:bottom;
    border-width:0;
    BACKGROUND-COLOR:#ccc;
    FONT-SIZE:20px;
    width : 120px;
    height: 25px;    
}
.selectpasos
{
    vertical-align:bottom;
    border-width:0;
    outline: 0 !important;
    BACKGROUND-COLOR:#ccc;
    FONT-SIZE:20px;
    width : 120px;
    height: 25px;    
}
.TituloModificar
{
    COLOR: blue;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    padding-bottom:5px;
}
.colormodificar
{
    BACKGROUND-COLOR: #fdfdfd;
}



.entradaabajo input
{
padding: 10px;
}

.entradacolumna input
{
border-width:0;
padding: 10px;
}
.SELECT
{
background-color:#fff!Important; 
border-width:0 !Important;
outline: 0 !important;
color:#46535E !Important;
PADDING-LEFT: 3px !Important;
PADDING-TOP: 3px !Important;
PADDING-BOTTOM: 3px !Important;
PADDING-RIGHT: 3px !Important;
font-size: 12 px !Important;
width:100% !Important;
color: #46535E !Important;
}
#SELECT OPTION 
{ 
background-color:#fff !Important; 
color:#46535E !Important;
}
SELECT__
{
    BORDER-BOTTOM: #7f9db9 1px solid;
    BORDER-LEFT: #7f9db9 1px solid;
    BACKGROUND: white;
    FONT-SIZE: 12px;
    BORDER-TOP: #7f9db9 1px solid;
    BORDER-RIGHT: #7f9db9 1px solid;
    
}
.INPUT
{
    vertical-align:bottom;
    border-width:0;
    BACKGROUND-COLOR:#fff;
    FONT-SIZE:14px;
    width : 120px;
    height: 25px; 
    color: #46535E;
    text-transform: uppercase;
    background-color: white;
}
INPUT_
{
    COLOR: #46535E;
    FONT-SIZE: 12px;
    
}

.fecha
{
    FONT: bold 9px Verdana, Tahoma;
    COLOR: #ffcc66;
    TEXT-DECORATION: none
}
.etiqueta
{
   
    COLOR: black  !Important;
    FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 4px;
    PADDING-BOTTOM: 4px;
    PADDING-LEFT: 8px !Important;
    /*margin:15px;*/
    display: block;
    /*text-transform: uppercase;*/
}
.etiquetaresumen
{
   
    /*COLOR: black;  */  
    FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 4px;
    PADDING-BOTTOM: 4px;
    PADDING-LEFT: 8px !Important;
    /*margin:15px;*/
    /*display: block;*/
    text-transform: /*uppercase;*/
}
.etiquetaarriba
{
    /*
    COLOR: black;
    FONT-SIZE: 15px;
    */
    FONT-WEIGHT: bold;
    PADDING-TOP: 0px;
    PADDING-BOTTOM: 0px;
    margin:0px;
    PADDING-LEFT: 0px;

}
.etiqueta__
{
    TEXT-ALIGN: right;
    PADDING-BOTTOM: 1px;
    FONT-VARIANT: normal;
    PADDING-LEFT: 1px;
    PADDING-RIGHT: 2px;
    COLOR: black;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 1px
}
.etiquetaleft
{
    TEXT-ALIGN: left;
    COLOR: black;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}

.etiquetaprimascomprobante
{
    
    FONT-SIZE: 21px;
    FONT-WEIGHT: bold;
    text-align:left; 
    color:#0d36a5; 
}
.entradaprimascomprobante
{
    COLOR: black;
    FONT-SIZE: 21px;  
    text-align:left;    
}

.primascomprobante
{       
    COLOR: black;   
    FONT-SIZE: 21px;        
    text-align: right !Important;   
    PADDING-LEFT: 20px;
}

.tx-destacado
{

    /*
    COLOR: black;
    */
    FONT-SIZE: 21px;
    FONT-WEIGHT: bold;
    /*PADDING-LEFT: 8px;*/
    color:#0d36a5;   
}
.cabeceragar
{
    PADDING-BOTTOM: 8px;
    COLOR: #46535E;
    FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 8px;
    text-align:left;
}


.botongrande
{
    MIN-WIDTH: 150px;   
}

.botonespopup
{
    text-align:right !Important;
}


.botonPDF {
    background-image: url("../imagenes/b2crc1/Guardar.png");
    width: 64px;
    height: 41px;
    border-radius: 52px;
    background-size: 100%;
    background-position: center;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* margin-left: 15px;*/
 }


.btnImprimir {
    background-image: url("../imagenes/b2crc1/Imprimir.png");
    width: 64px;
    height: 41px;
    border-radius: 52px;
    background-size: 100%;
    background-position: center;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* margin-left: 15px;*/
    }
    
.btnCerrar {
    background-image: url("../imagenes/b2crc1/Cerrar.png");
    width: 64px;
    height: 41px;
    border-radius: 52px;
    background-size: 100%;
    background-position: center;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* margin-left: 15px;*/
    }
    
.eroo_buttoncomprar
{
    BORDER-BOTTOM: none;
    BORDER-LEFT: none;
    BORDER-TOP: none;
    BORDER-RIGHT: none;    
    HEIGHT: 30px;
    COLOR: white !Important;
    FONT-SIZE: 13px;
    CURSOR: pointer;
    BACKGROUND: #0D36AA;
    TEXT-ALIGN: center;  
    MIN-WIDTH: 90px;
}

.privacidad
{
    font-size: 11px;
}

.aonbotones
{
text-align:left;
}

.boton2
{
    BACKGROUND-IMAGE: url(../imagenes/ero/boton.gif);
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    TEXT-TRANSFORM: lowercase;
    WIDTH: 125px;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 25px;
    COLOR: #ffffff;
    FONT-SIZE: 11pt;
    BORDER-TOP: medium none;
    CURSOR: pointer;
    FONT-WEIGHT: 600;
    BORDER-RIGHT: medium none
}


.entradaresumen
{
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 8px !Important;
    PADDING-RIGHT: 5px;
    COLOR: #46535E;
    FONT-SIZE: 14px;
    PADDING-TOP: 5px;
    TEXT-ALIGN: LEFT;
    /*display: block;*/
    border: none; 
}
.entrada span
{
    width: 10%;
}
.confinal
{
    width: 90% !Important;
    display: initial !Important;
}

.entradaabajo
{      
    COLOR: #46535E;
    FONT-SIZE: 14px;
    PADDING-TOP: 3px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 10px;
    PADDING-RIGHT: 5px;
}
.etiqleft
{
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    COLOR: #46535E;
    FONT-SIZE: 14px;
    PADDING-TOP: 5px
}
.etiquetacolumna
{
    TEXT-ALIGN: left;
    /*
    COLOR: black;
    */
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold
}
.entradacolumna
{

    TEXT-ALIGN: center;
    /*
    COLOR: #46535E;
    */
    FONT-SIZE: 14px;
    padding:5px;
    FONT-WEIGHT: bold;

}
form[name="segsalud"] 
{
padding-left:70px;     
padding-right:70px;     
padding-top:10px;     
padding-bottom:20px;     

}
form[name="botones"] 
{
padding-left:100px;     
padding-right:100px;     
padding-top:10px;     
padding-bottom:20px;     

}
form[name="primas"] 
{
padding-left:0px;     
padding-right:0px;     
padding-top:0px;     
padding-bottom:0px;  
}
form[name="datper"] 
{
padding-left:150px;     
padding-right:100px;     
padding-top:10px;     
padding-bottom:20px;     

}
form[name="formcapa0"] ,form[name="formcapa1"],form[name="formcapa2"],form[name="formcapa3"],form[name="formcapa4"],form[name="formulariolegal"],#capa1,#capa2,#capa3,#capa4
{
padding-left:20px;  
padding-right:20px;     
padding-top:10px;     
padding-bottom:20px;     

}
form[name="seghogar"] 
{
padding-left:150px;     
padding-right:100px;     
padding-top:10px;     
padding-bottom:20px;     

}

form[name="aonform"] {
padding-left:40px;  
padding-right:40px;        
}


td.cuadradocabecera
{
text-align:left;    
}


.coberturapasos
{
    BORDER-BOTTOM: #ededed 1px solid;
    TEXT-ALIGN: center;
    /*BORDER-LEFT: #ededed 1px solid;*/
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    color: #757575;
    FONT-SIZE: 12px;
    BORDER-TOP: #ededed 1px solid;
    /*BORDER-RIGHT: #ededed 1px solid;*/
    PADDING-TOP: 10px;
    BACKGROUND: WHITE;
}
.coberturapasosmostrar
{
    BORDER-BOTTOM: #ededed 1px solid;
    TEXT-ALIGN: center;
    BORDER-LEFT: #ededed 1px solid;
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    color: #757575;
    FONT-SIZE: 12px;
    BORDER-TOP: #ededed 1px solid;
    BORDER-RIGHT: #ededed 1px solid;
    PADDING-TOP: 10px
}
.coberturapasos1
{
    BORDER-BOTTOM: #ededed 1px solid;
    TEXT-ALIGN: center;
    /*BORDER-LEFT: #ededed 1px solid;*/
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    color: #757575;   
    FONT-SIZE: 12px;
    BORDER-TOP: #ededed 1px solid;
    /*BORDER-RIGHT: #ededed 1px solid;*/
    PADDING-TOP: 10px
}
.coberturapasos1mostrar
{
    BORDER-BOTTOM: #ededed 1px solid;
    TEXT-ALIGN: center;
    BORDER-LEFT: #ededed 1px solid;
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    color: #757575;    
    FONT-SIZE: 12px;
    BORDER-TOP: #ededed 1px solid;
    BORDER-RIGHT: #ededed 1px solid;
    PADDING-TOP: 10px
}
.coberturapasos1boton
{
    BORDER-BOTTOM: #ededed 0px solid;
    TEXT-ALIGN: left;
    BORDER-LEFT: #ededed 0px solid;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    color: #757575;    
    FONT-SIZE: 12px;
    BORDER-TOP: #ededed 0px solid;
    BORDER-RIGHT: #ededed 0px solid;
    PADDING-TOP: 0px
}
.coberturapasos1enlace
{
    BORDER-BOTTOM: #ededed 0px solid;
    TEXT-ALIGN: left;
    BORDER-LEFT: #ededed 0px solid;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    COLOR: Red;    
    FONT-SIZE: 14px;
    CURSOR: pointer;
    BORDER-TOP: #ededed 0px solid;
    BORDER-RIGHT: #ededed 0px solid;
    PADDING-TOP: 0px
}
.coberturapasostitulo
{
    BORDER-BOTTOM: #ededed 1px solid;
    TEXT-ALIGN: center;
    BORDER-LEFT: #ededed 1px solid;
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    color: #757575;
    FONT-SIZE: 14px;
    BORDER-TOP: #ededed 1px solid;
    BORDER-RIGHT: #ededed 1px solid;
    BACKGROUND-COLOR: #ededed;
    PADDING-TOP: 10px
}
.coberturapasos1titulo
{
    BORDER-BOTTOM: #ededed 1px solid;
    TEXT-ALIGN: center;
    BORDER-LEFT: #ededed 1px solid;
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 15px !Important;
    PADDING-RIGHT: 15px;
    color: #757575;
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #ededed;
    FONT-SIZE: 14px;
    BORDER-TOP: #ededed 1px solid;
    BORDER-RIGHT: #ededed 1px solid;
    text-align: left;
    /*border-top-right-radius:15px;
    border-top-left-radius:15px;  */  
    PADDING-TOP: 10px
}
.valoracion
{
    /*BORDER-TOP: none 2px solid;
    BORDER-LEFT: Blue 2px solid;
    BORDER-RIGHT: Blue 2px solid;
    BORDER-BOTTOM: Blue 2px solid;
    /*border-top-right-radius:15px;
    border-top-left-radius:15px;   
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;*/ 
}




.eroo_table_general_mail 
{ 
    MARGIN-top: 0px!important;
    /*MARGIN: 15px;*/
    margin: 0 auto;
    text-align: center;
    WIDTH: 670px;

} 
.eroo_table_general_mail TD 
{ 
    PADDING-BOTTOM: 10px; 
    MARGIN: 0px auto; 
    PADDING-LEFT: 10px; 
    PADDING-RIGHT: 10px; 
    HEIGHT: 13px; 
    PADDING-TOP: 10px 
} 
.cajapasosemail {
vertical-align: bottom;
border-width: 0;
BACKGROUND-COLOR: #ccc;
FONT-SIZE: 14px;
height: 25px;

}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=444444&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=44&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=14_loop.png&bgImgOpacityContent=25&borderColorContent=555555&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=222222&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=35&borderColorDefault=444444&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=003147&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=33&borderColorHover=0b93d5&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=0972a5&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=20&borderColorActive=26b3f7&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=02_glass.png&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=01_flat.png&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { border: 2px solid #f3f3f3; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default 
{
     border: 1px solid #444444;  font-weight: bold; color:Black; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #eeeeee; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus 
{ border: 1px solid red; 
  background: red;/*  url(images/ui-bg_highlight-soft_33_003147_1x100.png) 50% 50% repeat-x; */
  font-weight: normal; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid red; background: red; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #cccccc; background: #eeeeee; color: #2e7db2; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #2e7db2; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #ffb73d; background: #ffc73d; color: #111111; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #111111; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #111111; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px;}
.ui-widget-content .ui-icon {}
.ui-widget-header .ui-icon {}
.ui-state-default .ui-icon { }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {}
.ui-state-active .ui-icon {}
.ui-state-highlight .ui-icon {}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
/*.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }*/

/* Overlays */
.ui-widget-overlay { background: #5c5c5c; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #cccccc; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/

.ui-datepicker { width: 270px; padding: 10px; background-color:White;border-collapse: collapse;border-spacing: 0px;}
.ui-datepicker .ui-datepicker-header { position:relative; background-color:White;border:0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1px; height: 1px; display: none }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title {text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:12px; font-weight: bold; border-width:0; padding: 5px; background-color:#dadada; }
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right;}
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month { width: 49%;background-color:#dadada;}
.ui-datepicker select.ui-datepicker-year { width: 40%;background-color:#dadada;}
.ui-datepicker table {width: 100%; font-size: 12px; border-collapse: collapse; border-spacing: 0px;}
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; color:Black; }
.ui-datepicker td { border: 0; padding: 1px; text-align:center}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .8em; text-align: center; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }


/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }



/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



.borde_tabla_mail
{
    text-align:left;    
    PADDING-LEFT:0px;
    PADDING-RIGHT:px;
    PADDING-TOP:0px;
    PADDING-BOTTOM:0px;
    background-color:white;
}
.cuadro_cab_mail
{
TEXT-ALIGN:center;
FONT-SIZE: 17px;
color:#000000;
background-color:#efefef;
}
.cuadro_cab_mail_2
{
TEXT-ALIGN:left;
FONT-SIZE: 14px;
color:#000000;
background-color:#efefef;
}
.texto_mail_comaparativa
{
    text-align:left;
    font-size:14px;
    color:#000000;    
}
.tr_tabla_mail
{
 text-align:center;
 font-size:14px; 
 color:#444;
 font-weight:normal;
 background:#F6F7EF;
 padding:10px 0 10px 10px;
 width:150px;    
}
.tr_otros_seguros
{
 TEXT-ALIGN:center;
 FONT-SIZE: 17px;
 color:#FFFFFF;
 background-color:Red; 
 
}
.texto_final_mail
{
    text-align:left;
    font-size:12px;
    color:#000000;
}




.calculandoenproceso
{
height:45px;
font-size: 12px;
text-align: center;
}

.cabeceracotizaciones
{
height:35px;

text-align: center;
color: #46535E;
FONT-SIZE: 20px;
FONT-WEIGHT: bold;
border-RIGHT: solid 1px #818181;
border-LEFT: solid 1px #D6D6D6;
background: #D6D6D6;
PADDING-LEFT: 30px;
PADDING-RIGHT: 30px;
}

.cabeceracotizacionesder
{
border-RIGHT: solid 1px #D6D6D6;
}

.cabeceracotizacionesrecuperar
{
text-align: center;
FONT-SIZE: 20px;
FONT-WEIGHT: bold;
color: #46535E;
PADDING-LEFT: 10px;
PADDING-RIGHT: 10px;
}

.detallecotizacionesclaro
{
color: #46535E;
FONT-SIZE: 20px;
FONT-WEIGHT: bold;
border-TOP: solid 1px #D6D6D6;
border-BOTTOM: solid 1px #D6D6D6;
border-LEFT: solid 1px #D6D6D6;
border-RIGHT: solid 1px #D6D6D6;
height:35px;
PADDING-LEFT: 5px;
PADDING-RIGHT: 5px;
}
.detallecotizacionesramo
{
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    color: #A0A0A0;
    text-align:center;
    width: 50%;
}
.detallecotizacionescia
{
    text-align:center;
    width: 50%;
}

.detallecotizacionesramo
{
    color: #A0A0A0;
}

.detallecotizacioneshora
{
    FONT-WEIGHT: normal;
}


.filtrocotizaciones
{
color: #46535E;
FONT-SIZE: 20px;
FONT-WEIGHT: bold;
}

.detallecotizacionesprecio
{
color: #E30613;
FONT-SIZE: 24px;
FONT-WEIGHT: normal;
}

a.enlace {
    text-decoration: underline;
    font-weight: bold;
}
a.ftc_coberturas {
    text-decoration: underline;
    font-weight: bold;
}

.secondarydivs {
    width: 19%;
    display: inline-block;
    vertical-align: top;
}

.secondarydivs div {
    /*border: 7px red solid;*/
}


@media (max-width: 992px) 
{
    .maintabla {
        width: 98%;
        display: block;
    }
    .secondarydivs {
        width: 98%;
        display: block;
    }

    .secondarydivs div {
        width: 220px;
        display: inline-block;
    }

}

@media (max-width: 767px) {
    form[name="aonform"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* ESTILOS TABLA PRECIOS */
    DIV.ftc_CAJA_contenedor{
        top: 0px;
        width: 100%;
        left: 0px;
    }
    div.ftc_CAJA_contenedor .ftc_contenido {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    table.ftc_table, .ftc_table tbody, .ftc_table td, .ftc_table tr { 
        display: block !important; 
    }
    table.ftc_table tr:first-child { 
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }
    table.ftc_table tr {
        border: 1px solid #ACC0C4 !important;
        background: #F9FCFC !important;
        border-radius: 8px !important;
        margin-bottom: 25px !important;
    }
    .ftc_table td {
        height: 80px;
        border-top:  0px !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: none !important;
        position: relative !important;
        padding-left: 35% !important;
        padding-top: 5px !important;
        padding-bottom: 0px !important;
        width: 100% !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #003C55 !important;
    }
    .ftc_table td.ftc_coberturas {
        height: 50px;
        border-top:  0px !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: none !important;
        position: relative !important;
        padding-left: 35% !important;
        padding-top: 5px !important;
        padding-bottom: 0px !important;
        width: 125% !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #003C55 !important;
    }
    .ftc_table td.ftc_precio {
        height: 50px;
        border-top:  0px !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: none !important;
        position: relative !important;
        padding-left: 35% !important;
        padding-top: 5px !important;
        padding-bottom: 0px !important;
        width: 100% !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 24px !important;
        margin-bottom: 16px !important;
        color: #262836 !important;
    }
    .ftc_table td.tx-destacado {
        height: 60px;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: none !important;
        position: relative !important;
        padding-left: 35% !important;
        width: 100% !important;
        padding-top: 5px !important;
        padding-bottom: 0px !important;
    }
    .ftc_table td.primasmodalidades {
        border: none !important;
        position: relative !important;
        padding-left: 35% !important;
        padding-top: 10px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #003C55 !important;
    }
    .ftc_table td:before, .ftc_table td.tx-destacado:before {
        position: absolute !important;
        top: 5px !important;
        bottom: 5px !important;
        left: 10px !important;
        width: 35% !important;
        padding-right: 10px !important;
        white-space: nowrap !important;
    }
    
    .ftc_table td:nth-of-type(1):before { content: "Aseguradora"; }
    .ftc_table td:nth-of-type(2):before { content: "Producto:"; }
    .ftc_table td:nth-of-type(3):before { content: "Prima anual:"; }
    .ftc_table td:nth-of-type(4):before { content: "Coberturas:"; }
    .ftc_table td:nth-of-type(5):before { content: ""; }

    .ftc_table td.ftc_coberturas a, .ftc_table td.primasmodalidades input {
        padding: 0px !important;
        margin: 0px !important;
    }

    table.ftc_table tbody tr td:last-child {
        border-right: 0px !important;
}
    /* Redondeo esquinas */
    table.ftc_table tr:first-child td:first-child, table.ftc_table tr:first-child td:last-child, table.ftc_table tr:last-child td:first-child,
table.ftc_table tr:last-child td:last-child {
    border-radius: 0px !important;

    img.scale-with-grid, #Content img{
    max-width: 80%;
    }

    table
    tr:
    first-child td{
        font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    PADDING-LEFT: 6px;
    padding-bottom:10;
    }
    table
    tr:
    first-child span{
        font-size:11px;
    line-height: 11px;
    }
    .ftc_table TD.ftc_precio{
    font-size: 12px;
    }
    a.ftc_coberturas{
    font-size: 10px;
    }
    .button-round:
    not(.header-plain) a.action_button, .button-round a.tp-button, .button-round button, .button-round input[type="submit"], .button-round input[type="reset"], .button-round input[type="button"]{
        padding-left:15px;
    padding-right:15px;
    }
    td.tx-destacado{
    line-height: 14px;
    font-size:13px;
    }
}


@media (max-width: 490px) 
{
     .ftc_buttoncomprar {        
       position:absolute;
       top:35px;
       left:-120px;
    }
    td.ftc_precio{
        height:120px;
    }
     td:nth-child(5).ftc_table_encabezado{
       visibility:hidden;
    }        
}

@media (max-width: 380px) 
{
    
    a.ftc_coberturas
    {
       position:absolute;
       left:150px;
       margin-top:-45px;

       
    }
    
    td:nth-child(4).ftc_table_encabezado{
       visibility:hidden;
    }
   
}


