﻿body {
}

#container {
    text-align: center;
    margin-top: 30px;
    margin-left: 20px;
}

.errorRojo {
    color: Red;
}

.divLogin {
    text-align: left;
    padding: 20px;
    border: 1px solid #999; /* width: 400px; */
    max-width: 400px;
}

#divImprimirListado {
    font-size: 16px;
}


.divVentana {
    text-align: left;
    padding: 20px;
    border: 1px solid #999; /* width: 400px; */
    max-width: 600p;
    font-family: 'Open Sans', sans-serif;
}

.contenedor {
    text-align: center;
    margin: 10px;
    max-width: 600px;
}

.sectorControlTabla {
    border: 1px solid #808080;
    padding: 0px;
    width: 24px;
    height: 24px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    font-variant: normal;
}

    .sectorControlTabla td {
        padding: 0px;
        width: 24px;
        height: 24px;
    }




.rayado {
    background: repeating-linear-gradient( -45deg, #3D3D3D, #3D3D3D 4px, #898B8B 4px, #898B8B 8px );
}


.form-control2 {
    display: block;
    /* width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pading {
    font-family: 'Open Sans', sans-serif;
    margin: 10px;
    border-radius: 5px;
}

.pading5 {
    font-family: 'Open Sans', sans-serif;
    margin: 5px;
    border-radius: 5px;
}


.tablaredonda {
    border-radius: 19px 19px 19px 19px;
    -moz-border-radius: 19px 19px 19px 19px;
    -webkit-border-radius: 19px 19px 19px 19px;
    border: 0px solid #EC1C24;
}

input::placeholder {
    color: #C0C0C0;
    font-size: 14px;
    font-style: normal;
    font-family: 'Open Sans';
    text-align: center;
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

.FontOpenSans {
    font-family: 'Open Sans', sans-serif;
}

.BotonNegro {
    border-color: #2D1A29;
    background-color: #2D1A29;
    font-family: 'Open Sans', sans-serif;
    margin: 5px;
    border-radius: 5px;
    font-size: 11px;
    color: #EC1C24;
    font-weight: 700;
}

.DivFondo {
    margin: 5px 5px 5px 5px;
    border-color: #EC1C24;
    display: block;
    padding: 5px 5px;
    background-color: #EC1C24;
    background-image: none;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 570px;
    height: 285px;
}


.text-redondo {
    margin: 5px 5px 5px 5px;
    border-color: #EC1C24;
    display: block;
    padding: 3px 3px 3px 3px;
    background-color: white;
    background-image: none;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Barlow;
    color: #2D1A29;
}



.DivFondoBlanco {
    margin: 10px;
    border-color: #FFFFFF;
    display: block;
    padding: 6px 12px;
    background-color: #FFFFFF;
    background-image: none;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #EC1C24;
}

.DivTituloBlanco {
    background-color: #2d1a29;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: x-large;
    font-weight: 700;
    text-align: center;
}

.Margen {
    margin: 5px;
}

.Centrar {
    text-align: center;
}
/*DAN */
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(236, 28, 36, 1);
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(236, 28, 36, 1);
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
            color: rgba(255, 255, 255, 1);
            background-color: rgba(245, 139, 139, 1);
        }

    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(231, 231, 231, 1);
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #ec1c24;
        }

.modalBackground {
    position: fixed;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup {
    background-color: white;
    width: 200px;
    height: 150px;
    z-index: 100000001 !important;
}

.IframeTrj {
    margin: 1% 1% 1% 1%;
    display: block;
    background-image: none;
    background-color: #E6E6E6;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 50%;
    min-width: 350px;
    height: 423px;
}

.datos {
    font-size: 10px;
    font-family: 'Open Sans', Verdana;
    font:italic,bold 
}
@font-face {
	font-family: 'baar_sophiaregular';
	src: url('baars___-webfont.woff2') format('woff2'), url('baars___-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


.DivRedondeado {
    margin: 10px 10px 41px 10px;
    display: block;
    padding: 6px 12px;
    background-image: none;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.DivFondoBlanco {
    margin: 10px;
    border-color: #FFFFFF;
    display: block;
    padding: 6px 12px;
    background-color: #FFFFFF;
    background-image: none;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #EC1C24;
}

