body {
	padding-top: 100px;
	padding-bottom: 20px;
	background-image: url('../img/bg.jpg');
	
	/*background-color: #C6C6C6;*/
	
	/*background-image: url('../img/malintzi_fondo_1_ext.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

.textMain {
	cursor: pointer;
}

/* Navbar */
.navbar{
	/*height: 85px;*/
	background-color: #000;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important; 
    padding-bottom:0 !important;
    height: 65px;
	font-weight: bold;
}
.navbar {min-height:85px !important;}
.navbar-inverse .navbar-nav>li>a{
	color: #FFF;
}
.navbar-header img{
	width: 135px;
	margin-top: 1px;
}

.navbar .navbar-collapse{
	padding-top: 20px;
}

/* Carrusel */
.carousel-inner{
	height: 300px;
}
.carousel-inner > .item > img {
    margin: 0 auto;
	cursor: pointer;
	max-height: 300px;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
}

.carousel-caption h3{
	padding: 0px;
	margin: 0px;
}

.carousel-caption p{
	padding: 0px;
	margin: 0px;
}

.carousel-indicators {
    left: 0;
    margin-left: 0;
    width: 100%;
}
/*Nota de pie */
.nota{
	font-size: 12px;
}

.inputRequired{
	color: #FF0000;
}

/* Contacto */
.contacto{
	background: #dc143c;
	position: fixed;
	width: 110px;
	height: 50px;
	bottom: 0px; right: 10px;
	padding: 10px;
	border-radius: 15px 15px 0px 0px;
}

.contacto a{
	color: #FFF;
	font-weight: bold;
}

.contacto i{
	color: #FFF;
	font-size: 12px;
}
/*footer */
.footer{
  background-color: #000;
  color: whitesmoke;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  padding: 1rem;
  text-align: center;
}