.texto_cabecera {
	font-size: 12px;
	font-weight: bold;
}

.texto_titulos {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: solid 2px #dee2e6;
	border-radius: 4px;
}

.padding {
	position: fixed;
	height: 100%;
	width: 300px;
	z-index: 1;
	background-color: #235B4E;
	display: none;
}

.bordes_menu {
	border-top: 0 none;
	border-right: 0 none;
	border-bottom-color: #BC955C;
}

#listado_menu {
	margin-top: 100px;
}

#listado_menu>li>a {
	background-color: #235B4E;
	color: white;
	font-weight: bold;
}

#listado_menu>li>a:hover {
	background-color: #BC955C;
	color: black;
}

#btnIconoMenu {
	padding-top: 60px;
	position: fixed;
	margin-top: 25px;
	margin-left: 50px;
	z-index: 2;
	transition: ;
}

#btnIconoMenuX {
	padding-top: 60px;
	position: fixed;
	margin-top: 25px;
	margin-left: 50px;
	z-index: 2;
	display: none;
}

#btnforma,
#btnX {
	padding: 10px 10px 14px 10px;
	border-radius: 100px;
}

#btnX a:active {
	outline: none;
	border-color: none;
}

.sombra {
	box-shadow: 3px 3px 7px #999;
	border-radius: 5px;
}

.submenus {
	list-style: none;
	display: none;
	background-color: #235B4E;
	margin-left: -30px;
}

.submenus a {
	background-color: #DDC9A3;
	color: white;
	font-size: 14px;
	font-weight: bold;
	border-bottom-color: #BC955C;
}

.submenus a:hover {
	background-color: #BC955C;
	color: black;
}

.pagination {
	text-align: center;
}

.pagination a {
	border: 1px solid #98989A;
	color: #235B4E;
}

.pagination a:hover,
.digg a:active {
	border: 1px solid #98989A;
	background-color: #DDC9A3;
	color: #10312B;
}

.pagination a.current {
	border: 1px solid #98989A;
	background-color: red;
}

.pagination span.current {
	font-weight: bold;
	background-color: #235B4E;
	color: #BC955C;
}

.pagination span.disabled {
	border: 1px solid #EEE;
	background-color: #235B4E;
	color: #235B4E;
}

.oculto {
	display: none;
}

.deshabilitado {
	caret-color: transparent !important;
	background-color: #e9ecef;
	opacity: 1;
}

#mensaje_flash {
	margin-top: 20px;
	color: blue;
	border-bottom-color: blue;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.carousel-inner>.item.next,
	.carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
		color: blue;
	}

	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
		color: blue;
	}

	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #00b140;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=25);
	opacity: 5;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	filter: alpha(opacity=50);
	opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
	color: #BC955C;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	border: 1px solid #BC955C;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right .blue {
	right: 50%;
	margin-right: -10px;
	color: #BC955C;
}

.blue {
	color: blue;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
	color: #BC955C;
}

.carousel-control .icon-prev:before {
	content: "\2039";
}

.carousel-control .icon-next:before {
	content: "\203A";
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #BC955C;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #BC955C;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgb(24, 224, 40);
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.tipoReadonly {
	background-color: #e9ecef;
	pointer-events: none;
}