/*===================================================================================================*/
/* BASIC 				=============================================================================*/
/*===================================================================================================*/
* {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    font: 11px/1.231 Tahoma, Arial, Helvetica, sans-serif; /*"Trebuchet MS"*/
    *font-size: small; /* for IE */
    *font: x-small; /* for IE in quirks mode */
    overflow: hidden;
    color: #404040;
    background: url("../Content/Images/bg_web_dark.jpg") repeat scroll 0 0 transparent;
}

.top-line {
    background: url("../Content/Images/linea_violeta.jpg") repeat-x scroll 0 0 transparent;
    height: 5px;
}

.menu-top {
    background: url("../Content/Images/bg_menu.jpg") repeat-x;
    height: 59px;
}

.logo {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
}

.menu-top ul {
    width: 1017px;
}

    .menu-top ul.home {
        float: right;
        width: 130px;
    }

    .menu-top ul.section {
        left: 50%;
        margin-left: -490px;
        position: absolute;
        width: 980px;
    }

        .menu-top ul.section li {
            color: #807C7C;
            display: table;
            font: 11px "Trebuchet MS";
            height: 40px;
            padding: 9px 3px 19px;
            text-align: center;
            text-transform: uppercase;
            width: 95px;
            cursor: pointer;
        }

            .menu-top ul.section li.cerrarsesion {
                width: 85px;
            }

            .menu-top ul.section li.hover {
                background: url("../Content/Images/boton_activo.png") no-repeat;
                color: #2b86c4;
                /*font: 11px "Trebuchet MS";
                height: 40px;
                padding: 14px 5px;
                text-align: center;
                text-transform: uppercase;
                width: 90px;*/
            }

            .menu-top ul.section li p, .menu-top ul.section li a {
                display: table-cell;
                vertical-align: middle;
            }

    .menu-top ul li {
        background: url("../Content/Images/linea_contacto.png") no-repeat scroll 0 0 transparent;
        float: right;
        padding: 21px 10px;
    }

        .menu-top ul li a {
            color: #A2A2A2;
            font: italic 12px Georgia;
            text-decoration: none;
            text-shadow: 1px 2px 2px #FFFFFF;
        }

    .menu-top ul.section li a {
        color: #807C7C;
        font: 11px "Trebuchet MS";
        text-decoration: none;
        text-shadow: 1px 2px 2px #FFFFFF;
    }

    .menu-top ul li img {
        float: right;
        margin: 6px 5px;
    }

#logo {
    left: 50%;
    margin-left: -127px;
    position: fixed;
    top: 5px;
    z-index: 100;
}

#logo_section {
    left: 50%;
    margin-left: -376px;
    position: absolute;
    top: 5px;
    z-index: 100;
}

#img_sbra_izq, #img_sbra_der {
    position: absolute;
    z-index: 10;
}

#img_sbra_der {
    right: 0;
}

.panel-bottom {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 388px;
    z-index: 100;
}

.content-login {
    /*background: url("../Content/Images/linea_index.jpg") repeat-x scroll center top transparent;*/
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    width: 1009px;
}

.content-login1 {
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    width: 300px;
}

.login {
    background: url("../Content/Images/bg_sesion.jpg") repeat-x scroll 0 0 transparent;
    height: 147px;
    margin: 0 auto 3px;
    width: 300px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.iniciar {
    background: url("../Content/Images/bolsillo.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font: bold 11px "Trebuchet MS";
    padding: 20px 0 10px;
    text-align: center;
    width: 125px;
}

.tbl-login {
    margin: 0 auto;
}

    .tbl-login td.fields {
        padding: 4px 3px;
    }

    .tbl-login td.name {
        padding: 5px 2px;
        color: #FFF;
        font: bold 11px "Trebuchet MS";
        text-align: left;
    }

.b {
    font-weight: bold;
}

div.datos-totales {
    background: url("../Content/Images/tirira_gris_corta.png") no-repeat scroll 0 top transparent;
    height: 40px;
    margin: 10px 0;
    width: 492px;
}

div.separador {
    background: url("../Content/Images/linea_punteada_cuadro.png") repeat-x scroll 0 0 transparent;
    height: 2px;
    margin: 0 auto 20px;
    width: 757px;
}

table.jefesapm.datos-totales, table.medicosapm.datos-totales {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    /*width: 100%;*/
}

.tbl-login a {
    color: #FFFFFF;
    font: 10px Tahoma;
    text-decoration: none;
    text-transform: none;
}

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
}

#subheader, #context {
    clear: both;
    text-align: center;
}

#context {
    border-top: 1px solid #FFFFFF;
    left: 0;
    /*position: absolute;*/
    right: 0;
    top: 168px;
}

    #context.contacto-login {
        border: none;
    }

#subheader {
    background: url("../Content/Images/bg_web.jpg") repeat scroll 0 0 transparent;
    height: 120px;
}

#subheader1 {
    background-color: #E9E9E9;
    height: 75px;
}

#subheader div {
    margin: 0 auto;
    width: 752px;
}

.logo-lab {
    margin: 20px 0;
}

#subheader div.usuario {
    color: #527EBD;
    float: left;
    font: 10px "Trebuchet MS";
    padding: 23px 0 0;
    text-align: center;
    width: 250px;
}

    #subheader div.usuario span {
        font: bold 12px "Trebuchet MS";
    }

.contacto-login {
    background: url("../Content/Images/mapa_contacto.jpg") no-repeat scroll right 0 #E9E9E9;
}

#content-contacto-login {
    border: medium none;
    height: 270px;
    padding-bottom: 10px;
}

#content {
    background-color: #FFF;
    width: 748px;
    border: solid 2px #895289;
    margin: 0 auto 15px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 10px;
}

#content1 {
    background-color: #FFFFFF;
    border: 2px solid #895289;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
    width: 485px;
}

