body{
	background-color:#dcdbdb;
	margin-top: 90px;
}

header{
	width:100%;
	position:absolute;
	z-index:999;
	top:0;
	height:63px
}

.logo-menu-bar-back{
	width:100%;
	position:absolute;
	z-index:1000;
	top:0;
}

.margin-text{
	margin-right: .8rem !important;
	margin-left: .8rem !important;
}

.green-back{
	background-color:#00a646;
}

.border-color{
	border-bottom:1px solid #007130;
}

.no-padding{
	padding:0px !important;
}

.gradient-bar{
	height:3px;
	background: #01803d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #00a646, #01c152); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #00a646, #01c152); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #00a646, #01c152); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(left, #00a646, #01c152); /* Explorer syntax */
    background: linear-gradient(left, #00a646, #01c152); /* Standard syntax */
}

.box-shadow{	
	-ms-box-shadow: 0px 1px 10px;
	-webkit-box-shadow: 0px 1px 10px;
	-moz-box-shadow: 0px 1px 10px;
	box-shadow: 0px 1px 10px;
}

.box-shadow2{
	-ms-box-shadow: 0px 4px 15px;
	-webkit-box-shadow: 0px -4px 15px;
	-moz-box-shadow: 0px -4px 15px;
	box-shadow: 0px -4px 15px;
}

.menu-cel{
	list-style: none;
	padding: 0px;
	margin: 7px 0px;
	font: bold 15px corbel, Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 7px 0 0 0;
}

.menu-cel li{
	height:28px;
	line-height: 25px;
	border-bottom: 1px solid #008035;
	border-top: 1px solid #00b54e;
}

.menu-cel li:hover{
	border-top: 1px solid #008035;
	background-color:#008035;
}

.menu-cel li div{
	height:10px;
	width:4px;
	background-image:url(../img/arrows.jpg);
	float:left;
	margin: 8px 6px 0px 19px;
}

.menu-cel li:hover > div{
	background-position: -4px 0px;
}

.menu-cel li a{
	color: #fff;
	text-decoration: none;
}

.no-border-top{
	border-top:none !important;
}

.no-border-bottom{
	border-bottom:none !important;
}

.menu-principal{
	height:60px;
	margin:0 0 0 8px;
	border-left: 1px solid #008035;
	border-right: 1px solid #00b54e;
	/*width: 550px;*/
	padding: 0;
}

.menu-principal li{
	float:left;
	list-style: none;
	font: bold 15px corbel, Verdana, Geneva, sans-serif;	
	border-left: 1px solid #00b54e;
	border-right: 1px solid #008035;	
}

.menu-principal li:hover{
	cursor:pointer;
	background-color:#008035;
}

a{
	color: #fff;	
	text-decoration: none;
}

a:hover{
	color: #fff;	
	text-decoration: none;
}

.link-div{
	height:60px;
	padding: 20px 10px 0 10px;
}

.logo-menu-bar{
	width:900px;
	height: 60px;
	margin: auto;		
}

/*@media screen and (min-width:960px){		
	.container{
		max-width:960px;
	}
}*/

@media screen and (min-width:840px) and (max-width:960px){	
	.logo-menu-bar{
		width:771px !important;
	}
	
	.w-900{
		width:771px !important;
	}
}

@media screen and (max-width:840px){
	
	#left-menu-bar{
		display:none;
	}
	
	.link-div{
		padding: 20px 6px 0 6px;
	}
	
	.logo-menu-bar{
		width:771px;
		margin:auto;
	}
	
	.w-900{
		width:771px !important;
	}
}

@media screen and (max-width:768px){
	body{
		margin-top: 90px;
	}
	
	.container{
		max-width:100% !important;
	}
	
	section{
		border-right:none !important;
		border-left:none !important;
	}
	
	.margin-text{
		margin-right: initial !important;
		margin-left: initial !important;
	}
	
	.container-header{
		border-radius:0 !important;
	}
	
	select{
		width:100% !important;
	}
	
	.custom-select{
		border-radius:0 !important;
		border-right:none !important;
		border-left:none !important;
	}
	
	.hora{
		float:none !important;
		clear:both !important;
	}
	
	.container-header-admin{
		width:100% !important;
		margin:0 !important;
		border-radius:0 !important;
	}
	
	.no-padding-accordion{
	padding:0;
	}
	
	.no-margin{
		margin:0;
	}	
}

@media screen and (max-width:576px){
	
	#img_entrevista{
		max-width: 100% !important;
	}
}

section{
	background-color:#FFF;
	border-top:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	border-left:1px solid #b8b8b8;
	-ms-box-shadow: 0px 3px 6px #a3a3a3;
	-webkit-box-shadow: 0px 3px 6px #a3a3a3;
	-moz-box-shadow: 0px 3px 6px #a3a3a3;
	box-shadow: 0px 3px 6px #a3a3a3;
	color: #2e2e2e;
	padding-top: 7px;
	margin-bottom:15px;
}

h6{
	font-size:1.26rem;
	margin-bottom:3px;
	color:#000;
}

.gray-line{
	height:1px;
	background-color:#d7d7d7;
}

.clear{
	clear:both;
}

