/* CSS Document */

p {
	font-weight:normal;
}
body {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
}
.navbar {
	border-radius:0;
}
.btn-botonera {
	width:100%;
	padding:1em;
	min-height:190px;
	padding-top:2em;
	padding-bottom:2em;
}
.btn-botonera i {
	margin-bottom:0.15em;
}

.footer {
	background-color:#F0F0F0;
	padding-top:1em;
	padding-bottom:3em;
}

/*ALTO NAVBAR*/
.navbar {
  min-height: 80px;
}

.navbar-brand {
  padding: 0;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}

.imgres {
	width:100%;
	height:auto;
}

.panel-coca {
	border:0;
	background-color:rgba(237, 27, 36, .8);
	color:#FFF;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-webkit-box-shadow: 11px 11px 38px -18px rgba(0,0,0,0.6);
	-moz-box-shadow: 11px 11px 38px -18px rgba(0,0,0,0.6);
	box-shadow: 11px 11px 38px -18px rgba(0,0,0,0.6);
}
.campo-coca {
	font-size:25px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border:0;
	padding-top:1em;
	padding-bottom:1em;
}

.btn-coca {
	border:0;
	background-color:rgba(237, 27, 36, .8);
	color:#FFF;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
}

.btn-coca:hover {
	border:0;
	background-color:rgba(237, 27, 36, 1);
	color:#FFF;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
}