#content.cont-texto {
    background-color: #FFF;
    margin-bottom: 20px;
}

.bullet {
    margin: 1px 4px;
}

a:hover {
    color: #2B86C4;
}

a {
    color: #807C7C;
    font: 11px "Trebuchet MS";
    text-transform: uppercase;
}

    a.logout {
        text-transform: capitalize;
    }

/*#solapas{
    margin: 0 auto;
    width: 752px;
}*/
#solapas div {
    float: left;
    border: solid 1px #FFF;
}

.sol-left, .sol-right {
    width: 11px;
    height: 34px;
}

#solapas {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 50%;
    margin-left: -376px;
    position: absolute;
    top: 147px;
    width: 752px;
}

    #solapas div {
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        background-color: #ECECEC;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #34508C;
        cursor: pointer;
        display: table;
        font: bold 11px "Trebuchet MS";
        height: 32px !important;
        padding: 2px;
        text-align: center;
        text-transform: uppercase;
    }

    #solapas p {
        display: table-cell;
        vertical-align: middle;
    }

.est-generales > div {
    width: 25%;
}

.est-de-uso > div {
    width: 20%;
}

.est-de-cont > div {
    width: 18%;
}

#solapas.representantes #solapa1 {
    border-bottom-width: 0;
    left: -1px;
    padding: 0;
    width: 752px;
    z-index: 200;
}

#solapas div.activo, #solapas div:hover {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    background-color: #784978;
    color: #FFF;
}

#solapas.solapa-premio div {
    padding: 2px 10px;
}

.jefes-apm #solapa1 div, .jefe-apm #solapa1 div, .representantes #solapa1 div {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    color: #FFFFFF;
    cursor: auto;
    padding: 10px 5px;
    position: relative;
    width: 200px;
}

    .jefes-apm #solapa1 div.min, .jefe-apm #solapa1 div.min {
        background: url("../Content/Images/tirita_solapa.png") no-repeat scroll 0 0 transparent;
        border-radius: 0 0 0 0;
        height: 40px;
        padding: 3px;
        width: 100px;
    }

    .representantes #solapa1 div.min {
        background: url("../Content/Images/tirita_solapa.png") no-repeat scroll 0 0 transparent;
        border-radius: 0 0 0 0;
        padding: 10px 0;
        width: 107px;
    }

.jefes-apm #solapa1, .jefes-apm #solapa2, .jefe-apm #solapa1, .representantes #solapa1, .medicos-apm #solapa1 {
    background-color: #784978;
    color: #FFFFFF;
    cursor: auto;
}

#solapas.jefes-apm, #solapas.medicos-apm {
    top: 144px !important;
}

    #solapas.jefes-apm #solapa1, #solapas.jefes-apm #solapa2, .medicos-apm #solapa1, .medicos-apm #solapa2 {
        border-bottom-width: 0;
        border-left-width: 0;
    }

    #solapas.jefes-apm #solapa1, #solapas.medicos-apm #solapa1 {
        border-top-left-radius: 10px;
        border-top-right-radius: 0;
    }

.jefes-apm #solapa1, .medicos-apm #solapa1 {
    padding: 5px 0;
    width: 223px;
    z-index: 100;
}

.jefe-apm #solapa1 {
    height: 35px;
    left: -1px;
    padding: 0;
    top: -1px;
    width: 752px;
}

.jefes-apm #solapa2 {
    padding: 0;
    width: 265px;
}

.medicos-apm #solapa2 {
    padding: 0;
    width: 284px;
}

#context div.epr-aux {
    margin: 0 auto;
    width: 752px;
}

.jefes-apm #solapa2 div, .medicos-apm #solapa2 div {
    background-color: #784978;
    border-radius: 0 10px 0 0;
    border-width: 0;
    color: #FFFFFF;
    cursor: auto;
    font: bold 10px/12px "Trebuchet MS";
    float: left;
    height: 20px;
    padding: 9px 2px 0;
    position: relative;
    text-align: center;
    width: 217px;
}

    .jefes-apm #solapa2 div.min {
        border-radius: 0;
        border-right-width: 1px;
        padding: 5px 10px;
        text-align: center;
        width: 62px;
    }

    .medicos-apm #solapa2 div.min {
        border-radius: 0;
        border-right-width: 1px;
        padding: 5px 12px 5px 13px;
        width: 63px;
    }

    .jefes-apm #solapa2 div.min.fin {
        border-radius: 0 10px 0 0;
        border-right-width: 0;
        width: 79px;
    }

    .medicos-apm #solapa2 div.min.fin {
        border-radius: 0 10px 0 0;
        border-right-width: 0;
        width: 81px;
    }

    .medicos-apm #solapa2 div.med {
        border-radius: 0 0 0 0;
        border-right-width: 1px;
        height: 20px;
        padding: 9px 1px 0;
        width: 172px;
    }

        .medicos-apm #solapa2 div.med.fin {
            border-radius: 0 10px 0 0;
            border-width: 0;
            width: 150px;
        }

td.meso {
    border-left: 1px solid #784978;
    text-align: center;
    width: 85px;
    font-size: 10px;
}

td.meso2 {
    border-left: 1px solid #784978;
    text-align: center;
    width: 100px;
}
/*#solapas #solapa2 {
    border-top-left-radius: 0;
}*/
#solapa2 div {
    background: transparent;
}

table.jefesapm, table.medicos {
    background: url("../Content/Images/tirita_corta.jpg") repeat-y scroll 0 0 transparent;
}

table.medicos {
    width: 485px;
}

table.jefesapm.plena {
    background: url("../Content/Images/tirita_violeta_plena.jpg") repeat-y scroll 0 0 transparent;
}

.jefe-apm #solapa1 div.tirita {
    background: url("../Content/Images/tirita_solapa.png") no-repeat scroll 0 0 transparent;
}

