body{
    height: 100%;
	margin-top:80px;
	padding: 0;

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #007b6d;
}
.indice{
    background-color: #EBE6E6;
}
#scrollUp {
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  padding: 10px 15px;
  background: #555;
  color: #fff;
  font-weight: bold;
}
#scrollUp:hover{
 text-decoration: none;
 background: #007b6d;
}
#scrollUp:focus{
 text-decoration: none;
 background: #007b6d;
}
li{
	text-decoration: none;
	display: inline;
}
.pie{
	width:100%;
    position: absolute;
	margin-top:20px;
	bottom:0;
	
}
.for{
    padding: 30px;
}
.btnlogin{
    width: 100%;
    background: #18c4a5;
    color: #fff;
    font-weight: bold;
}
.btnlogin:hover{
    color: #fff;
    font-weight: bold;
}
.btnlogin:focus{
    color: #fff;
    font-weight: bold;
}

.principal{
    background: #fff;
    width: 350px;
    height: 210px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    
}
.echo{
	color: #337ab7;
}
.title-heder{
	top:0;
	font-weight: bold;
    color: #000;
	margin-bottom:10px;	
}
.spans{
        margin-right:15px;
}
.boton{
	
	width:150px;
}
.navbar-default{
    background-color: #007b6d;
    border-color: #007b6d;
    color: #fff;
	position:fixed;
	width:100%;
	z-index:100;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #069887;
    text-shadow: 0px 5px 20px #aaa;
}
.navbar-default .navbar-brand {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    background: #ddd;
}
.logo{
	margin:5px;
	margin-right:0;
    width: 40px;
}
.titulo{

    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.titulo:hover{

    color: #fff;
    text-decoration: none;
}
.titulo:focus{

    color: #fff;
    text-decoration: none;
}
.divisor{
    margin: 5px;
}
.divisorderecha{
    margin-right: 5px;
    
}
.botonEditEdit{
    background: #a4a3a3;
    color: #fff;
}
.botonEditDelete{
    background: #a4a3a3;
    color: #fff;
}
.botonNewCrear{
    background: #a4a3a3;
    color: #fff;
}
.botonEditEdit:hover{
    background: #5872fc;
    color: #fff;
}
.botonEditDelete:hover{
    background: #ff7070;
    color: #fff;
}
.botonNewCrear:hover{
    background: #449d44;
    color: #fff;
}
.botonShowDelete{
    background: #a4a3a3;
    color: #fff;
}
.botonShowDelete:hover{
    background: #ff7070;
    color: #fff;
}
.botonShowEdit{
    background: #a4a3a3;
    color: #fff;
}
.botonShowEdit:hover{
    background: #5872fc;
    color: #fff;
}
.navbar-right {
    float: right !important;
    margin-right:12px;
}
.right{
    margin-right:12px;
}

---------------------------------------------------------------------------------
.ptitle{
    width: 100%;
    height: 100%;
}
.ptitle > h1{
    z-index: 100;
    text-align: center;
    color: #fff;
    font-size: 65px;
}
.ptitle > h2{
    margin-top: 10%;
    z-index: 100;
    text-align: center;
    color: #fff;
}
.ptitle > a:hover{
    text-decoration: none;
}
.ptitle > a:focus{
    text-decoration: none;
}
center{
    margin-top: 8%;
}
.ptitle> center > a{
    position: static;
    opacity: 0.5;
    font-size: 20px;
    padding: 25px 20px;
    border-radius: 5px;
    background-color:#069887;
    color: #fff;
    font-weight: bold;
}
.ptitle > center > a:hover{
    text-decoration: none;
    opacity: 0.9;
}