.nota-container{
	padding-bottom:5px;
	border-bottom:1px solid #d8d8d8;
	margin-bottom:15px;
}

.fecha-visto{
	padding-bottom:0px !important;
	margin-bottom:25px !important;
}

.m-t-20{
	margin-top:20px;
}

.m-r-10{
	margin-right:10px;
}

.ver-mas{
	color:#00a646;
	text-decoration:none;
	font-size: 1rem;
}

.ver-mas:hover{
	color:#008035;
	text-decoration:none;
	font-size: 1rem;
}

.font-mail{
	font-size: 20px;
	color: #333;
}

.vertical-align-initial{
	vertical-align:initial !important;
}

@media all and (-ms-high-contrast:none) { 
	*::-ms-backdrop, .vertical-align-initial{
		vertical-align:top !important;
	}
}

.img-fluid{
	box-shadow:0 0 3px #333333;
}

.badge-text{
	font-size:10px;
	font-weight:normal;
	margin-top:7px;
}

.container-header{
	border-radius:6px 6px 0 0;
	border-color:#008c3a;
	margin-bottom: 0px;
	background: #01803d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #00a646, #01c152); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #00a646, #01c152); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #00a646, #01c152); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(bottom, #00a646, #01c152); /* Explorer syntax */
    background: linear-gradient(bottom, #00a646, #01c152); /* Standard syntax */
}

.header-font-size{
	font-size: 1rem !important;
}

#currentid{
	visibility: hidden;
}

#currentfecha{
	visibility: hidden;
}

#preload{
	visibility:hidden;
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0, 0, 0, 0.8);
}

#preload img{
	width: 50px;
	height: 50px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
}

#img_entrevista{
	max-width: 60%;
}

.green-border{
	border:1px solid #008c3a;
}

.verMasNotas{
	text-align: center;
	margin-top:-20px;
}

.verMasNotas img{
	display: block;
	margin: auto;
	width: 50px;
}

.verMasNotas p{
	color: #a9a9a9;
	font-weight: bold;	
	margin-bottom:0px;
}

.d-none2{
	display:none;
}

#arriba{
	position:absolute;
	top:0;
}

.event-content{
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding: 10px;
}

.event-content p{
	margin:0;
}

.hora{
	float:right;
}

.h-60{
	height:60px;
}

#btn-close, #btn-menu{
	display:none;
}

#accordion{
	-ms-box-shadow: 0px 3px 6px #a3a3a3;
	-webkit-box-shadow: 0px 3px 6px #a3a3a3;
	-moz-box-shadow: 0px 3px 6px #a3a3a3;
	box-shadow: 0px 3px 6px #a3a3a3;
}

.card-header{
	padding:0 !important;
	background: #01803d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #00a646, #01c152); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #00a646, #01c152); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #00a646, #01c152); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(bottom, #00a646, #01c152); /* Explorer syntax */
    background: linear-gradient(bottom, #00a646, #01c152); /* Standard syntax */
}

.card-header h5 a{
	padding: .75rem 1.25rem;
}

.card-body{
	padding-bottom:0 !important;
}

.onlyimg{
	width: 100%;
	max-width: 100% !important;
}

.text-align-left{
	text-align:left;
	line-height:1.2;
}

.max-width-100{
	max-width:100% !important;
	text-align: center !important;
	margin: 0px !important;
}

.mini-text{
	font-size: 0.8em;
	color: gray;
}

.mini-text2{
	font-size: 0.8em;
	height:32px;
	color: gray;
}

.search-bar{
	height:30px;
	width:45%;
	background-color: #00a44f;
}

.search-bar-2{
	width:227px !important;
}

.search-bar input{
	height:20px;
	width:100%;
	margin-top: 5px;
	border: none;
	border-radius: 4px;
	font-size: 0.9em;
	padding: 0 10px 0 10px;
}

.sitemap-btn{
	padding: 4px 0 0 5px;
	height: 30px;
	width:99px;
	font-size: 0.85em;
}

.second-bar-container{
	width: 100%;
	position: absolute;
	z-index: 1001;
	top: 63px;
	margin: auto;
}

.w-900{
	width:900px;
	margin:auto;
}

.second-bar-inner{
	width:400px;
}

div[id^="content-txt-"] a{
	color:#060;
}

div[id^="content-txt-"] a:hover{
	color:#090;
}

.rt-btn-bigger{
	color:gray;
	margin-left:10px;
	font-size:20px;
}

.rt-btn-bigger:hover{
	color:gray;
}

.rt-btn-smaller{
	color:gray;
	margin-left:10px;
	font-size:20px;
}

.rt-btn-smaller:hover{
	color:gray;
}

.voice-btn{
	width:20px;
	height:23px;
	background:url(../img/voice-btn.png);
	margin: 5px 0 0 8px;
}

.visto-txt{
	margin-top:6px;
}

.sitemap a{
	color:#060;
}

.sitemap a:hover{
	color:#090;
}

.verMasIndex{
	text-align: center;
	cursor:pointer;
}

.verMasIndex img{
	display: block;
	margin: auto;
	width: 50px;
}

.verMasIndex p{
	color: #a9a9a9;
	font-weight: bold;	
	margin-bottom:0px;
}

.m-sutract{
	margin-top:-10px;
}