body {
   background-color: #fafafa;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;

}

.table-gris{
	background-color: #eaeaea;
}

th, td {
    padding: 5px;
    text-align: center;
}
h1,h2,h3,h4
{
  color: #0689CE;
}


.navbar-custom {
    background-color:  #fafafa;
}

.navbar {
    background-color:  #fafafa;
}

.navbar-fixed-top {
    padding-top: 2px;
    min-height: 40px;
    background-image: linear-gradient(0deg, rgba(73, 155, 234, 0.075), #FaFaFa);
}

.navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 0px;
    line-height: 48px;
}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 1px;
}



.navbar-custom .dropdown-menu{
    background-color:  #fafafa;
    color:#000;
    border-radius:0;
    padding-left: 2px;
}

.navbar-custom .navbar-nav > li > a {
    color:#000;
    background-color:  #fafafa;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #000;
    background-color:#eaeaea;
}
.navbar-custom .navbar-brand {
    color:#222;
}
.navbar-toggle .icon-bar {
    background-color: #0689CE;
}


.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}



/* Banner */

#banner {
	background-attachment: fixed;
	background-color: #fff;
	background-image: url("../images/maneadero_32.jpeg");
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 20vh;
	max-height: 240px;
	position: relative;
	text-align: center;
	z-index: 21;        
}

#banner:before {
	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}

#banner:after {
	background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.05)), url("../images/maneadero_32.jpeg");;
	background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.05)), url("../images/maneadero_32.jpeg");;
	background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.05)), url("../images/maneadero_32.jpeg");;
	background-image: linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.05)), url("../images/maneadero_32.jpeg");;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#banner .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 3em;
	position: relative;
	text-align: right;
	vertical-align: top;
	z-index: 1;
	color: #fafafa;
}

#banner .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner .content header h2 {
	font-size: 2.5em;
	margin: 0;
}

#banner .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner .content .image {
	/*border-radius: 100%;*/
	display: inline-block;
	height: 8em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner .content .image img {
	/*border-radius: 100%;*/
	display: block;
	/*width: 100%;*/
}

/* Banner2 */

#banner2 {
	background-attachment: fixed;
	background-color: #fff;
	background-image: url("../images/maneadero_12.jpeg");
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.2em 0 rgba(0, 0, 0, 0.25);
	min-height: 20vh;
	max-height: 240px;
	position: relative;
	text-align: center;
	z-index: 21;        
}

#banner2:before {
	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}

#banner2:after {
	background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.05)), url("images/maneadero_12.jpeg");;
	background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.05)), url("images/maneadero_12.jpeg");;
	background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.05)), url("images/maneadero_12.jpeg");;
	background-image: linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.05)), url("images/maneadero_12.jpeg");;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#banner2 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding-top: 4em;
	position: relative;
	text-align: right;
	vertical-align: top;
	z-index: 1;
	color: #fafafa;
}

#banner2 .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner2 .content header h2 {
	font-size: 2.5em;
	margin: 0;
}

#banner2 .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner2 .content .image {
	/*border-radius: 100%;*/
	display: inline-block;
	height: 8em;
	margin-left: 3em;
	vertical-align: middle;
	width: 8em;
}

#banner2 .content .image img {
	/*border-radius: 100%;*/
	display: block;
	/*width: 100%;*/
}

	body.is-touch #banner {
		background-attachment: scroll;
	}
	
@media (max-width: 767px) {
    .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;}
    #banner {
    	max-height: 350px;
    }
}
