.bg-1{
	background-color: #47555f;
}

.bg-2{
	background-color: #c0d136;
}

.bg-3{
	background-color: #eaeef0;
}

.bg-w{
	background-color: white;
}

body{
	font-size: 14px;
}

.border-rounded{
	border-radius: 4px;
}

.carousel-indicators li{
	background-color: #47555f;
}

.carousel-indicators{
	bottom: -20px;
}

.carousel-indicators .active{
	background-color: #c0d136;
}

#mc_embed_signup{
	background-color: transparent;
	color: white;
	font-family: inherit;
}

.media{
	margin-top: 0px;
}

.h-10{
	height: 10px;
}

.v-middle{
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}

.border-right{
	border-right: 1px solid black;
}

.border-left{
	border-left: 1px solid black;
}

.border-both{
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.border-bottom-g{
	border-bottom: 3px solid #c0d136;
}

.cuadro-margin{
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: repeat;
}

.font-w{
	color: white;
}

#link-white:focus{
	color: white;
}

.font-1{
	color: #47555f;
}
.font-2{
	color: #c0d136;
}

/*.font-w strong{
	color: #c0d136;
}
*/
.reflect{  
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.2)));
} 

.b-bottom-2{
	border-bottom: 3px solid #c0d136;
	width: auto;
	display: inline-block;
}

.hr-1{
	border-top: 2px solid #47555f;
}

.hr-2{
	border-top: 1px solid black;
	/*border-top: 1px solid black;*/
}

.hr-xs{
	margin-top: 2px;
	margin-bottom: 2px;
}

.no-margin-b{
	margin-bottom: 0px;
}

.shadow{
	-webkit-box-shadow: 0px 5px 5px 0px rgba(48, 50, 50, 0.49);
	-moz-box-shadow:    0px 5px 5px 0px rgba(48, 50, 50, 0.49);
	box-shadow:         0px 5px 5px 0px rgba(48, 50, 50, 0.49);
}

.border-round{
	border-radius: 10px;
}
a.disable {
   pointer-events: none;
   cursor: default;
}

.inline{
	display: inline;
}

.img-30{
	height: 30px;
}

.banner-home-1{
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	color: #47555f;
}

.super-menu-1{
	position: absolute;
	top: 100%;
	z-index: 1000;
	padding: 10px;
	border-radius: 5px;
	width: 70%;
	display: none;
}

.navbar-default{
	background-color: #eaeef0;
	border: 0px;
	border-bottom: 1px solid #e7e7e7;
}

.btn{
	border-radius: 0px;
}

.nav-pills > li > a{
	border-radius: 0px;
}

.btn-primary{
	border: 0px;
	font-weight: bold;
}

.carousel-caption{
	text-shadow: 0px;
}

.no-border{
	border-radius: 0px;
	border: 0px;
}

.half-padding{
	padding-left: 6px;
	padding-right: 6px
}

.w-80{
	width: 100%;
}

.bold{
	font-weight: bold;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color: #47555f;
	color: white;
}

ol.boxes-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}

ol.boxes-list > li{
    position: relative;
    margin-bottom: 15px;
    padding: 0em 1em;
}
ol.boxes-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.94em;
    height: 0.94em;
     
    font-size: 3em;
    line-height: 0.94;
    text-align: center;
    color: #f5f5f5;
 
    background-color: #47555f;
    content: counter(li-counter);
    counter-increment: li-counter;
}

.nav > li > a{
	color: #47555f;
}

.nav > li > a:hover{
	color: white;
	background-color: #c0d136;
}

.no-padding-margin{
	padding: 0px;
	margin: 0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	color: #47555f;
	font-weight: bold;
}

.normal-link{
	color: inherit;
}

.border-r-testimonio{
	border-right: 2px solid #47555f;
}

.media a{
	max-width: 75px;
}