#apm_nav {
    color: #784978;
    font: 11px "Trebuchet MS";
    left: 50%;
    margin-left: -374px;
    position: absolute;
    top: 125px;
    width: auto;
}

    #apm_nav a {
        color: #784978;
        font-size: 12px;
        text-transform: none;
        text-decoration: none;
        font-weight: bold;
    }

.medicos-apm #solapa1 {
    width: 204px;
    z-index: 100;
}

table.jefesapm tr.fdo1 td {
    background: #784978;
    color: #FFF;
    font: bold 11px "Trebuchet MS";
    text-transform: uppercase;
}
/*table.jefesapm tr.fdo2 {
    background: url("../Content/Images/barra_gris_cuadros.png") no-repeat scroll 3px 0 transparent;
    color: #FFFFFF;
}*/

table.jefesapm td, table.medicos td {
    height: 23px; /*for Firefox height: 30px;*/
    padding-bottom: 0;
    padding-top: 7px;
}

    table.jefesapm td.fin-cel {
        width: 95px;
    }
/*@-moz-document url-prefix() {
          table.jefesapm td {
              height: 30px;
              padding-bottom: 0;
              padding-top: 7px;
          }
      }*/


table.jefesapm.datos-totales td {
    border-color: #FFFFFF;
    color: #FFFFFF;
    height: 20px;
    padding-top: 0;
}

    table.jefesapm.datos-totales td.export {
        /*padding:;*/
    }

table.medicosapm.datos-totales td.export {
    border-width: 0;
    height: 20px;
    width: 170px;
}

/*td.jefeapm {
    width:187px;
		padding-left:15px;
		padding-right:5px;
}*/

td.jefeapm {
    background: url("../Content/Images/lupita.png") no-repeat scroll 10px 12px transparent;
    padding-left: 30px;
    padding-right: 3px;
    width: 188px;
}

.jefeapm a {
    margin-left: -30px;
    padding-left: 30px;
}

td.jefeapm.totales {
    background: url("../Content/Images/icono_descarga.jpg") no-repeat scroll 6px 3px rgba(0, 0, 0, 0);
    text-align: left;
}
/*td.medicoapm {
	padding-left:15px;
	padding-right:5px;
    width:188px;
}*/
td.medicoapm {
    padding-left: 10px;
    padding-right: 5px;
    width: 180px;
}

tr.fdo2 td {
    padding-bottom: 18px;
    padding-top: 4px;
}

    tr.fdo2 td.min, tr.fdo2 td.export {
        border-color: #FFF;
    }

td.min {
    border-left: 1px solid #784978;
    width: 82px;
    text-align: center;
}

td.min2 {
    border-left: 1px solid #784978;
    width: 150px;
    text-align: center;
}

td.med {
    border-left: 1px solid #784978;
    width: 165px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

td.fin {
    border-left: 1px solid #784978;
    width: 115px;
    text-align: center;
}

td.accion {
    background: url("../Content/Images/lupita.png") no-repeat scroll 70px 12px transparent;
    border-left: 1px solid #784978;
    padding-left: 95px;
    width: 120px;
}

td.export {
    background: url("../Content/Images/excel.png") no-repeat scroll 70px 0 transparent;
    border-left: 1px solid #784978;
    padding-left: 95px;
}

    td.export a, td.totales a {
        color: #9FCC4D;
        font: bold 11px "Trebuchet MS";
        text-decoration: none;
        text-transform: none;
    }

.jefesapm a {
    color: #404040;
    text-decoration: none;
    text-transform: none;
}

td.accion a {
    color: #784978;
    font: bold 11px "Trebuchet MS";
    text-decoration: none;
}

table.graficos {
    background-color: #F8F8FF;
    border-bottom: 2px solid #784978;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-collapse: separate;
    border-left: 2px solid #784978;
    border-right: 2px solid #784978;
    margin: 0 auto;
    width: 748px;
}

td.wdt50 {
    width: 50%;
}

table.graficos td p {
    padding: 5px 12px 15px;
    text-align: left;
}

table.graficos td.cell-graf-titulo {
    background-color: #784978;
    color: #FFFFFF;
    font: 900 10px "Trebuchet MS";
    padding: 3px 5px;
    text-transform: uppercase;
}

div.graf-titulo {
    background-color: #784978;
    color: #FFFFFF;
    font: 900 10px "Trebuchet MS";
    padding: 3px 5px;
    text-transform: uppercase;
}

h3.graf-titulo {
    background-color: #784878;
    border-top: 1px solid #AAAAAA;
    color: #FFFFFF;
    font: bold 12px "Trebuchet MS";
    padding: 2px 20px 2px 5px;
    text-align: left;
}

.bor-der-bco {
    border-right: solid 1px #FFF;
}

.bor-der-vta {
    border-right: solid 1px #784978;
}

#graficos {
    float: right;
    text-align: center;
    width: 260px;
}

#solapas div#solapajefe {
    background-color: #2D5EA0;
    color: #FFFFFF;
    font-weight: normal;
    height: 30px;
    padding: 5px;
    top: -27px;
    width: 519px;
}

    #solapas div#solapajefe.back {
        background-color: #2D5EA0;
        color: #FFFFFF;
        font-weight: normal;
        opacity: 0.4;
        padding: 5px 15px;
        text-align: left;
        text-transform: none;
        top: -27px;
        width: 285px;
    }

        #solapas div#solapajefe.back:hover {
            background-color: #2D5EA0;
            /*color: #FFFFFF;
            font-weight: normal;
            height: 30px;
            padding: 5px;
            top: -27px;
            width: 307px;*/
            opacity: 1;
        }

#solapajefe span {
    font-weight: bold;
}

#solapas div#solaparepresentante {
    background-color: #2D5EA0;
    color: #FFFFFF;
    height: 30px;
    left: 210px;
    padding: 5px 15px;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: -27px;
    width: 290px;
}

