/* CSS3 Document */
@charset "utf-8";
body{
background-image: url(fondo.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-family: arial;
font-size: 16px;
/*height: 100%;*/
/*background-color: #ffffff;*/
}
/*hr{
border:solid 1px #cccccc;
}
p{
text-align:justify;
}*/
header{
	/*background: rgba(255,255,255,.5);*/
}
/*
.navbar{
    background-color: transparent !important;
}
*/
section{
/*

position: fixed;
width: 100%;
height: 100%;*/
}
footer{
	font-size: 12px;
}
fieldset{
    border: 1px solid;
    padding: 2px;
}
hr{
   /* border:3px solid orange;*/
}
a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
select{
    padding: 10px;
}
.centrar-procesando{
    width: 100%;
    height: 50%;

    position: absolute;
    top: 50%;
    /*left: 50%;*/

    /*margin-top: 25%;
    margin-left: 25%;*/

    text-align: center;
}
.b-t{
    border-top: 0;
}
.b-l{
    border-left: 0;
}
.b-r{
    border-right: 0;
}
.b-b{
    border-bottom: 0;
}
.mi-modal{
    background: 0,0,0,.8;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    transition: all 1s;
    z-index: 1;
    overflow: auto;
}
.mi-ventana{
    background: 0,0,0,.8;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 1s;
    z-index: 1;
    overflow: auto;
}
.form{
   margin: 0% auto;
   width: 96%;
   position: relative;
}
.confirm-delete{
    margin: 15% auto;
    width: 70%;
   position: relative;
}
.sitemap{
    font-size: 10px;
    font-family: arial;
    color: gray;
}
.boton-volver{
    border: solid 1px gray;
}
.boton-volver:hover{
    border: solid 1px black;
}
.boton-crear{
    border: solid 1px green;
}
.boton-crear:hover{
    border: solid 1px gray;
}
.boton-editar{
    border: solid 1px blue;
}
.boton-editar:hover{
    border: solid 1px gray;
}
.boton-eliminar{
    border: solid 1px red;
}
.boton-eliminar:hover{
    border: solid 1px gray;
}
.boton-edit:hover{
    border: solid 1px blue;
}
.boton-delete:hover{
    border: solid 1px red;
}
.boton-enlace{
    cursor: pointer;
}
/*.borde{
    border:1px solid orange;
}*/
.borde{
    border:3px solid orange;
}
.borde-capa{
    border:1px solid gray;
}
.aumenta-texto{
	font-size: 18px;
}
.text-blue{
	color: blue;
}
/*Color de Texto - Naranja Oscuro*/
.text-orange{
	color: orange;
}
.sombra-texto-black{
text-shadow: 0 0 0 black, 0 0 1em black, 0 0 0.2em black;
}
.sombra-texto-white{
text-shadow: 0 0 0 white, 0 0 1em white, 0 0 0.2em white;
}
.trans{
background: rgba(255,255,255,.6);
}
.trans-negro{
    background: rgba(0,0,0,.7);
}
.trans-naranja{
    background: rgba(255,128,0,.7);
}
.barra-ventana{
    color: #212529;
    background-color: orange;
    border-color: #ffc107;
}
.barra-naranja{
    background-color: orange; 
}
.barra-roja{
    background-color: red; 
}
.text-naranja{
    color: orange;
}
.bg-black{
	background: #000000;
}
.bg-amarillo{
    background: yellow;
}
.bg-rojo{
    background: red;
}
.bg-naranja{
	background: orange;
}

.text-vertical{
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}
.text-naguanaguense{
    color: blue;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/img/cargando.gif') 50% 50% no-repeat rgb(249,249,249);
    /*background: url('/img/cargando.gif') 50% 50% no-repeat rgb(249,249,249);*/
}

}
