﻿body {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: "OpenSans-Regular", "Open Sans", "RobotoCondensed-Regular","Roboto-Regular", "Roboto-Light","Roboto-Thin", "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    width: 100%;
    line-height: 1.5em;
    background: #FEFCFC;
    font-size: 14.5px;
    color: #575756;
}

.logosirh {
    background: url(../images/bienvenida2tc.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    text-align: center;
    /*background-position: -14px -17px;*/
    width: 86px;
    height: 70px;
    display: inline-block;
    opacity: 1;
    margin-left: 5%;
}

#contendedor-head {
    background: #424242;
    border-bottom: 4px solid #000;
    height: 70px;
    width: 100%;
    opacity: 0.95;
    z-index: 99999;
}

h2 {
    border-bottom: none !important;
    padding-bottom: 5px;
}

#poitica {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
}


#contendedor-head .titulo {
    margin-top: 30px;
    float: right;
    color: white;
    font-weight: bolder;
    margin-right: 5%;
}

.urlRed {
    color:red;
}

.txtTituloLeft {
    font-weight:bolder;
    text-align:left;
}

.txtTituloCenter {
    font-weight: bolder;
    text-align: center;
}

#tcPrincipal #terminosCondiciones {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
    margin-bottom:50px;
}
.cbxAceptar {
    font-size:18px;
}
#tcPrincipal #terminosCondiciones #btnTermUso {
    text-align:center;
    margin-bottom:150px;
}
#tcPrincipal #terminosCondiciones #btnTermUso #btnAceptar {
    background-color: #334D61 !important;
    opacity: 0.95;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #334D61 !important;
    color: #FFF;
    min-width: 150px;
    min-height: 40px;
    border-radius: 4px;
    font-size:14.5px !important;
}

#tcPrincipal #terminosCondiciones #btnTermUso #btnAceptar:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#cbxAceptar_ToggleButton {
    top:3px !important;
}

@media only screen and (min-width: 683px) {
    #cbLeyenda {
       width:650px;
       margin:0 auto;
    }
}