﻿.Cred {
    width: 170px;
    height: auto;
    position: fixed;
    border: none;
    float: left;
    margin-bottom: 0px;
}

.define {
    width: 900px;
    min-width: 900px;
    margin: 0 auto;
}
/***************************************************************************************************/
/*Estilos Versión*/
.PlecaVersion {
    width: 100px;
    float: left;
    border: 0;
    height: 20px;
    background-color: #4d4d4d;
    position: relative;
    line-height: 1.8;
    font-family: 'Century Gothic';
    font-size: 10px;
    color: white;
}

.NombreUsuario {
    margin-left: 20px;
    position: absolute;
}

/*
.FechaActual {
    margin-left: 10px;
    position: absolute;
}
*/
.VersionSistema {
    margin-left: 828px;
    position: absolute;
}

.FechaActual {
    margin-left: 418px;
    position: absolute;
}
/***************************************************************************************************/
/*Estilo General de Plecas para Cotizadores*/
.LogoUsuario {
    text-decoration: none;
    appearance: none;
    border: 0;
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    /*border: 1px solid #fff;*/
    font-family: 'Arial', Helvetica, Clean, sans-serif;
    /*line-height: 1;*/
    color: #0DA2CC;
    text-shadow: 0 0 0;
    outline: 0;
    /*border-radius*/
    height: 100px;
    /*font-weight: bold;*/
    font-size: 1.4em;
    line-height: 1.8;
    color: #fff;
    text-shadow: 0 -1px 4px rgba(0,0,0,.4);
    border-right: 1px solid #CCCCCC;
    position: relative;
}

    .LogoUsuario.Inferior {
        border-radius: 0px 0px 4px 4px;
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-bottom: 1px solid #CCCCCC;
    }

.TelefonoUsuario {
    text-decoration: none;
    appearance: none;
    border: 0;
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    /*border: 1px solid #fff;*/
    font-family: 'Century Gothic';
    /*line-height: 1;*/
    outline: 0;
    /*border-radius*/
    height: 20px;
    /*font-weight: bold;*/
    font-size: 13px;
    line-height: 1.8;
    color: #4d4d4d;
    text-align: center;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    position: relative;
}

.pleca {
    text-decoration: none;
    appearance: none;
    border: 0;
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    /*border: 1px solid #fff;*/
    font-family: 'Arial', Helvetica, Clean, sans-serif;
    /*line-height: 1;*/
    color: #0DA2CC;
    text-shadow: 0 0 0;
    outline: 0;
    /*border-radius*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    height: 20px;
    /*font-weight: bold;*/
    font-size: 12px;
    line-height: 1.8;
    color: #fff;
    text-shadow: 0 -1px 4px rgba(0,0,0,.4);
    /*box-shadow
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);*/
    position: relative;
}


.TextoPleca {
    position: absolute;
    font-family: 'Century Gothic';
    line-height: 30px;
    /*margin-left: 20px;*/
    width: 100%;
    height: 30px;
    top: 0px;
    left: 0px;
}

.TextoPlecaL {
    position: absolute;
    font-family: 'Century Gothic';
    line-height: 30px;
    /*margin-left: 20px;*/
    width: 100%;
    height: 30px;
    top: 0px;
    left: 0px;
    text-align: center;
}

.TextoPlecaR {
    position: absolute;
    font-family: 'Century Gothic';
    line-height: 30px;
    /*margin-left: 20px;*/
    width: 100%;
    height: 30px;
    top: 0px;
    right: 10px;
    text-align: right;
    float:right;
}


