
@charset "UTF-8";
article, aside, footer, header, main, nav, section{
    display: block;
}
html, body, h1, h2, h3, ul, li, a, p,
article, aside, footer, header, main, nav, section {
        padding: 0;
        margin: 0;
}

.contenedor{
	/*border-radius:20px;*/
	margin:0px auto;
	max-width:1024px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    margin:0px auto;
	max-width:1024px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*padding: 20px;*/
    
    transition: all 0.3s;
	width:100%;
	
	
    
}

.novisible{
	display:none;
}


.logomenu1{
	color:white;
	padding-left:10px;
}

.logomenu2{
	margin-left:10px;
	font-weight:bold;
	color:white;
    font-family: 'nothing-font-5x7';
	text-decoration:none;
	font-size:1.2em;
}


/*CARGANDO ... */

.cargando
{
	
	top:0;
	left:0;
	display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2001;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.center
{
	
	margin:5% auto;
	width: 95%;
	height:60%;
	font-size:30px;
	background-color: White;
	border-radius: 10px;
	filter: alpha(opacity=100);
	opacity: 0.9;
}
.center img
{
	height: 128px;
	width: 128px;
}

.cargando-p{
	font-weight:bold;
	text-align:center;
	padding:15%;
	opacity: 1;
}


/*END CARGANDO */

@font-face { font-family: nothing-font-5x7; 
    src: url('../fonts/nothing-font-5x7.ttf'); } 


header{
  /*border-radius:6px 6px 0px 0px;*/
  background-color: #000;
  color: white;
  font-size:18px
}
header h1{
	padding-top:30px;
}
header p{

}
.linea{
	/*border-radius:20px;*/
	background-color:#000;
	color:#2E9AFE;
	font-size:14px;
	padding-right:10px;
}

body {
  margin:auto;
  font-family: 'Open Sans', sans-serif;
  font-size:17px;
}

.header-1{
	float:left;
	padding-right:10px;
}

.header-2{
	float:left;
}

.menu
{
	display:none;
	color:#fff;
}

.icon-bar{
	background-color:#282C34
}

li a{
    color:#fff;

}

li a.active{
	color:#fff;
}

.navbar-nav li{
  display: inline;
  padding-left:20px;
  font-size: 20px;
  /*font-variant: small-caps;*/
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.navbar-nav li:hover
{
	background-color:#333;
  border-radius: 12px;
  text-decoration: underline;

}
.navbar-nav li a:hover{
  color:white;
}

.tabla-pivot{
    margin: 8px;
}

.breadcrumb-pivot
{
    margin: 8px;
}

.estado .jumbotron{
	padding: 0.5rem 0.5rem;
	margin-bottom:0px;
}

.estado1 p
{
	padding:5px 0px 5px 20px;
}
.estado2
{
	margin-top:20px;
}

.estado2 p
{
	padding:5px;
}

.enlace
{
	color:white;
	text-decoration:none;
}

.ver-botones{
	padding:14px 30px;
    margin: 5px;
}

.enlace:hover
{
	color:white;
	text-decoration:underline;
}

h3
{
	padding:25px;
	font-family: 'Roboto', sans-serif;

}

article header p
{
	font-size:20px;
	margin-bottom:10px;
}

footer{
	color:#fff;
    clear: both;
	margin-top:1em;
	padding:25px;
	background-color:#000;
	font-family: Verdana;
    font-size:15px;
}

footer span{
	font-weight:bold
}

footer p{
	font-size:15px;
}

.negrita{
	font-weight:800
}

.botones
{
	font-size:40px;
	margin:5px;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1300;
    background-color:#343a40;
	color:#2E9AFE;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 42px;
    line-height: 60px;
    text-align: center;
	text-decoration:none;
    background: #343a40;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #343a40;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	text-decoration:none;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #000;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.mostrar{
    display: none;
}




@media (max-width:900px){
	.header-1{
		display:none;
	}
	.header-2{
		margin-left:20px;
		margin-top:2px;
	}
	header h1{
		padding-top:0px;
		font-size:30px;
	}
}

@media (max-width:766px){
	.menu{
		display:block;
	}
	.imagen
	{
		width:150px;
	}
}
