@charset "utf-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

body{
	font-family: Aprajita;
}
.navbar-default {
	background-color: #fff;
	border-bottom-width: 5px;
	border-bottom-style: inset;
	border-bottom-color: rgba(255,204,0,1);
	height:80px;
}
.navbar-default .navbar-nav>li>a{
	line-height:45px;
	font-size:16px;
	color:#000;
	background-color: #fff;
}
.navbar-default .navbar-nav>li>a:hover{
	line-height:45px;
	font-size:16px;
	color:#8bba34;
	background-color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background-color:#8bba34;
	color:#fff;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	line-height:35px;
	font-size:40px;
	color:#000;
}
p{
	font-size:16px;
	text-align:center;
	line-height:30px;
}
h1, h2, h3, h4, h5{
	border-bottom:2px rgba(255,204,0,1) solid;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 24px;
line-height: inherit;
color: #333;
border-bottom: 1px dotted #FFCC33;
text-align:center;
}
.btn-default{
	background-color:#719430;
	color: #ffffff;
	border-color: #507210;
}
a{
	color:#fff;
}
a:hover{
	color:#719430;
}
footer{
	border-top:5px solid rgba(255,204,0,1);
}
li > a{
	color:#000;
	font-size:16px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background-color: rgba(255,204,0,1);
	color:#719430;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
	background-color: rgba(255,204,0,1);
	border-color: #FFFF66;
	color:#719430;
}
.nav>li>a:hover{
	background-color:#000;
	
}
.nav>li>a:focus, .nav>li>a:active{
	text-align:left;
	background-color:#000;
	color:rgba(255,204,0,1);
}
.breadcrumb{
	background-color:transparent;
}
.heading{
	border-top:1px solid #ccc; 
	border-bottom:1px solid #666; 
	margin-top:-1.5%;
	padding:10px; 
	background-color:#fff;
	
}
.breadcrumb>li+li:before {
padding: 0 5px;
color: #ccc;
content: ">> \00a0";
}
.sidebar{
	border-left:1px solid #ccc;
	height:100%
}
.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}

h2 > small{
	border-bottom: none
}
ul > li{
	font-size:16px;
	line-height:30px;
}
.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:-20px;
		width: 100%;
	}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}
.item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: hidden;}
.rightest{ visibility: visible;}
.tab-pane > p{
	text-align:justify;
	font-size:16px;
	text-indent:60px;
}

.a{
	font-size:30px;
	font-weight:700;
	text-decoration:underline;
	color:rgba(255,204,51,1);
}
.panel-title{
	border-bottom:none;
}
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.nav-tabs>li>a {
padding: 10px 8px;
font-weight:700;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
