

.title_holder{
background: #a56900;
color: #fff;
}

.full_width {
position: static;
padding-bottom: 50px;
}
.title_holder h5,
.title_holder h4,
.title_holder h3,
.title_holder h2,
.title_holder h1{
color: #ffbe4e;
}

h5, h4, h3{
margin: 35px 0;
}
 .notaciega{
	width: 20%;
margin: 1% 1% 0 0;
background: #FFF9D7;
box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
padding: 2%;
height: 300px;
display: inline-table;
}

.span3{
	display: inline-block;
	width: 25%;
}
p{ 
margin-bottom: 30px;}
.btn{
padding: 10px 20px;
background: #ff9100;
border: none;
color: #FFFFFF;
}
.input-append{
display: table;
width: 100%;
margin-top: 20px;
}

.input-append input[type="text"] {
height: 40px;
border: none;
box-shadow: inset 0px 2px 3px #ccc;
width: 80%;
display: table-cell;
}
.input-append .btn{
display: table-cell;
width: 19%;
height: 40px;
}

nav.main_menu>ul>li>a {
color: #ff9100;
}

nav.main_menu>ul>li:hover>a {
color: #fff;
background: #ff9100;
}
