/* This stylesheet is meant for custom styles, on top of the Bone Template */

.icon4{
    width: 80px;
    height: 80px;
    position: relative;

}

header {
	height:110px !important;
}

.navbar-classic li a {
    background: #2E2E2E;
    color: #fff;
	font-size:30px;
}
.linkbutton {
	 background-color: #EBEBEB; /* Green */
  border: 1px solid #ccc;
  color: #666;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  position:absolute;
   border-radius: 10px 10px;
}

button {
   border-radius: 10px 10px;
}

.floatright {
	right:0px;
}
.floatleft {
	left:0px;
}
.floatcenter {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width:50%;
}
.item {
	max-width: 100px !important;
}

.item50 {
	width: 100% !important;
}

.celdametros {
  background-color: #EBEBEB !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 2px !important;
  font-weight: 400 !important;
  color: #000 !important;
  width:80px !important;
  text-align:center !important;
  
}
.celdametros:focus, .celdametros:active{
  background-color: #FFF !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 2px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.labelform {
	font-size:13px;
	color:#a39f9d;
	float:left;
	font-weight:100;
	padding-top:5px;
	padding-bottom:5px;
}
.desplegableform {
	
	font-size:13px;
	color:#a39f9d;
	float:left;
	margin-left:5px;
	font-weight:100;
	padding:5px;
	border:1px solid black;
}

.btn_kale a{
	font-size:13px;
	font-family: Raleway;
	background-color: #171617;
    color: white;
    border-radius: 40px;
    display: inline-block;
    letter-spacing: 0.1em;
    min-width: 230px;
}