﻿body
{
    background: transparent url(~/../../img/body-bg.png) center top repeat !important;
}
header {
    height: 200px;
    /*height: 140px;*/
    margin: 0 auto 0px;
}
header .info-header {
    height: 140px;
    background-color: #e2e2e2;
    width: 100%;
    text-align: right;
    //padding: 20px 20px 20px 197px;
}
header .info-header img {
    max-width: 250px;
    height: auto;
}
header .info-header h1 {
    font-size: 1.4em;
    font-family: sans-serif;
    color: #868686;
    height: 14px;
}
header .info-header h2 {
    font-size: 1.3em;
    font-family: sans-serif;
    color: #243E6F;
}
#content h5.titulo-seccion {
    margin: 0 auto 0px;
    background-color: white;
    padding-bottom: 5px;
    padding-top: 15px;
    padding-left: 15px;
    color: #006cb7;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    font-family: 'gobCL', Verdana, sans-serif;
    border-bottom: 1px solid #e2e2e2;
}
header nav.menu-principal {
    padding-left: 180px;
}
#content #main .stream.stream .tarjeta
{
    margin: 0 0 -2px !important;
    border-bottom: 0px !important;
}
.opciones-login
{
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
}
.opciones-login a
{
    color: #337ab7;
    text-decoration: underline;
}
.opciones-login li
{
    list-style: disc;
    list-style-type: disc;
}
#login fieldset
{
    background: #eee;
    border: 1px solid #eee;
    color: #000;
    padding: 5px;
    border: 1px solid;
    border-color: #F0E0A0;
    border-style: solid;
    margin-left: initial;
    margin-right: auto;
    width: 400px;
}
    #login fieldset legend
    {
        font-size: 14px;
        font-weight: bold;
        background: #eee;
        border: 1px solid #eee;
        color: #000;
        padding: 5px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        width: 325px;
        border-top: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 0px;
        border-color: #F0E0A0;
    }
#login td
{
    border: 1px solid #eee !important; 
    color: #000 !important;  
    padding: 5px !important;
}
.menu-principal>ul>li
{
    min-width: 100px;
    max-width: 100px;
}


.dropdown-350 .dropdown-toggle
{
    text-align: left;
    padding-right: 18px;
    width: 350px;
    height: 33px;
}

.dropdown-350 .dropdown-toggle .dropdown-texto
{
    white-space:nowrap;
    display:inline-block;
    overflow: hidden;
    text-align: left;
    -ms-text-overflow:ellipsis; /* especifico para iexplorer */
    -o-text-overflow:ellipsis; /* especifico para opera */
    text-overflow: ellipsis;
    width: 310px;
}

.dropdown-350 .dropdown-toggle .caret
{
    display: inline-block;
    margin-top: -10px;
}

.dropdown-350 .clearfix
{
    height: 10px;
}

/*******/

.dropdown-100 .dropdown-toggle
{
    text-align: left;
    padding-right: 18px;
    width: 150px;
    height: 33px;
}

.dropdown-100 .dropdown-toggle .dropdown-texto
{
    white-space:nowrap;
    display:inline-block;
    overflow: hidden;
    text-align: left;
    -ms-text-overflow:ellipsis; /* especifico para iexplorer */
    -o-text-overflow:ellipsis; /* especifico para opera */
    text-overflow: ellipsis;
    width: 118px;
}

.dropdown-100 .dropdown-toggle .caret
{
    display: inline-block;
    margin-top: -10px;
}

.dropdown-100 .clearfix {
    height: 10px;
}

.dataTable thead
{
    background-color:rgb(230, 230, 230);
}
.dataTable thead th
{
    border-bottom: solid 1px #ACACAC;
}
.dataTable .sorting_disabled
{
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    left: -1px;
}
.dataTable tbody tr:first-child
{
    border-top: 2px solid #ACACAC !important;
}

.dataTable tbody td
{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 0;
}
.red {
    color: red !important;
}