.periodos.pad-rig {
    padding-right: 50px;
}

.periodos {
    background: url("../Content/Images/esquina_barra_violeta.png") no-repeat scroll 677px 0 #895289;
    color: #FFFFFF;
    font: bold 11px "Trebuchet MS";
    height: 18px;
    padding-right: 40px;
    text-align: left;
}

    .periodos span {
        font-style: italic;
    }

    .periodos div {
        float: right;
        padding: 0 5px;
    }

    .periodos p {
        float: left;
        padding: 0 5px;
    }

div.dropdown {
    background: url("../Content/Images/glyphicons-halflings-white.png") no-repeat scroll -314px -119px #895289;
    cursor: pointer;
    width: 5px;
}

div.dropup {
    background: url("../Content/Images/glyphicons-halflings-white.png") no-repeat scroll -288px -119px #895289;
    cursor: pointer;
    width: 5px;
}

.this-selected, .this-selected1 {
    background-color: #FFF;
    color: #895289;
}

#seleccione {
    text-align: right;
    width: 150px;
}

.periodos ul {
    background-color: #895289;
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 100;
}

.periodos span, .periodos li {
    cursor: pointer;
}

    .periodos li:hover {
        background-color: #FFF;
        color: #895289;
    }
/*
.anio {
    cursor: pointer;
    margin-right: 70px;
    text-align: right;
    width: 30px;
}
ul#anios {
}
ul#anios.plus {
    margin-right: -129px;
}
ul#anios li {
    cursor: pointer;
    padding: 2px;
    text-align: left;
}
ul#anios li:hover {
    background-color:#FFF;
		color:#895289;
}
ul#periodos {
	margin-right: -231px;
}
ul#periodosh {
		margin-right: -372px;
}
ul#periodos, ul#periodosh {
}
ul#periodos.plus, ul#periodosh.plus {
    width: 100px;
}
ul#periodos li, ul#periodosh li {
    cursor: pointer;
    padding:2px 10px;
	text-align:left;
}
ul#periodos li:hover, ul#periodosh li:hover {
    background-color:#FFF;
	color:#895289;
}
.periodos span#mes {
    cursor: pointer;
    font-style: normal;
}
.anios {
    background-color: #895289;
    border: 1px solid #895289;
    display: none;
    position: absolute;
    right: 50%;
    top: 205px;
    width: 30px;
    z-index: 100;
}
#anios1 {
    margin-right: -312px;
}
.meses {
    background-color: #895289;
    border:solid 1px #895289;
    display: none;
    position: absolute;
    top: 205px;
    width: 90px;
    z-index: 100;
}

#meses1 {
    right: 50%;
}
*/
#i-jefesapm {
    padding: 0;
}

.contenidos {
    min-height: 250px;
    padding: 5px 5px 10px 10px;
    text-align: left;
}

.contenidos_contacto_out {
    left: 50%;
    margin-left: -220px;
    min-height: 200px;
    padding: 5px 5px 10px 10px;
    position: absolute;
    text-align: left;
    top: 100px;
    width: 680px;
}

#body {
    background: url("../Content/Images/bg_web_abajo.png") repeat-x scroll center bottom transparent;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.fr {
    float: right;
}

div.black {
    background-color: #000;
}

div.banners, div.marketing, div.premio {
    cursor: pointer;
    float: right;
    height: 66px;
    margin: 7px 14px;
    padding: 10px 1px;
    width: 200px;
}

div.banners {
    background: url("../Content/Images/banner_1.png") no-repeat scroll 0 0 transparent;
}

div.miniBanner {
    margin: 0 !important;
}

div.marketing {
    background: url("../Content/Images/banner_2.png") no-repeat scroll 0 0 transparent;
}

div.premio {
    background: url("../Content/Images/banner_3.png") no-repeat scroll 0 0 transparent;
}

.nav-bottom div.black {
    background: url("../Content/Images/flechita_banner.png") no-repeat scroll right center #000000;
    color: #FFFFFF;
    float: left;
    padding: 2px 20px 2px 10px;
    text-align: left;
}

.nav-bottom {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url("../Content/Images/bg_banners.png") repeat-x scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    clear: both;
    float: none;
    height: 93px;
    margin: 0 auto;
    width: 752px;
}

h1 {
    font: italic 25px Georgia;
    color: #8b548b;
}

h2 {
    font: italic bold 16px Georgia;
    color: #404040;
}

.contacto h2 {
    background: url("../Content/Images/icono_chat.jpg") no-repeat scroll 0 0 transparent;
    padding: 10px 5px 5px 40px;
}

.contenidos h1 {
    background: url("../Content/Images/linea_titulo.jpg") no-repeat scroll 27px 33px transparent;
    padding: 10px 30px 0;
}

#cont-cbox h1 {
    background: url("../Content/Images/linea_titulo_azul.jpg") no-repeat scroll 27px 33px transparent;
    color: #0A75B9;
    padding: 10px 30px 0;
}

.contenidos h1.contacto, .contenidos_contacto_out h1.contacto {
    background: url("../Content/Images/linea_contacto_index.jpg") no-repeat scroll 27px 33px transparent;
    padding: 10px 30px 0;
}

div.referencias {
    background: url("../Content/Images/bg_referencias.jpg") repeat-y scroll 3px 0 transparent;
    float: right;
    height: 205px;
    padding: 5px 10px 5px 0;
    width: 200px;
}

    div.referencias div.titulo {
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        background-color: #895289;
        border-radius: 0 10px 10px 0;
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 3px 15px;
        text-transform: uppercase;
        width: 40%;
    }

    div.referencias span {
        font-weight: bold;
        text-transform: uppercase;
    }

.item a {
    color: #0975B8;
    font: italic bold 11px Georgia;
    text-transform: none;
}

