.EspacioAbajo {
	padding-bottom: 5px;
}

.txt {
	display: block;
	width: 100%;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #313131;
	background-color: #fff;
	background-image: none;
	border: 1px solid #a8a8a8;	
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 2px 2px #8f8f8f;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.Requerido {
	width: 1px;
	color: red;
}

.TextArea {
	height: 80px;
	width: 100%;
	border-radius: 5px !important;
}

.CentrarImagenLogin {
	text-align: center;
}

.btnGuardar {
	background-color: #0d3082 !important;
	color: white !important;
}

.btn-primary:hover {
	color: #fff !important;;
	background-color: #286090 !important;
	background: #286090 !important;
	border-color: #204d74 !important;
}

.btn-primaryGrid:hover {
	color: #fff !important;;
	background-color: #8fbf5d !important;
	background: #8fbf5d !important;
	border-color: #008040 !important;
}

.btn-primaryTable:hover {
	color: #fff !important;;
	background-color: #8fbf5d !important;
	background: #8fbf5d !important;
	border-color: #008040 !important;
}


@media ( min-width : 768px) {
	.TamanoCarousel {
		width: 60% !important;
	}
}

@media ( min-width : 1200px) {
	.TamanoCarousel {
		width: 60% !important;
	}
}

@media ( min-width : 992px) {
	.TamanoCarousel {
		width: 60% !important;
	}
}