.dr_hablando{
	width: 17%;
	position: relative; 
	left: 18px; 
	top: -1091px;
}

.content-box-brown {

margin-right: 920px;
padding-bottom: 20px;
padding-top: 242px;
overflow: hidden;

border-top-left-radius: 5px;
background-color: #8A2908;
-webkit-box-shadow: inset -100px 0px 180px -50px rgba(46,46,46,0.45);
-moz-box-shadow: inset -100px 0px 180px -50px rgba(46,46,46,0.45);
box-shadow: inset -100px 0px 180px -50px rgba(46,46,46,0.45);


}
.content-box-orange {

margin-right: 920px;
margin-bottom: 25px;
padding-bottom: 56px;
padding-top: 56px;
overflow: hidden;

border-bottom-left-radius: 5px;
background-color: #DF7401;
-webkit-box-shadow: inset -100px 0px 180px -50px rgba(46,46,46,0.45);
-moz-box-shadow: inset -100px 0px 180px -50px rgba(46,46,46,0.45);
box-shadow: inset -100px 0px 180px -50px rgba(46,46,46,0.45);

}

.content-box-orange ul {
	list-style:none;
	padding-left: 20px;
	 font-size:25px;
	 color:white;
}

.content-box-up-white {

margin-right: 220px;
padding: 20px;
padding-left: 40px;
overflow: hidden;
position: relative; left: 235px; top: -549px;


border-top-right-radius: 5px;
background-color: #ffffff;
-webkit-box-shadow: inset 100px 0px 180px -50px rgba(46,46,46,0.45);
-moz-box-shadow: inset 100px 0px 180px -50px rgba(46,46,46,0.45);
box-shadow: inset 100px 0px 180px -50px rgba(46,46,46,0.45);

}
.content-box-down-white {

margin-right: 220px;
margin-bottom: 25px;
padding: 60px;
overflow: hidden;
position: relative; left: 235px; top: -549px;

border-bottom-right-radius: 5px;
background-color: #ffffff;
-webkit-box-shadow: inset 100px 40px 180px -50px rgba(46,46,46,0.45);
-moz-box-shadow: inset 100px 40px 180px -50px rgba(46,46,46,0.45);
box-shadow: inset 100px 40px 180px -50px rgba(46,46,46,0.45);
}

.btn-mail { 
  color: #ffffff; 
  background-color: #DF7401; 
  border-color: #DF7401; 
} 
 
.btn-mail:hover, 
.btn-mail:focus, 
.btn-mail:active, 
.btn-mail.active, 
.open .dropdown-toggle.btn-mail { 
  color: #ffffff; 
  background-color: #8A2908; 
  border-color: #8A2908; 
} 
 
.btn-mail:active, 
.btn-mail.active, 
.open .dropdown-toggle.btn-mail { 
  background-image: none; 
} 
 
.btn-mail.disabled, 
.btn-mail[disabled], 
fieldset[disabled] .btn-mail, 
.btn-mail.disabled:hover, 
.btn-mail[disabled]:hover, 
fieldset[disabled] .btn-mail:hover, 
.btn-mail.disabled:focus, 
.btn-mail[disabled]:focus, 
fieldset[disabled] .btn-mail:focus, 
.btn-mail.disabled:active, 
.btn-mail[disabled]:active, 
fieldset[disabled] .btn-mail:active, 
.btn-mail.disabled.active, 
.btn-mail[disabled].active, 
fieldset[disabled] .btn-mail.active { 
  background-color: #DF7401; 
  border-color: #DF7401; 
} 
 
.btn-mail .badge { 
  color: #DF7401; 
  background-color: #ffffff; 
}

/**/

.content-box-orange2 ul {
  list-style:none;
   font-size:23px;
   color:white;
}
/**/
/**/
.row-same-height {
  display: table;
  width: 100%;
  
  table-layout: fixed;
}
.row-full-height {
  height: 100%;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}

.col-full-height:before {
  content:"";
}
.colItem {
  width: 100%;
  height: 100%;
  /*  
  border: 1px solid #cecece;

  padding: 12px 6px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);*/
}



.colItem {
  /*display: table;*/
}
.colContent {
  /*display: table-cell;*/
  vertical-align: middle;
  /*text-align: center;*/
}
.btnBrownHover:focus{

}