/*Cotizador Flotillas*/
.pleca.Gris {
    background: rgba(130,130,130,1);
    background: -moz-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,130,130,1)), color-stop(100%, rgba(88,88,88,1)));
    background: -webkit-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
    background: -o-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
    background: linear-gradient(to bottom, rgba(130,130,130,1) 0%, rgba(88,88,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#585858', GradientType=0 );
}

    .pleca.Gris.Superior {
        border-radius: 4px 4px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        -webkit-border-radius: 4px 4px 0px 0px;
    }

.pleca.GrisClaro {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: rgba(229,229,229,1);
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(208,208,208,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(100%, rgba(208,208,208,1)));
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(208,208,208,1) 100%);
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(208,208,208,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(208,208,208,1) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(208,208,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d0d0d0', GradientType=0 );
}
/***************************************************************************************************/
/*Estilo Botones*/
/*Estilo General del Botón*/
.btnVida {
    cursor: pointer;
    text-decoration: none;
    border: 0;
    padding: .8em .8em 1em;
    display: block;
    float: left;
    text-align: center;
    width: 100px;
    /*margin-top: 20px;*/
    /*margin: .2em .4em;*/
    border: 1px solid #fff;
    font-family: Arial, "Helvetica", sans-serif
    /*line-height: 1;*/
    color: #0DA2CC;
    text-shadow: 0 0 0;
    outline: 0;
    /*border-radius*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 25px;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: .2;
    color: #fff;
    text-shadow: 0 -1px 4px rgba(0,0,0,.4);
    /*box-shadow*/
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    position: relative;
}

    .btnVida:hover {
        top: 0px;
        -webkit-box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        -moz-box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.4), inset 0 -1px 0px rgba(255,255,255,.2);*/
    }

    /*Cotizador Vida*/
    .btnVida.verde {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#9BBB59),to(#ACC66D));
        background: -webkit-linear-gradient(#9BBB59,#ACC66D);
        background: -moz-linear-gradient(#9BBB59,#ACC66D);
        background: -o-linear-gradient(#9BBB59,#ACC66D);
        background: linear-gradient(#9BBB59,#ACC66D);
        border: 1px solid #779E02;
    }


    .btnVidaN {
    cursor: pointer;
    text-decoration: none;
    border: 0;
    padding: .8em .8em 1em;
    display: block;
    /*float: left;*/
    text-align: center;
    width: 100px;
    /*margin-top: 20px;*/
    /*margin: .2em .4em;*/
    border: 1px solid #fff;
    font-family: Arial, "Helvetica", sans-serif
    /*line-height: 1;*/
    color: #0DA2CC;
    text-shadow: 0 0 0;
    outline: 0;
    /*border-radius*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 25px;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: .2;
    color: #fff;
    text-shadow: 0 -1px 4px rgba(0,0,0,.4);
    /*box-shadow*/
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    position: relative;
}

    .btnVidaN:hover {
        top: 0px;
        -webkit-box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        -moz-box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        box-shadow: inset 2px 41px 39px -44px rgba(247,242,247,0.47);
        /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.4), inset 0 -1px 0px rgba(255,255,255,.2);*/
    }

    /*Cotizador Vida*/
    .btnVidaN.verde {
        /*linear-gradient*/
        background: -webkit-gradient(linear,left top,left bottom,from(#9BBB59),to(#ACC66D));
        background: -webkit-linear-gradient(#9BBB59,#ACC66D);
        background: -moz-linear-gradient(#9BBB59,#ACC66D);
        background: -o-linear-gradient(#9BBB59,#ACC66D);
        background: linear-gradient(#9BBB59,#ACC66D);
        border: 1px solid #779E02;
    }
    

.btn.verde.Grande {
    width: 250px;
    height: 40px;
    font-size: 20px;
}
/**************************************************************************/

.ContenidoModulo {
    width: 900px;
    height: auto;
    margin-top: 50px;
}

    .ContenidoModulo.Adicional {
        margin-top: 0px;
        float: left;
    }

.ColumnaIzquierda {
    width: 445px;
    height: auto;
    float: left;
    padding-right: 5px;
    text-align: right;
}

    .ColumnaIzquierda.Adicional {
        margin-top: 20px;
        float: none;
    }

.SubColumnaIzquierda {
    width: 140px;
    height: auto;
    float: left;
    line-height: 2.2em;
    margin-bottom: 15px;
    min-height: 27px;
}


.SubColumnaEtiquetaIzquierda {
    width: 140px;
    height: auto;
    float: left;
    margin-bottom: 5px;
}

.ColumnaSexoIzquierda {
    width: 125px;
    height: auto;
    float: left;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 170px;
}

    .ColumnaSexoIzquierda:focus {
        text-decoration: none;
        outline: 0;
    }

.ColumnaDerecha {
    width: 445px;
    height: auto;
    float: right;
    padding-left: 5px;
    text-align: right;
}

.SubColumnaDerecha {
    width: 300px;
    height: auto;
    float: right;
    margin-bottom: 15px;
    position: relative;
    min-height: 27px;
    text-align: left;
}

.SubColumnaEtiquetaDerecha {
    width: 300px;
    height: auto;
    float: right;
    text-align: left;
    margin-bottom: 5px;
    position: relative;
}

.ColumnaSexoDerecha {
    width: 125px;
    height: auto;
    float: right;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 20px;
}

    .ColumnaSexoDerecha:focus {
        text-decoration: none;
        outline: 0;
    }




















/*Estilos de Cotizador de Gastos Médicos Mayores*/
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    background-color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.OcultaScroll {
    overflow: hidden;
}

.MuestraScroll {
    overflow: auto;
}

/* Div que engloba el contenido de la página menos el footer */
.ContenidoGeneral {
    min-height: 100%;
    min-width: 1300px;
}

header {
    display: block;
    /*background: #ccc;*/
    padding: 0px 0px;
}

/*.Encabezado {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    height: 125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    /*margin-bottom: 5px;*/
/*}*/


.Cuerpo {
    overflow: auto;
    /* Definimos un padding superior */
    padding-top: 0px;
    /* Definimos el padding inferior:
       130px del pie de pagina mas 10px de separacion*/
    padding-bottom: 20px; /*150px*/
}

/*footer {
    position: relative;
    height: 120px;
    padding: 0;
    padding-bottom: 0px;
    clear: both;
    text-align: center;
    min-width: 1290px;
    color: black;
}*/

/* Esta clase define la anchura del contenido y la posicion centrada
   El contenido queda centrado y limitado, pero la cabecera y el pie
   llegan hasta los limites del navegador.*/

.define {
    width: 900px;
    min-width: 900px;
    margin: 0 auto;
}

.MenuVertical {
    width: 185px;
    min-width: 200px;
    height: 220px;
    position: fixed;
    border: 0;
    top: 125px;
    left: 0;
    /*z-index: 1000;*/
    padding: 0;
    margin: 0;
    margin-right: 5px;
}

/**************************************************************************/

.ContenidoModulo {
    width: 900px;
    height: auto;
    margin-top: 50px;
}

    .ContenidoModulo.Adicional {
        margin-top: 0px;
        float: left;
    }

.ColumnaIzquierda {
    width: 445px;
    height: auto;
    float: left;
    padding-right: 5px;
    text-align: right;
}

    .ColumnaIzquierda.Adicional {
        margin-top: 20px;
        float: none;
    }

.SubColumnaIzquierda {
    width: 140px;
    height: auto;
    float: left;
    line-height: 2.2em;
    margin-bottom: 15px;
}


.SubColumnaEtiquetaIzquierda {
    width: 140px;
    height: auto;
    float: left;
    margin-bottom: 5px;
}

.ColumnaSexoIzquierda {
    width: 125px;
    height: auto;
    float: left;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 170px;
}

    .ColumnaSexoIzquierda:focus {
        text-decoration: none;
        outline: 0;
    }

.ColumnaDerecha {
    width: 445px;
    height: auto;
    float: right;
    padding-left: 5px;
    text-align: right;
}

.SubColumnaDerecha {
    width: 300px;
    height: auto;
    float: right;
    margin-bottom: 15px;
    position: relative;
}

.SubColumnaEtiquetaDerecha {
    width: 300px;
    height: auto;
    float: right;
    text-align: left;
    margin-bottom: 5px;
    position: relative;
}

.ColumnaSexoDerecha {
    width: 125px;
    height: auto;
    float: right;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 20px;
}

    .ColumnaSexoDerecha:focus {
        text-decoration: none;
        outline: 0;
    }

.DivisorContenido {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    height: 20px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #cccccc;
    color: #999999;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

    .DivisorContenido.rojo {
        border: 1px solid #C00002;
    }

    .DivisorContenido.azul {
        border: 1px solid #09539E;
    }
/*************************************************************************/
/*Estilos de Selecciona*/
.PlecaPasos {
    padding: 0;
    width: 100%;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

    .PlecaPasos.Paso1 {
        background-image: url("../Images/Vida/PaginaMaestra/Plecas/PlecaPaso_1.png");
    }

    .PlecaPasos.Paso2 {
        background-image: url("../Images/Vida/PaginaMaestra/Plecas/PlecaPaso_2.png");
    }

    .PlecaPasos.Paso3 {
        background-image: url("../Images/Vida/PaginaMaestra/Plecas/PlecaPaso_3.png");
    }

    .PlecaPasos.HistorialCotizaciones {
        background-image: url("../Images/Vida/PlecaHistorialCotizaciones.png");
    }

        .PlecaPasos.HistorialCotizaciones.Consulta {
            background-image: url("../Images/Vida/PlecaHistorialCotizaciones.png");
        }

        .PlecaPasos.HistorialCotizaciones.Modifica {
            background-image: url("../Images/Vida/PlecaHistorialCotizaciones.png");
        }

        .PlecaPasos.HistorialCotizaciones.Recotiza {
            background-image: url("../Images/Vida/PlecaHistorialCotizaciones.png");
        }


.PlecaGifCentral {
    width: 100%;
    height: 60px;
}

/*************************************************************************/
.Etiqueta {
    padding: 0px;
    padding-left: 8px;
    text-align: left;
    width: 90%;
    height: 26px;
}
/**************************************************************************/
/************ Estilos Control de Usuario (Configura tu Paquete Producto Diferente - Cppd) ******/
/**************************************************************************/
/************ Nota: Nomenclatura para nombrar *****************************/
/************ uc + NombreEstilo + Control de Usuario (Cp) *****************/


.ucContenidoGeneralCpppd {
    width: 900px;
    float: left;
    font-size: 10px;
    padding-bottom: 5px;
    min-height: 200px;
    margin-top: 15px;
}

.ucLogoaseguradoraCpppd {
    width: 180px;
    height: 80px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.ucZonaBotonesSuperiorCpppd {
    width: 270px;
    height: 80px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.ucBotonEliminarCpppd {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 8px;
    padding-left: 8px;
}

.ucBotonLimpiarCpppd {
    width: 40px;
    height: 40px;
    margin-top: -48px;
    margin-left: 80px;
    padding-top: 8px;
    padding-left: 8px;
}

.ucEtiquetaPlanCpppd {
    width: 110px;
    height: 40px;
    margin-top: -48px;
    margin-left: 140px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: center;
    color: #779E02;
    line-height: 3;
}

.ucMensajeCoberturasCpppd {
    width: 890px;
    height: auto;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border: 1px solid #cccccc;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ff6a00;
}

.ucContenidoCoberturasBasicasCpppd {
    width: 170px;
    margin-left: 5px;
    text-align: center;
    float: left;
}

.ucComboBoxCpppd {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ucChekCpppd {
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    text-align: left;
}

.ucDivisorCoberturaAdicional {
    min-height: 27px;
    border-bottom: 1px solid #cccccc;
}

.ucDivisorFactorCoberturaCpppd {
    min-height: 33px;
    border-bottom: thin dashed #cccccc;
}

/**************************************************************************/
/************ Estilos Control de Usuario (Configura tu Paquete Producto Igual - Cppi) ******/
/**************************************************************************/
/************ Nota: Nomenclatura para nombrar *****************************/
/************ uc + NombreEstilo + Control de Usuario (Cp) *****************/

.ucContenidoGeneralCppi {
    float: left;
    width: 280px;
    padding: 10px;
    font-family: 'Century Gothic';
    font-size: 12px;
}

.ucEncabezadoPaqueteCppi {
    width: 100%;
    min-height: 40px;
    height: auto;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #3f1d0b;
    color: #dcb7a4;
    background: rgba(63,29,11,1);
    background: -moz-linear-gradient(top, rgba(63,29,11,1) 0%, rgba(102,65,46,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,29,11,1)), color-stop(100%, rgba(102,65,46,1)));
    background: -webkit-linear-gradient(top, rgba(63,29,11,1) 0%, rgba(102,65,46,1) 100%);
    background: -o-linear-gradient(top, rgba(63,29,11,1) 0%, rgba(102,65,46,1) 100%);
    background: -ms-linear-gradient(top, rgba(63,29,11,1) 0%, rgba(102,65,46,1) 100%);
    background: linear-gradient(to bottom, rgba(63,29,11,1) 0%, rgba(102,65,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f1d0b', endColorstr='#66412e', GradientType=0 );
}

.SubColumnaIzquierdaCppi {
    float: left;
    width: 80px;
    min-height: 27px;
    text-align: right;
    margin-bottom: 5px;
    line-height: 1.8;
}

.SubColumnaDerechaCppi {
    float: left;
    text-align: right;
    min-height: 27px;
    width: 200px;
    margin-bottom: 5px;
}

.ucChekCppi {
    width: 280px;
    float: left;
    margin-bottom: 5px;
    font-size: 10px;
    text-align: left;
    border-bottom: 1px dotted #999999;
}

.checBoks input {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 2px;
}



/**************************************************************************/
/************ Estilos Control de Usuario (Paquete Configurado - Pc) ******/
/**************************************************************************/
/************ Nota: Nomenclatura para nombrar *****************************/
/************ uc + NombreEstilo + Control de Usuario (Pc) *****************/


.ucContenidoGeneralPc {
    width: 900px;
    float: left;
    font-size: 10px;
    padding-bottom: 5px;
    min-height: 100px;
    margin-top: 15px;
}

.ucLogoAseguradoraPc {
    font-family: Arial, Helvetica, sans-serif;
    width: 180px;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}


/*****************************************************************************/
/******* Estilos para el Div que muestra las restricciones en Ingresa ********/
/*****************************************************************************/
.dvMensajeRestricciones {
    width: 880px;
    height: auto;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 0;
    border: 1px solid #1273b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dvOpciones {
    /*text-align: center;*/
    width: 430px;
    float: left;
}

    .dvOpciones #aseg {
        text-align: center;
    }

    .dvOpciones #dvLogoAseguradoras {
        width: 425px;
        text-align: center;
    }

.dvRestricciones {
    width: 430px;
    float: right;
}


@media screen and (max-width: 1200px) {
    .TextoPlecaL {
        position: absolute;
        font-family: 'Century Gothic';
        line-height: 30px;
        width: 100%;
        height: 30px;
        top: 0px;
        left: 10px;
        text-align: left;
        float:left
    }
    .TextoPlecaR {
    position: absolute;
    font-family: 'Century Gothic';
    line-height: 30px;
    /*margin-left: 20px;*/
    width: 100%;
    height: 30px;
    top: 0px;
    right: 10px;
    text-align: right;
}
}




