body{
	background-image: url('../../Imagenes/Fondo.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;


}
p{
	text-align: justify;
}
pre{
    background-color: white !important; 
     border:none !important; 
     font-family: serif;
     font-size: 20px;
     white-space:normal;
     text-align: justify;
}
/*Se ocultan los botones del editor de texto summernote*/
[data-name|=picture],
/*[data-name|=fullscreen],*/
[data-name|=codeview],
[data-name|=help],
[data-name|=clear]{
	display: none;
}
.note-list{
	display: none;
}

[data-name="paragraph"] .dropdown-menu{
	left: -50px;
	min-width: 160px !important;

}
/*Se corrige la posicion del cuadro de dialogo
  para escoger un color en summernote
*/
[data-name|=color] .dropdown-menu,
[data-name|=table] .dropdown-menu{
	z-index: 1200 !important;
	left: -200px;
}

.botonera{
	padding: 0px !important;
	margin: 0px !important;
	
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	top: -10px;
}

nav span{
	font-size: 30px;
	margin: 0px;
}

nav img{
	margin-right: 35px;
}

header{
	position: fixed;
	background-color: #edf1f5;
	width: 80%;
	height: 100px;
	z-index: 1090;
	min-width: 1050px;

	
}


.principal{
	
	width: 80%;
	height: 100%;
	margin:auto;
	box-shadow: 5px 5px 2px #000000;
	background-color: white;
}
nav ul li{
	list-style: none;
	
}
nav ul li a:hover{	
	text-shadow:2px 2px 2px white;
	font-weight: bold;
}
nav ul li a:visited{
	text-decoration: none;	
	color:#3e74b4;
}
nav ul li a:link {
    text-decoration: none;
	color: #3e74b4 !important;
}
nav ul li a{
	color: #3e74b4 !important;
	font-weight: bold;
}
nav ul li{
	float:left;
	
	height: 100px;
}
.CerrarSesion{
	float:right;
}
.Cerrar{
	height: 30px;
}
nav ul .lista{
	height: 100px;
	padding: 9px;
	padding-top: 20px;

}
nav ul{
	margin: 0px;
}


.cuerpo{
	background-color: white;	
	height: 100%;
	width: 100%;
	padding: 0px;

}
.tooltip{
	z-index: 2001;
	
}
footer{
	background-color: #edf1f5;
	height: 70px;
	width: 100%;
	min-width: 1050px;
}
.copyright{
	float: right;
	font-weight: bold;
	padding-right: 55px;
	

}

label{
	padding: 20px;
}
.copyright:hover{
	font-size: 35px;
	color: whitesmoke;
	cursor: pointer;
	
	
}
.vive{
	font-size: 25px;
	color: whitesmoke;
	text-shadow:3px 3px 3px white;
	float: left;
	position: relative;
	left: -500px;
}
.cuerpo{
	min-width: 1050px;
	padding-top: 110px;
	padding-left: 0px;
	padding-right:0px;
}
.modal{
	z-index: 2000;
}
.container{
	max-width: none !important;
	width: 970px;
}

li.selected{
	background-color: #b6d9f3 !important;
}
nav ul .lista{
		height: 100px;
		padding: 7px;
		padding-top: 20px;

	}
/* Media Queri para hacer que la barra de menu no esté fixed*/
@media screen and (max-width: 768px) { 
	header{
		position: static;
		width: 100%;
		height: 100px;
		z-index: 1090;
		
	}
}
@media screen and (max-width: 768px) { 
	nav ul .lista{
		height: 100px;
		padding: 7px;
		padding-top: 20px;

	}
}
@media screen and (max-width: 980px) { 
	nav ul .lista{
		height: 100px;
		padding: 9px;
		padding-top: 20px;

	}
}