﻿/*#region General */


body {
    display: -webkit-box; /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box; /* OLD: Firefox (buggy) */
    display: -o-box;
    display: -ms-flexbox; /* MID: IE 10 */
    display: -webkit-flex; /* NEW, Chrome 21+ */
    display: flex; /* NEW: Opera 12.1, Firefox 22+ */
    margin: 0;
    height: 100%;
    width: 100%; /* needed for Firefox */
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
}

@media (max-width: 550px) {
    .footer1 .footer-bottom .pull-left,
    .footer1 .footer-bottom .pull-right {
        float: none !important;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
}

.scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

/*#endregion */

/*#region Header */
.selectItem {
    margin-bottom: 10px;
    display: block;
}

    .selectItem:hover {
        background: transparent url('../Recursos/selectMenu.png') center top no-repeat;
        font: 16px bold;
    }

.selectActive {
    background: transparent url('../Recursos/selectMenu.png') center top no-repeat;
    font: 18px bold;
    color: #41A6CE
}

.menu-fixed {
    flex: 0 0 auto;
}

/*#endregion */

/*#region Footer */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #101010;
    padding: 0.3% 20px;
    color: #777;
    margin-top: 5em;
    flex: 0 0 auto;
    margin-bottom: 0px;
}

.footer a {
    color: #337ab7;
}

.footerTitulo {
    font: 18px bold;
    color: #777;
    text-align: center;
}
/*#endregion */

/*#region iFrame */
.main-content {
    flex: 1 0 0%;
}

.winIFrame {
   position: relative;
   padding-bottom: 56.25%;
   overflow: hidden;
}

.winIFrame iframe
 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 72%;
}

/*#endregion */

/*#region name */
.visibilidad{
    visibility: hidden;
}
/*#endregion */
