.footer-inner-link li a
{
	color: #5d6db5;
}
.prestador footer:parent
{
	width:100%;
}

.breadcrumb {
	height: 55px;
	border-top: 1px solid #ccc;
}
.breadcrumb ul {
    list-style: none;
    margin-left: -15px;
    margin-top: 0px;
}
.breadcrumb ul li {
	float: left;
	line-height: 55px;
	font-size: 1.2em;
	margin-right: 5px;
	color: #707070;
}
.breadcrumb ul li a {
	color: #707070;
	font-weight: default;
}
.breadcrumb ul li a:hover {
	text-decoration: underline;
}
.breadcrumb span {
	font-weight: bold;
	color: #29387c;
}
.login .container {
	padding-left: 0px;
    padding-right: 30px;
}
.ui-dialog {
	z-index: 999;
/*     top: -1100px !important; */
}
.ui-widget-overlay {
	height: 1600px;
}
.prestador footer {
	height: auto;
	margin-top: -50px;
}
.fixed-height {
	height: 132px !important;
}
.bg-gray-lighter-2 {
  background-color: #f3f3f3 !important;
}
.pagination-home {
	bottom: 20px !important;
}
.newSite {
  font-family: 'Lintel', Arial, Helvetica, sans-serif;
}
.newSite div {
  font-family: Lintel,Arial,Helvetica,sans-serif;
  font-size: 14px;
}
.newSite .login {
  margin: 10px 0;
/*   padding: 10px 25px; */
  border: 0px;
}
.newSite .login [class^="col-"],
.newSite .login [class*=" col-"] {
  padding-right: 0;
  text-align: left;
}
.newSite .login .col-xs-3 {
  width: 246px;
}
.newSite .login .col-xs-4 {
/*  width: 420px; */
/*   margin-left: -30px; */
	margin-bottom: 10px;
	margin-top: -2px;
	float: right;
}
.newSite .login .codIdenti .col-xs-2 {
  width: 24.666667%; 
  padding-right: 16px;
  margin-left: -15px;
}
.newSite .login label {
  color: #13276f;
  font-size: 14px;
}
.newSite .login a {
  font-size: 13px;
  border-radius: 4px;
}
.newSite .login .vcenter {
  margin-top: 15px;
}
.newSite .login input {
  font-size: 11.5px;
}
.newSite .login button {
  padding: 5px 16px;
}
.newSite #highlightCarousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-color: #4c4c4c;
}
.newSite #highlightCarousel .carousel-indicators li.active {
  background: #f47521;
  border-color: #f47521;
}
.newSite #highlightCarousel .carousel-caption {
  position: relative;
  text-shadow: none;
}
.newSite #highlightCarousel .carousel-caption.right {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 3% auto auto;
  width: 40%;
  text-align: right;
}
.newSite #highlightCarousel .carousel-caption.left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto auto 3%;
  width: 40%;
  text-align: left;
}
.newSite #highlightCarousel .carousel-caption h1,
.newSite #highlightCarousel .carousel-caption h2,
.newSite #highlightCarousel .carousel-caption h3 {
  font-weight: normal;
}
.newSite #highlightCarousel .carousel-caption .titleText {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.newSite #highlightCarousel .carousel-caption .textContent {
  font-size: 18px;
}
.newSite .homeRotate {
  position: relative;
  padding: 20px 35px;
  overflow: hidden;
}
.newSite .homeRotate .owl-item {
  display: inline-block;
  vertical-align: top;
  max-width: 195px;
  margin: 0 15px;
}

.newSite .homeRotate .owl-item h5 {
  height: 30px;
}

.newSite .homeRotate .owl-item p {
  height: 80px;
}

.newSite .homeRotate .owl-buttons .owl-prev,
.newSite .homeRotate .owl-buttons .owl-next {
  position: absolute;
  top: 5%;
  background: #f3f3f3;
  width: 25px;
  height: 100%;
  cursor: pointer;
  text-indent: -9999px;
  text-transform: capitalize;
  color: transparent;
  zoom: 1;
}
.newSite .homeRotate .owl-buttons .owl-prev:before,
.newSite .homeRotate .owl-buttons .owl-next:before,
.newSite .homeRotate .owl-buttons .owl-prev:after,
.newSite .homeRotate .owl-buttons .owl-next:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.newSite .homeRotate .owl-buttons .owl-prev {
  left: 0;
}
.newSite .homeRotate .owl-buttons .owl-prev:before {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f47521;
}
.newSite .homeRotate .owl-buttons .owl-prev:after {
  width: 0;
  height: 0;
  right: -5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f3f3f3;
}
.newSite .homeRotate .owl-buttons .owl-next {
  right: 0;
}
.newSite .homeRotate .owl-buttons .owl-next:before {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f47521;
}
.newSite .homeRotate .owl-buttons .owl-next:after {
  width: 0;
  height: 0;
  left: -5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f3f3f3;
}
.newSite .homeRotate .owl-pagination {
  margin-top: 20px;
  text-align: center;
}
.newSite .homeRotate .owl-pagination .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.newSite .homeRotate .owl-pagination .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  border-radius: 20px;
  background-clip: padding-box;
  background: #f3f3f3;
  border: 1px solid #4c4c4c;
}
.newSite .homeRotate .owl-pagination .owl-page.active span,
.newSite .homeRotate .owl-pagination .owl-page:hover span {
  background: #f47521;
  border: 1px solid #f47521;
}
.newSite .homeRotate .owl-wrapper-outer {
  overflow: hidden;
}
.newSite.with3 .homeRotate {
  padding: 20px 135px;
}
.newSite hr {
  margin: -10px 0 15px;
  border-top: 1px solid #b0b0b0;
}
.newSite small {
  font-size: 75%;
}
.container {
  width: 980px;
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100;White+3D */
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6-15 */
  /* Chrome4-9,Safari4-5 */
  /* Chrome10-25,Safari5.1-6 */
  /* Opera 11.10-11.50 */
  /* IE10 preview */
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-8 */
}

.newSite .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4c4c4c;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.newSite .newSite .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.newSite .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.newSite .form-control:-ms-input-placeholder {
  color: #999;
}
.newSite .form-control::-webkit-input-placeholder {
  color: #999;
}
.newSite .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.newSite .form-control[disabled],
.newSite .form-control[readonly],
fieldset[disabled] .newSite .form-control {
  background-color: #707070;
  opacity: 1;
}
.newSite .form-control[disabled],
fieldset[disabled] .newSite .form-control {
  cursor: not-allowed;
}
textarea.newSite .form-control {
  height: auto;
}