div.referencias div.ref1, div.referencias div.ref2, div.referencias div.ref3 {
    font-size: 10px;
    margin-left: 3px;
    padding: 11px 5px 6px 30px;
}

.ref1 {
    background: url('/Content/Images/referencias_azul.png') no-repeat scroll 0 8px transparent;
}

.ref2 {
    background: url('/Content/Images/referencias_verde.png') no-repeat scroll 0 8px transparent;
}

.ref3 {
    background: url('/Content/Images/referencias_violeta.png') no-repeat scroll 0 8px transparent;
}

.flecha_izquierda {
    background: url("../Content/Images/flecha_contenido_iz.png") no-repeat scroll 20px center transparent;
    cursor: pointer;
    height: 330px;
    left: 50%;
    margin-left: -426px;
    position: absolute;
    top: 185px;
    width: 50px;
}

    .flecha_izquierda:hover {
        background: url("../Content/Images/semicirculo_flechita_izq.png") no-repeat scroll center center transparent;
    }

.flecha_derecha {
    background: url("../Content/Images/flecha_contenido.png") no-repeat scroll 8px center transparent;
    cursor: pointer;
    height: 330px;
    margin-right: -426px;
    position: absolute;
    right: 50%;
    top: 185px;
    width: 50px;
}

    .flecha_derecha:hover {
        background: url("../Content/Images/semicirculo_flechita_der.png") no-repeat scroll center center transparent;
    }

.hidden {
    display: none;
}

.graf-container {
    background-color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    height: auto !important;
    margin-bottom: 10px;
}

    .graf-container.activado {
        border-top: 0 none;
        margin-bottom: 2px;
        overflow: auto;
        padding: 5px;
        position: relative;
    }

    .graf-container p {
        font-size: 11px;
        padding: 0;
        text-align: left;
    }

.grafico {
    padding: 5px;
}

.grafico1 {
    padding: 5px 30px;
    text-align: center;
}

.grafico p {
    font: normal 12px "Trebuchet MS";
    text-align: left;
    padding: 0 0 10px 20px;
}

.grafico1 p {
    text-align: left;
}

.core {
    background: url("../Content/Images/core.png") no-repeat scroll right top transparent;
}

.cim {
    background: url("../Content/Images/cim.png") no-repeat scroll right top transparent;
}

.guias {
    background: url("../Content/Images/guias.png") no-repeat scroll right top transparent;
}

.medline {
    background: url("../Content/Images/medline.png") no-repeat scroll right top transparent;
}

.miriada {
    background: url("../Content/Images/miriada.png") no-repeat scroll right top transparent;
}

div.texto {
    padding-left: 25px;
}

.texto ul {
    background: url("../Content/Images/") repeat scroll 0 0 transparent;
    color: #895289;
    padding: 9px 30px;
}

    .texto ul li.item {
        color: #505050;
        font: italic bold 11px Georgia;
        list-style-position: outside;
        list-style-type: disc;
        padding: 9px 0 0;
    }

    .texto ul li {
        color: #333333;
        font: 11px Tahoma;
    }

.contacto {
    background: url("../Content/Images/mapa_contacto_in.jpg") no-repeat scroll right 0 transparent;
    padding: 0;
}

.banner-big {
    padding: 0;
}
/*.contacto1 {
    background:url("../Content/Images/mapa_contacto.jpg") no-repeat scroll right 0 transparent;
		padding: 0;
}*/
.contacto div, .campanias div, .premios div {
    margin: 5px 30px;
}

.banner-big div {
    margin: 5px 10px 5px 30px;
}

.cont-form div.tit_leng_azul {
    border: 2px solid #0D99D7;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px 13px 13px 13px;
    color: #FFFFFF;
    font: italic 14px "Trebuchet MS";
    margin: 5px 3px;
    padding: 2px 20px;
    cursor: pointer;
    text-transform: uppercase;
}

    .cont-form div.tit_leng_azul.up {
        background: url("../Content/Images/acordeon_arriba.jpg") no-repeat scroll right -2px #0974B8;
        white-space: nowrap;
    }

    .cont-form div.tit_leng_azul.down {
        background: url("../Content/Images/acordeon_abajo.jpg") no-repeat scroll right -2px #0974B8;
        white-space: nowrap;
    }

.cont-form {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 10px 10px 10px 10px;
    height: 300px;
}

.contacto .cont-form {
    background-color: #CFD6DC;
    margin: 5px 0 5px 29px;
    width: 660px;
}

.cont-banner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #E0E0E0;
    height: 510px;
}
/*.premios div.cont-premio {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url("../Content/Images/degrade_horizontal.jpg") repeat scroll 0 0 transparent;
    border: 1px solid #E0E0E0;
    border-radius: 10px 10px 10px 10px;
    height: 460px;
    margin-top: 10px;
    padding: 0;
    width: 666px;
}*/
.premios div.cont-premio {
    background-color: #EEEEEE;
    border: 1px solid #E0E0E0;
    border-radius: 10px 10px 10px 10px;
    height: 360px;
    margin-top: 10px;
    padding: 0;
    width: 666px;
}

.premios div.premio-vacio {
    background: url("../Content/Images/bg_banners.jpg") no-repeat scroll 5px 5px transparent;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 381px;
    margin: 7px 30px;
    padding: 5px;
    width: 665px;
}

    .premios div.premio-vacio p {
        float: right;
        font: italic 14px "Trebuchet MS";
        margin: 120px 66px 0 0;
        width: 230px;
    }

        .premios div.premio-vacio p span {
            font-weight: bold;
        }
/*.contacto div.div-izq, .banner-big div.div-izq {
		float:left;
    margin: 0 5px;
}*/
.contacto div.div-izq {
    background-color: #FFFFFF;
    border-radius: 10px 0 0 10px;
    float: left;
    height: 302px;
    margin: -1px 0 4px -1px;
}

