hr{
	background-color:#fff;
	height: 1px;
	border: 0;
}


.logo{
	width:200px;
	height:57px;
	float:left;
	margin: -18px 0px 0px 0px;
}

/* centered columns styles */
.row-center{
    text-align:center;
}
.col-center{
    text-align:justify;
}

/*nave*/
.navbar {
    margin-bottom: 0; 
}
.navbar-default{
	background-color:rgba(194, 194, 194, 0.0);
	border-color:transparent;
}

.navbar-default .navbar-brand{
	color:black;
}

.navbar-default .navbar-nav>li>a{
	color:black;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: rgba(254, 115, 27, 0.7);
	color:rgb(3, 66, 110);
}

.navbar-default .navbar-nav>li:hover{
	background-color:rgba(172, 169, 167, 0.52);
}

/*Fin nave*/

img.icon {
    width: 24px;
    height: 24px;
}


/*Tamaño de las pantallas*/
@media screen and (max-width: 1400px) { /* Specific to this particular image */
	
	h1{
		font-size: 36px;
	}
}

@media screen and (max-width: 945px) { /* Specific to this particular image */
	.container{
		width:auto;
	}

}
