﻿/*Valores defecto general*/

body {
    font-family: Arial;
    padding: 1px;
    background: #f1f1f1;
}


.TablaGeneral {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .TablaGeneral td, .TablaGeneral th {
        border:none;
        padding: 1px;
        
    }

    .TablaGeneral tr:nth-child(even) {
        background-color: #f2f2f2;
    }
    .TablaGeneral th {
        padding: 1px;        
        text-align: left;
        background-color: #4CAF50;
        color: white;
    }  






* {
    box-sizing: border-box;
}




/*Fin valores defecto*/




#divloguin {
    margin: auto;
    float: right;
    width: 100px;
    background-color: RGB(0,113,188);
    color: RGB(0,105,0);
    font-family: Arial, Helvetica, sans-serif;
    border: none;
}

.Loguin {    
    width: 100%;
    padding: 1px;
}

    .Loguin td {
        border: 1px solid RGB(0,105,0);
        text-align: left;
        padding: 1px;
        background-color: RGB(0,113,188);
    }

.Panel {
    border:none;
    padding:0px;
    margin:0px;
}







/* Header/Blog Title */
.header {
    padding: 20px;
    text-align: center;
    background: white;
}

    .header h1 {
        font-size: 50px;
    }


/*Style the Bar navigation*/
.Div_Menu {
    overflow: hidden;
    background-color: rgb(0, 113, 188);
    padding: 0px;
    height: auto;
}
.nav {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    float: none;
    z-index: 65537;
}

    .nav > li {
        float: left;
        list-style-type: none
    }

    .nav li a {
        background-color: rgb(0, 113, 188);
        color: #fff;
        text-decoration: none;
        padding: 10px;
        display: block;
    }

        .nav li a:hover {
            background-color: RGB(88,88,90);
        }

    .nav li ul {
        display: none;
        position: absolute;
        min-width: 140px;
        z-index: 65537;
    }

    .nav li:hover > ul {
        display: block;
    }

    .nav li ul li {
        position: relative;
        list-style-type: none;
        z-index: 65537;
    }

        .nav li ul li ul {
            right: -140px;
            top: 0px;
            z-index: 65537;
        }
/*fin Bar Navigation*/


/*Pagination*/
#Paginas.pagination {
    display: inline-block;
    align-content: center;
}

    #Paginas.pagination a {
        color: black;
        float: left;
        padding: 3px 6px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 4px;
    }

        #Paginas.pagination a.active {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }

        #Paginas.pagination a:hover:not(.active) {
            background-color: #ddd;
        }

/*fin pagination*/

/*Barra Herramientas*/
.Barra_Herramientas {
    display: inline-block;
    align-content: center;
}

    .Barra_Herramientas a {
        color: black;
        float: left;
        padding: 1px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 2px;
    }

        .Barra_Herramientas a.active {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }

        .Barra_Herramientas a:hover:not(.active) {
            background-color: #ddd;
        }

/*fin barra Herramientas*/


/*paginationSmall*/
.paginationSmall {
    display: inline-block;
    align-content:center;
    text-align:center;
    font:small;
    width:100%;
}

    .paginationSmall a {
        color: black;
        float: left;
        padding: 1px 1px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0px;
    }

        .paginationSmall a.active {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }

        .paginationSmall a:hover:not(.active) {
            background-color: #ddd;
        }

/*fin paginationSmall*/



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}



/* Create two unequal columns that floats next to each other */

/* Left column */
.leftcolumn {
    float: left;
    width: 75%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    background-color: #f1f1f1;
    padding-left: 20px;
}


/* Left column 50% */
.leftcolumn50 {
    float: left;
    width: 50%;
}

/* Right column 50% */
.rightcolumn50 {
    float: left;
    width: 50%;
    background-color: #f1f1f1;
    padding-left: 20px;
}

/* Fake image */
.fakeimg {
    background-color: RGB(88,88,90);
    width: 100%;
    padding: 20px;
}

/*Fin Imagnes*/

/*Video Responsive*/

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

    .video-responsive iframe,
    .video-responsive object,
    .video-responsive embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*fin vido responsive*/

.Div_Tablas {
    background-color: #aaa;
    width: 100%;
    padding: 0px;
    height: 600px;
    overflow-x: auto;
}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}

.card2 {
    background-color: white;
    padding: 5px;
    margin: 1px;
    overflow: auto;
}



/* Footer */
.footer {
    padding: 20px;
    text-align: center;    
    background-color: RGB(88,88,90);
    margin-top: 20px;
}




/*Componentes de tabla general*/

.Labels {
    width: 100%;
    font-size: medium;
    padding: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    max-width:100%;
}
.Numerico {
    width: 100%;
    font-size: medium;
    padding: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    max-width: 100%;
    text-align:right;
}


/*Fin componentes tabla general*/


.frames_chat {
    list-style: none;
    width: 100%;
    height: 400px;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}




/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn, .rightcolumn50, .leftcolumn50 {
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}