.banner-big div.div-izq {
    background-color: #FFFFFF;
    border-radius: 10px 0 0 10px;
    float: left;
    height: 300px;
    margin: 4px 0 4px 6px;
}
/*.contacto div.div-der {
    background-color: #F1F1F1;
    border: 1px solid #B5B4B4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    float: right;
    margin: 5px;
    padding: 5px;
    width: 360px;
}*/
.contacto div.div-der {
    float: right;
    margin: 5px;
    padding: 5px;
    width: 360px;
}

.banner-big div.div-der {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #EFF0F2;
    border: 1px solid #B5B4B4;
    border-radius: 5px 5px 5px 5px;
    height: 500px;
    margin: 5px 0 5px 182px;
    width: 477px;
}

.banner-big div.cont-slider {
    background: url("../Content/Images/linea_punteada.png") repeat-x scroll 0 bottom #F9F9F9;
    height: 300px;
    margin: 0 0 10px;
    padding: 0 10px;
    width: 457px;
}

div.banner-slider ul li {
    float: left;
    height: 240px;
    text-align: center;
    width: 100px;
    position: relative;
}

div.banner-slider ul.camp li {
    width: 88px;
}

div.banner-slider ul li img {
    cursor: pointer;
    left: 0;
    position: absolute;
    /*z-index: -1;*/
    margin: 0 9px;
}
/*div.banner-slider ul li a img {
    z-index: -1;
}*/
/*div.banner-slider ul li img:hover {
    z-index: -2;
}*/
div.banner-slider {
    width: 400px; /*300px*/
    margin: 5px 10px;
}

    div.banner-slider ul li span, .especificaciones ul li span {
        font-weight: bold;
    }

div.especificaciones {
    background: url("../Content/Images/linea_punteada.png") repeat-x scroll 0 bottom transparent;
    height: 90px;
    margin: 0 5px;
    padding: 0;
}

.banner-big div.numeracion {
    background: url("../Content/Images/bg_numero-de-banners.png") no-repeat scroll 0 0 transparent;
    bottom: 44px;
    color: #FFFFFF;
    font: bold 24pt "freestyle Script";
    height: 36px;
    padding: 0 3px 0 10px;
    position: absolute;
    right: 6px;
    width: 25px;
    z-index: 1;
}

div.especificaciones ul {
    margin: 0 10px;
}

div.especificaciones h6 {
    background-color: #784878;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 10px;
    text-transform: uppercase;
}

div.especificaciones ul {
    margin: 15px 5px;
}

    div.especificaciones ul li {
        float: left;
        padding: 3px;
        width: 45%;
    }

#banners-container {
    margin: 5px 0;
}

.prev, .next {
    cursor: pointer;
    float: left;
}

#banner-slider .prev, #banner-slider .next {
    margin-top: 120px;
}

.cont-slider-mark .prev, .cont-slider-mark .next {
    margin-top: 40px;
}

.banner-big div.cont-banner-slider {
    float: left;
    margin: 25px 4px;
    width: 406px;
}

.banner-logo {
    position: relative;
    right: 10px;
    top: 15px;
}

.contacto div.div-izq div.datos {
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    height: 141px;
    margin: 0;
    opacity: 0.5;
    padding: 5px 5px 5px 18px;
    width: 220px;
}

    .contacto div.div-izq div.datos.activo {
        background: url("../Content/Images/linea_punteada_vertical.png") repeat-y scroll right center #CFD6DC;
        cursor: auto;
        opacity: 1;
    }

    .contacto div.div-izq div.datos div.dat-dest {
        background-color: #D6DEE1;
        border: 1px solid #CCCCCC;
        border-radius: 10px 10px 10px 10px;
        font-size: 10px;
        height: 68px;
        margin: 0;
    }

        .contacto div.div-izq div.datos div.dat-dest span {
            font-weight: bold;
        }

.contacto div.div-izq div.gris span {
    font-weight: bold;
}

.contacto div.div-izq div.gris p {
    float: left;
    padding: 5px;
}

.contacto div.div-izq img {
    float: left;
    margin: 0 5px 0 0;
}

table.form td.error {
    height: 20px;
    padding: 3px 0;
    text-align: left;
}

.msj-error {
    color: #FF0000;
}

div.campanias-in {
    background-color: #E7E7E7;
    border-radius: 5px 5px 5px 5px;
    height: 215px;
    margin: 5px 15px;
}

img.flecha_globo {
    float: left;
    margin: 50px 0 0 35px;
}

.campanias div.cont-img {
    background-color: #D8D8D8;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 5px;
    padding: 5px;
}

.campanias div.cont-det-camp {
    background-color: #3A3A3A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: left;
    font: 11px "Trebuchet MS";
    margin: 10px 5px 0 0;
    padding: 7px;
    width: 342px;
}

div.cont-slider-mark {
    float: right;
    height: 120px;
    margin: 0;
    width: 425px; /*414px*/
}

div.cont-det-texto {
    float: left;
    margin: 0;
    width: 66%;
}

div.descargar {
    background-color: #000000;
    border-radius: 5px 5px 5px 5px;
    float: right;
    font-size: 10px;
    margin: 0 2px;
    padding: 5px;
    text-align: center;
    width: 44px;
    cursor: pointer;
}

    div.descargar span, span.b {
        font-weight: bold;
    }

.cont-det-texto h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

.campanias div.cont-list-camp {
    float: left;
    margin: 0 5px 10px;
    padding: 7px 0;
    width: 372px; /*350px*/
}

    .campanias div.cont-list-camp ul li {
        padding: 2px;
    }

        .campanias div.cont-list-camp ul li img.img-item {
            border: 2px solid #D8D8D8;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px 5px 5px 5px;
            left: 0;
            position: absolute;
            top: 0;
            z-index: 300;
        }

            .campanias div.cont-list-camp ul li img.img-item:hover {
                z-index: 100;
            }

