@font-face {
	font-family: museo;
	src:
		url("/ServiciosOL/javax.faces.resource/font/MuseoSans-300.woff.htm");
}

* {
	font-family: museo;
	font-size: 14px;
	font-weight: 400;
}

body {
	background-color: #D2D2D2;
	min-height: 100vh;
}

img {
	border: none;
}

.bg-banner {
	background: #2980b9;
}

.bg-oficial {
	background: #313945;
}

.bg-blue {
	background: #111c4e;
}

.bg-gray {
	background: #d2d2d2;
}

.text-oficial {
	color: #313945;
}

.text-blue {
	color: #111c4e;
}

.text-gray {
	color: #d2d2d2;
}

.text-menu {
	font-size: large !important;
	color: #111c4e !important;
}

.text-servicio {
	font-weight: bold;
	font-size: medium !important;
	color: #111c4e !important;
}

.text-subtitulo {
	text-decoration-line: underline;
	color: #111c4e;
}

.navbar {
	border-top: #007bff 3px solid;
	border-bottom: #007bff 3px solid;
	opacity: .7;
}

.ui-selectonemenu {
	width: 100% !important;
}

.ui-selectonemenu-label {
	width: 100% !important;
}

.padding {
	padding: 5rem !important
}

.form-control:focus {
	box-shadow: 10px 0px 0px 0px #ffffff !important;
	border-color: #4ca746
}

#layout {
	border-style: solid;
	border-width: 2px;
	border-color: #004F7D;
	background-color: #FFFFFF;
	/*width: 80%;*/
	width: 950px;
}

#cabecera {
	/*text-align: center;*/
	font-weight: bold;
	width: 100%;
}

#footer {
	background-color: #004F7D;
	color: #FFFFFF;
}

#institucion {
	font-size: 24px;
	color: #5BB759;
}

#sistema {
	font-size: 18px;
	color: #004F7D;
}

#content {
	width: 100%;
	min-height: 550px;
	overflow: auto;
	background-color: #FFFFFF;
	vertical-align: middle;
}

.contenedor {
	width: 100%;
	min-height: 550px;
	overflow: auto;
	background-color: #F2F2F2;
}

.tituloPantalla {
	font-weight: bold;
	font-size: 13px;
	width: auto;
	text-align: left;
	text-transform: uppercase;
}

.width100 {
	width: 100% !important;
}

.height100 {
	height: 100% !important;
}

/************************************************************************************************
************************ESTILO DE FORMULARIOS****************************************************
*************************************************************************************************/
.input-text-upper {
	text-transform: uppercase;
}

.input-text-readonly {
	background-color: #FFFAE2 !important;
	font-weight: bold;
}

.input-text-lookups {
	color: #004F7D !important;
	font-weight: bold;
}

.montoMayor {
	background-color: #fca752 !important;
	background-image: none !important;
	color: #000000 !important;
}

.msg {
	padding: 0.429em;
	margin: 0;
	display: inline-block;
	border: 0 none;
	color: #212121;
}

.msg-info {
	background-color: #ffe399;
}

.gridCard {
	text-align: left !important;
	margin: 0 auto !important;
}

.textLeft {
	text-align: left !important;
}

.border-bottom {
	border-bottom: 1px solid !important;
}

.panelOtrosServicios {
	padding: 20px !important;
	border-radius: 10px !important;
	text-align: center;
}

.iconImage {
	vertical-align: top;
	position: relative !important;
	width: 50px !important;
	padding-right: 10px;
	position: relative !important;
}

.iconMargin {
	margin-top: 10px;
}

.inlineLink {
	display: inline-block;
	width: 80%;
}

.bold {
	font-weight: bold;
}

.link {
	text-decoration: underline;
	color: #007bff !important;
}

.tittle {
	background-color: #313945;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 0px;
	margin-top: 3%;
	display: inline-block;
	padding: 6px 25px;
}

.list-group-item {
	border: none !important;
}

.noneMarginTop {
	margin-top: 0 !important;
}

.servicioPanel {
	width: 31%;
	display: inline-block !important;
	vertical-align: middle;
	margin: 1%;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.servicioPanel a {
	text-align: left;
}

.card .card-header {
	border-bottom: none;
	background-color: transparent;
}

.middleCard {
	border-left: 2px solid black !important;
	border-right: 2px solid black !important;
}

.leftBordered {
	border-left: 2px solid black !important;
}

.ui-wizard-step-title {
	border-radius: 10px 10px 0 0 !important;
	background-color: #313945 !important;
	color: white !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.ui-state-highlight {
	background-color: #2399e5 !important;
}

.textCentered {
	text-align: center;
}

.arrow_box {
	position: absolute;
	background: #d50000;
	border: 2px solid #bdbdbd;
	margin-left: 9px;
	color: white;
	padding: 0 5px;
	z-index: 100;
}

.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(213, 0, 0, 0);
	border-right-color: #d50000;
	border-width: 6px;
	margin-top: -6px;
}

.arrow_box:before {
	border-color: rgba(189, 189, 189, 0);
	border-right-color: #bdbdbd;
	border-width: 9px;
	margin-top: -9px;
}

footer {
	position: relative !important;
	width: 100%;
}

.noPadding {
	padding: 0 !important;
}

.upperText{
	text-transform: uppercase !important;
}

@media only screen and (max-width: 770px) {
	.panelOtrosServicios .ui-panelgrid-cell {
		width: 100% !important;
	}
}

@media only screen and (max-width:1199px) {
	.responsive1 {
		margin-top: 11px !important;
	}
}

@media only screen and (max-width:991px) {
	.servicioPanel {
		width: 48% !important;
	}
}

@media only screen and (max-width:767px) {
	.servicioPanel {
		width: 98% !important;
	}
	.responsive1 {
		margin-top: 0px !important;
	}
	.iconMargin {
		margin-top: 0px;
	}
}

@media only screen and (max-width:486px) {
	.iconMargin {
		margin-top: 10px;
	}
}

@media only screen and (max-width:405px) {
	.textLeft a, .textLeft button {
		display: block !important;
		width: 98% !important;
		position: relative !important;
		margin: 5px;
	}
}

@media only screen and (max-width:339px) {
}

.ui-inputgroup-addon {
	width: 45% !important;
}

.width80 {
	width: 80% !important;
}

.height100 {
	height: 100% !important;
}

.width55 {
	width: 55% !important;
}

.textRight{
	text-align: right;
}

.fieldsetContingencia legend {
	font-size: 16px;
	font-weight: bold;
	width: auto;
}

.museo{
    font-family: museo !important;
}