
body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333; /* #666;*/
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;	
	background-image: url(../img/fondo.jpg);
}


.bg {
/* The image used */
background-image: url(../img/fondo.jpg);
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.centerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
  }

/* Navigation */
#menu {
	padding: 10px;
	padding-top: 0px;
	transition: all 0.8s;
	padding-bottom: 0px;
}
#menu.navbar-default {
	/*background-color: #BBB;  rgba(248, 248, 248, 0);*/
	background-image: url(../img/fondo.jpg);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 18px;
	color: rgba(255,255,255,0.8);
	font-weight: 500;
	text-transform: uppercase;
}
#menu a.navbar-brand:hover {
	color: #FFF !important;
	background-color: #316697;
}


#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #316697; /*rgba(255,255,255,0.8);*/
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #FFF !important;
	background-color: #316697;
}
a.backgroundless {
	background: #eaeaee !important;
}
.on {
	background-color: #eaeaee; /*rgba(0,0,0,0.8) !important;*/
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FFF !important;
	background-color: #316697;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #C54DAA;
	border-color: #C54DAA;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 50px;
}
.section-title p {
	font-size: 18px;
	color: #888;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #777;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
	border-top: 0px solid #b73c9b;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #777;
}

.container{
	background-color: #eaeaee;
}

/**/

.btn-red {
	text-transform: uppercase;
	color: #fff;
	background-color: #C10;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
	border-top: 0px solid #C10;
}
.btn-red:hover, .btn-red:focus, .btn-red.focus, .btn-red:active, .btn-red.active {
	color: #fff;
	background-color: #C10;
}

/**/

.navbar-fixed-top{
	border-width: 0px;
}

@media ( max-width : 400px ) {
	img.img-logo{
		max-height: 100%;
	}
}

@media  ( min-width: 401px ) and (max-width: 760px)  {
	img.img-logo{
		max-height: 50px;
	}
}


p.contenido{
	font-size: 12px;
	color: #333;
	font-weight: lighter;
	padding-left: 55px;
	padding-right: 55px;
}

h3{
	font-size: 13px;
	color: #648ab0;
	font-weight: bold;
	padding-left: 55px;
	padding-right: 55px;
}
/* .navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: middle;
}
  
.navbar .navbar-collapse {
text-align: center;
	vertical-align: middle;
	height: 100%;
} */