table.form {
    margin: 12px 0;
    width: 320px;
}

    table.form.contacto-out {
        margin: 12px 10px;
        float: left;
    }

    table.form td {
        text-align: right;
    }

        table.form td.text {
            font: bold 11px "Trebuchet MS";
            padding: 5px;
            vertical-align: top;
            width: 130px;
        }

ul.datos-form {
    margin: 5px;
}

ul.datos-form {
    background: url("../Content/Images/btn_enviar_mensaje.jpg") no-repeat scroll right center transparent;
}

.activo ul.datos-form {
    background: none repeat scroll 0 0 transparent;
}

ul.datos-form li {
    border-bottom: 1px solid #E0E0E0;
}

ul.datos-form li {
    padding: 7px 2px 7px 30px;
    width: 112px;
}

    ul.datos-form li.telefono {
        background: url("../Content/Images/icono_tel.png") no-repeat scroll 4px 4px transparent;
    }

    ul.datos-form li.mail {
        background: url("../Content/Images/icono_mail.png") no-repeat scroll 5px 8px transparent;
    }

    ul.datos-form li.logo_contacto {
        border-bottom: medium none;
        padding: 15px 0 9px;
        text-align: center;
    }

    ul.datos-form li.enviar div {
        background: url("../Content/Images/icono_chat.jpg") no-repeat scroll 2px 2px #C8D7DD;
        font: italic 13px Georgia;
        height: 38px;
        margin: 2px 0;
        padding: 10px 10px 3px 73px;
        cursor: pointer;
    }

.height2 {
    height: 290px;
}

.col-premios {
    float: left;
    height: 360px;
    width: 333px;
}
/*div.banner-slider ul li img.lupita {
    left: 25px;
    position: absolute;
    top: 25px;
		z-index:200;
}
div.banner-slider ul li img.lupita1 {
    left: 21px;
    top: 90px;
    z-index: -2;
    border:solid 1px;
}*/
.banner-slider li p {
    bottom: 0;
    font-size: 10px;
    left: 7px;
    position: absolute;
    text-align: center;
}

.premios div.col-premios {
    color: #545454;
    font: 11px "Times New Roman";
    margin: 0;
}

    .premios div.col-premios:first-child {
        background: url("../Content/Images/puntito_rojo.png") repeat-y scroll right center rgba(0, 0, 0, 0);
    }

.premios div.list-oro, .premios div.list-plata {
    height: 330px;
    margin: 0;
    width: 333px;
}

.img-header {
    margin: 0 5px;
}

div.list-rank {
    margin: 0 15px;
}

    div.list-rank div.title {
        height: 115px;
        margin: 0;
        padding: 0;
        width: 320px;
    }

.list-oro h1 {
    background: url("../Content/Images/ganadores_oro_vacio.jpg") no-repeat scroll 5px 0 rgba(0, 0, 0, 0);
    color: #6794B1;
    font-weight: bold;
    padding: 20px 10px 20px 120px;
}

.list-plata h1 {
    background: url("../Content/Images/ganadores_plata_vacio.jpg") no-repeat scroll 5px 0 rgba(0, 0, 0, 0);
    color: #6794B1;
    font-weight: bold;
    padding: 20px 10px 20px 120px;
}

table.list {
    margin: 10px auto;
    width: 260px;
}

    table.list td {
        padding: 0 7px;
        vertical-align: top;
    }

        table.list td.min {
            width: 20px;
            padding: 0;
            border: none;
        }

.premios div.buscador {
    margin: 10px;
    padding-left: 20px;
}

.buscador input {
    background: url("../Content/Images/lupita2.jpg") no-repeat scroll 215px center transparent;
    border-color: #E2E2E2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    padding: 2px 20px 2px 4px;
    width: 210px;
}

.para {
    color: #999;
}

.premios div.cont-list-premio {
    height: 200px;
    margin: 0;
    overflow: auto;
    width: 300px;
}

.fl-right {
    float: right;
}

.no-float {
    float: none;
}

div.datos-aula {
    color: #666666;
    float: left;
    font: italic 12px Georgia;
    margin-left: 30px;
    text-align: center;
    width: 214px;
}

    div.datos-aula p {
        margin: 10px auto;
    }

    div.datos-aula img {
        margin-bottom: 20px;
    }

    div.datos-aula span {
        font-size: 15px;
        font-weight: bold;
    }

div.cont-item-foo {
    margin: 0 auto;
    width: 690px;
}

.fl {
    float: left;
}

.center {
    text-align: center;
}

.premios div.pager {
    background: url("../Content/Images/Lineas_paginado.png") no-repeat scroll 0 0 transparent;
    font: 9px Arial;
    height: 13px;
    margin: 5px 0;
    padding: 13px 9px;
}

table.jefesapm td.jefes, table.medicos td.jefes {
    background-color: #FFFFFF;
    padding: 0;
}

.jefes div.pager {
    background: url("../Content/Images/Lineas_paginado_cuadro.png") no-repeat scroll 0 0 transparent;
    font: 9px Arial;
    height: 25px;
    margin: 0 auto;
    padding: 7px 9px 4px 9px;
    width: 400px;
}

.pager table {
    width: 100%;
}

    .pager table td {
        padding: 0 3px;
    }

        .pager table td.pag-anterior {
            background: url("../Content/Images/flechita_sig_izq.png") no-repeat scroll left center transparent;
            padding: 2px 0 2px 15px;
        }

        .pager table td.pag-siguiente {
            background: url("../Content/Images/flechita_sig_der.png") no-repeat scroll right center transparent;
            padding: 2px 15px 2px 0;
            text-align: right;
        }

td.numeros {
    text-align: center;
}

ul.pag-num {
    margin: 0 auto;
    width: 68px;
}

.pager a {
    color: #333333;
    font: 9px Arial;
    text-decoration: none;
    text-transform: none;
}

