
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #000;  /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: white; /*BACKGROUND color for active*/
background-color: #030033;
}

  .navbar-default {
    background-color: #0f006f;
    border-color: #030033;
}

  .dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: #262626;
   text-decoration: none;
  background-color: #66CCFF;  /*change color of links in drop down here*/
   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
  }


  .navbar-default .navbar-nav > li > a {
   color: white; /*Change active text color here*/
    }
















.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
	width:250px;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#cuadro {
	padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

#header{
	/*background: rgba(180,180,195, 0.1);*/
	/*background: #73173E;
	background: url("../images/background2.png");*/
	text-align: center;
	height:250px;
	width:100%; 
}

#header img{
	/*background: rgba(180,180,195, 0.1);*/
	height:320px;

}

@media(max-width:1192px){
	img#logoFace{
		vertical-align: middle;
		margin-top: 10px;
		box-shadow:none;
		width:5%;
	}

	img#logoTwit{
		vertical-align: middle;
		margin-top: 10px;
		box-shadow:none;
		width:5%;
	}
}

#formulario{
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 10px 20px #555;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 80px;
	padding: 20px 20px 20px 20px;
	text-align: center;
	width: 80%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

#formulario input[type=text], #formulario  input[type=password] {
	border-radius: 8px;
	height: 25px;
	/*padding-left: 5px;*/
 	width: 70%;
}

#formulario #boton{
	border-radius: 10px;
	text-align: right;
	width: 85%;
}

@media(max-width:800px){
	#formulario{
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 10px 20px #555;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 80px;
	padding: 20px 20px 20px 20px;
	text-align: center;
	width: 90%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

#formulario input[type=text], #formulario  input[type=password] {
	border-radius: 8px;
	height: 25px;
	/*padding-left: 5px;*/
 	width: 70%;
}

#formulario #boton{
	border-radius: 10px;
	text-align: right;
	width: 85%;
}
}

#footer {
    bottom:5px;
    height:50px;
    left:0;
/*    position: fixed;
    position:absolute;*/
    text-align: center;
    width:100%;
}


#footer li{
	display: inline-block;
}

#footer li a{
	text-decoration: none;
}