ul.pag-num li {
    cursor: pointer;
    float: left;
    padding: 3px;
}

    ul.pag-num li:hover {
        background-color: #8B548B;
        color: #FFFFFF;
    }

    ul.pag-num li:not([onclick]) {
        background-color: #8B548B;
        color: #FFFFFF;
        cursor: auto;
    }

.premios div.container-list-premios {
    height: 310px;
    margin: 0 0 30px 0;
}

#solapa_select {
    left: 50%;
    margin-left: -380px;
    position: absolute;
    text-align: right;
    top: 160px;
    width: 752px;
}

#solapa_select1 {
    margin-right: -360px;
    margin-top: -21px;
    position: absolute;
    right: 50%;
}

#solapa_select2 {
    margin: 0 35px 0 0;
    text-align: right;
}

#solapa_select3 {
    float: right;
    margin: 0 35px 0 0;
    text-align: right;
}

div.descargar-listado {
    background: url("../Content/Images/linea_descargas.jpg") no-repeat scroll 122px center rgba(0, 0, 0, 0);
    color: #3C3C3C;
    cursor: pointer;
    font-style: italic;
    height: 100px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 250px;
}

    div.descargar-listado div {
        float: left;
        margin: 0;
        padding: 60px 0 0;
        width: 103px;
    }

        div.descargar-listado div:first-child {
            background: url("../Content/Images/flecha_ganadores.jpg") no-repeat scroll 40px -12px rgba(0, 0, 0, 0);
            margin-right: 20px;
            padding-right: 10px;
            text-align: right;
        }

        div.descargar-listado div:last-child {
            background: url("../Content/Images/flecha_diplomas.jpg") no-repeat scroll left -12px rgba(0, 0, 0, 0);
            padding-left: 14px;
            text-align: left;
        }

        div.descargar-listado div:first-child span {
            color: #4d93c2;
        }

        div.descargar-listado div:last-child span {
            color: #895289;
        }

    div.descargar-listado span {
        color: #B21616;
        font: bold 11px Tahoma;
    }

ul.logos {
    float: right;
}

    ul.logos li {
        float: left;
    }

.imgCampRealizada {
    max-height: 180px;
}

/*------------------------------------------------------------------------------
------------------------ FORM --------------------------------------------------*/
input[type="submit"] {
    cursor: pointer;
}

.tbl-login input[type="text"], .tbl-login input[type="password"] {
    border-width: 0;
    padding: 2px 3px;
}

.tbl-login input[type="submit"] {
    background-color: #134161;
    border-color: #967996;
    border-width: 2px;
    color: #FFFFFF;
    font: bold 11px "Trebuchet MS";
    margin: 2px;
    padding: 0 3px;
}

input {
    border: solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    input.text, textarea.text {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border: solid 1px #d3d2d2;
        border-radius: 0;
        padding: 2px 3px;
        width: 200px;
    }

#cont-cbox input.text, #cont-cbox textarea.text {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #807C7C;
    font: 11px "Trebuchet MS";
    margin: 4px 0;
    padding: 4px;
    width: 270px;
}

#cont-cbox input.text, #cont-cbox textarea.text {
    margin: 4px 0;
    width: 270px;
}

input.enviar {
    background-color: #404040;
    border: 1px solid #D3D2D2;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    font: italic 11px georgia;
    padding: 2px 3px;
    margin: 5px 0;
}

textarea.text {
    height: 90px;
}

#cont-cbox input.enviar {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font: italic bold 14px "Trebuchet MS";
    padding: 2px 5px;
}

ul.icono-productos {
    left: 50%;
    margin-left: -313px;
    position: absolute;
    top: 442px;
}

.icono-productos li {
    float: left;
    text-align: center;
    width: 61px;
}

#error-login {
    background-color: #000000;
    color: #FFFFFF;
    left: 50%;
    margin-left: -120px;
    margin-top: 10px;
    opacity: 0.8;
    padding: 10px 15px;
    position: absolute;
    width: 210px;
    z-index: 100;
}

a.cbox_recupero:hover {
    color: #E1E1E1;
}

ul.list-apms li {
    float: left;
    padding: 2px 0 0 5px;
}

    ul.list-apms li.item {
        background: url("../Content/Images/flechita_ruta_obispo.png") no-repeat scroll 3px 4px transparent;
        padding: 1px 3px 0 12px;
    }

        ul.list-apms li.item a {
            font: normal bold 11px "Trebuchet MS";
        }

#apm_nav ul.list-apms li.item a:hover {
    text-decoration: underline;
}

ul.list-apms li span {
    font-style: italic;
}

.noclick {
    cursor: default !important;
}

ul.ref {
    margin-top: -5px;
}

    ul.ref li {
        float: left;
        font-size: 13px;
        list-style: square outside none;
        margin: 0 0 0 46px;
    }

        ul.ref li span {
            color: #333333;
            font-size: 11px;
        }

        ul.ref li.nr {
            color: #0D233A;
        }

        ul.ref li.ac {
            color: #81C5DC;
        }


/*------------------------------------------------------------------------------
------------------------ COLOR --------------------------------------------------*/
.gris {
    background-color: #ececec;
}

.gris1 {
    background-color: #efeeee;
}

/*------------------------------------------------------------------------------
------------------------ COLORBOX -----------------------------------------------*/
#cont-cbox {
    background-color: #FFFFFF;
    height: 240px;
    padding: 15px 0;
}

    #cont-cbox ul {
        margin: 10px 30px;
    }

        #cont-cbox ul li {
            padding: 5px 0;
        }

li.error {
    display: none;
    color: #FF0000;
}

/* info and errors */
.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.error {
    color: #e80c4d;
}

.validation-summary-errors ul {
    display: none;
}

.ui-accordion .ui-accordion-content {
    padding: 5px;
}

.clear {
    clear: both;
}
