html {
	height: 100%;
	font-family: 'arquitecta_stdregular', sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	font-size: 19px;
	font-weight: normal;
}
body {
  height: 100%;
	font-family: 'arquitecta_stdregular', sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	font-size: 19px;
	font-weight: normal;
}
.bckg-panel {
	background-image: url(https://www.avisbudget.com.ar/abg/img/bkgs/Apex1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.hiddentable {
	visibility:hidden;
	display:none;
}

a {
	color: #D4002A;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #9F0020;
	text-decoration: underline;
}
a:focus {
  outline: none;
  outline-offset: noone;
}



h1, h2, h3, h4, h5, h6 {
	font-family: 'arquitecta_stdlight', sans-serif;
	font-weight: lighter;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
}

h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 29px;
}
h4 {
  font-size: 22px;
}

h5 {
  font-family: 'arquitecta_stdbold', sans-serif;
  font-weight: bold;
  font-size: 19px;
}
h6 {
  font-family: 'arquitecta_stdbold', sans-serif;
  font-weight: bold;
  font-size: 16px;
}



hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

  .table td,
  .table th {
	background-color: transparent !important;
  }


/*BOTONES*/

.btn {
	font-size: 19px;	
	border-radius: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	outline: none !important;
}

.btn-primary-avis,
.btn-primary-avis:visited {
	color: #fff;
	background-color: #D4002A;
	border-top-color: #BF0026;
	border-right-color: #BF0026;
	border-bottom-color: #BF0026;
	border-left-color: #BF0026;
}

.btn-primary-avis:hover,
.btn-primary-avis:focus,
.btn-primary-avis:active {
	color: #fff;
	background-color: #9F0020;
	border-color: #9F0020;
}

.btn-primary-avis:focus,
.btn-primary-avis.focus {
	color: #fff;
	background-color: #9F0020;
	border-color: #9F0020;
}


.btn-danger {
	color: #fff;
	background-color: #D4002A;
	border-top-color: #BF0026;
	border-right-color: #BF0026;
	border-bottom-color: #BF0026;
	border-left-color: #BF0026;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #9F0020;
	border-color: #9F0020;
}
.btn-danger:hover {
	color: #fff;
	background-color: #9F0020;
	border-color: #9F0020;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #790018;
	border-color: #790018;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #790018;
	border-color: #790018;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #CCCCCC;
	border-color: #999999;
	color: #666;
}
.btn-danger .badge {
  color: #D4002A;
  background-color: #fff;
}

.breadcrumb li {
	font-family: 'arquitecta_stdlight', sans-serif;
	font-weight: lighter;
}


.breadcrumb > li {
  font-family: 'arquitecta_stdlight', sans-serif;
 font-weight: lighter;
 font-size: 16px;

}

.breadcrumb > .active {
  color: #D4002A;
}


.container-fluid-home {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
}
@media (min-width: 992px) {
 .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
}
@media (min-width: 1200px) {
.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}
}

.col-centered {
 float: none;
 margin: 0 auto;
}

a.avis-btn-site {
	background: #d4002a;
	color: #fff;
	border: 0;
	font-size: 19px;
	border-radius: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	display: inline-block;
}

a.avis-btn-site:hover  {
	opacity: 0.8;
	text-decoration: none;
}

/* ===== WRAPPER ===== */


.wrapper {
	min-height: 100%;
	height: auto !important; /* for older versions of IE */
	height: 100%;
	margin-bottom: -347px; /* showing the footer */
	padding-top: 100px;
	padding-bottom: 347px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 100px;
  }
}

/* ===== Navbar ===== */
  
.navbar {
    border-radius: 0px;
  }
  
.dropdown-menu {
  font-size: 19px;
  background-color: #EEEEEE;
  border: 1px solid #D6D6D6;
  border-top-color: #EEEEEE;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  }
  
.dropdown-menu > li > a {
	color: #515151;
	padding: 10px 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #d4002a;
	background-color: #FFFFFF;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #515151;
}

.dropdown-menu > li.perfil {
	padding: 10px 20px;
}

@media (max-width: 767px) {
	
  .navbar-nav .open .dropdown-menu {
	background-color: #FFF;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
   padding: 10px 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
}
	

.navbar-brand  {
	height: 40px;
	width: 135px;
  	padding: 15px 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	
}
a.navbar-brand  {
	background-image: url(../img/avis_logo_red@2x.png);
	background-repeat: no-repeat;
	outline: none;
}

  
/* ===== Navbar AVIS ===== */  
.navbar-default {
	border: none;
	z-index: 9999;
	background-image: linear-gradient(to top, #cccccc, #d4d4d4, #dddddd, #e5e5e5, #eeeeee);
}
.navbar-default .navbar-brand {
	color: #515151;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #515151;
	background-color: transparent;
}
.navbar-default .navbar-text {
  color: #515151;
}
.navbar-default .navbar-nav > li > a {
  color: #515151;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #d4002a;
	background-color: #FFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #d4002a;
	background-color: #FFFFFF;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #515151;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #515151;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #d4002a;
	background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #515151;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #FFF;
	background-color: #d4002a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #d4002a;
	background-color: #FFFFFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #515151;
}
.navbar-default .navbar-link:hover {
	color: #d4002a;
}
.navbar-default .btn-link {
  color: #515151;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #d4002a;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* ===== FIN Navbar AVIS ===== */  

.navbar-inverse {
	border: none;
	z-index: 9999;
	background-image: linear-gradient(to top, #cccccc, #d4d4d4, #dddddd, #e5e5e5, #eeeeee);
}

.navbar-inverse li{
	font-family: 'arquitecta_stdlight', sans-serif;
	font-weight: lighter;
	font-size: 18px;
	color: #515151;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #d4002a;
}
.navbar-inverse .navbar-nav > li > a {
	color: #515151;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background-color: #FFFFFF;
	color: #d4002a;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #d4002a;
  border-bottom-color: #d4002a;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
	border-top-color: #d4002a;
	border-bottom-color: #d4002a;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #EEEEEE;
	color: #d4002a;
}

 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #515151;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #515151;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #d4002a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #d4002a;
  }
 
 .navbar-inverse  .navbar-toggle {
	border-color: #515151;
}
 .navbar-inverse t .navbar-toggle:hover,
 .navbar-inverse  .navbar-toggle:focus {
	background-color: #FFF;
}
 .navbar-inverse  .navbar-toggle .icon-bar {
	background-color: #515151;
}
  .navbar-inverse .navbar-nav .dropdown-menu  {
	background-color: #d7d7d7;
  }


/* ===== navbar-collapse AVIS ===== */  

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	border-top-style: none;
	padding-top: 15px;
	float: right;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}


@media (max-width: 767px) {
	
.navbar-collapse {
	width: 105% !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	float: left;
	overflow-x: hidden;
}


   .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #515151;
  }
  .navbar-inverse .navbar-nav .dropdown-menu  {
	background-color: #d7d7d7;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #d4002a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #d4002a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #d4002a;
  }
 
}




/* ===== Showcase ===== */

#wrap {
	height: 480px;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg3.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg3.jpg', sizingMethod='scale')";
	background-position: center;
	border-bottom: 1px solid #eee;
	color: #fff;
}
#wrap h1 {
	margin-top: 70px;
	margin-left: 70px;
	text-shadow: 1px 1px 3px #666;
	filter: Shadow(Color=#666666, Direction=45, Strength=3);
}
.showcase {
	position: relative;
	width: 438px;
	margin: 0 auto;
}
.iMac {
	background: url(../img/iMac.png);
	height: 300px;
	width: 351px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 60px;
	-webkit-animation-duration: 1s;
	-moz-animation-delay: 1s;
}
.iPad {
	background: url(../img/iPad.png);
	height: 228px;
	width: 174px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 138px;
	left: -50px;
	-webkit-animation-duration: 1.3s;
	-moz-animation-delay: 1.3s;
}
.iPhone {
	background: url(../img/iPhone.png);
	height: 152px;
	width: 56px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 208px;
	left: 70px;
	-webkit-animation-duration: 1.6s;
	-moz-animation-delay: 1.6s;
}
.list {
	margin: 50px 0 50px 50px;
}
.list ul {
	padding: 0;
}
.list i {
	font-size: 29px;
}
.list li {
	list-style-type: none;
	margin: 10px 0;
}
.list span.li-bg {
	background: rgba(0, 0, 0, 0.25);
	padding: 5px 10px;
}
.list span {
	font-size: 28px;
	margin-left: 20px;
	
}
.first {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
}
.second {
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
}
.third {
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
}
.fourth {
	-webkit-animation-duration: 1.9s;
	-moz-animation-duration: 1.9s;
}

/* ===== Services ===== */

.services ul {
	padding: 0;
}
.services li,
.services li:hover li,
.services li:hover {
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
}
.services li {
	list-style-type: none;
	float: left;
	background: #eee;
	padding: 20px;
	margin-right: 1px;
	text-align: center;
	color: #515151;
	width: 227px;
	height: 100px;
}
.services li p {
	overflow: hidden;
	white-space: nowrap;
}
.services li p a {
	visibility: hidden;
}
.services ul:hover li{
   width: 201px;
}
.services li:hover {
	width: 328px!important;
	background: #d4002a;
	cursor: pointer;
	color: #FFF;
	text-align: left;
}
.services li:hover i {
	float: left;
	line-height: 60px;
	margin: 0 20px 0 5px;
}
.services li:hover p a {
	visibility: visible;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	
}

/* ===== Profiles ===== */

/* Avatar */

.avatar {
	position: relative;
}
.avatar-bubble,
.avatar:hover .avatar-bubble {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.avatar-bubble {
	position: absolute;
	bottom: 11px;
	left: 11px;
	right: 11px;
	width: inherit;
	padding: 15px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	
	opacity: 0;
}
.avatar:hover .avatar-bubble {
	opacity: 1;
}
.avatar-bubble a {
	display: block;
	color: #eee;
}
.avatar-bubble a:hover {
	text-decoration: none;
	color: #fff;
}

/* Profile menu */

.user-menu > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.user-menu > ul > li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.user-menu > ul > li:last-child {
	border-bottom: 0;
}
.user-menu > ul > li > a {
	display: block;
	padding: 10px;
	color: #515151;
}
.user-menu > ul > li > a:hover {
	text-decoration: none;
	background-color: #e2e2e2;
	color: #515151;
}
.user-menu > ul > li > a.active {
	background: #f5f5f5;
}
.user-menu > ul > li > a > i.sign {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding-top: 4px;

}
.user-menu > ul > li > a > i.fa-chevron-right {
	color: #FFFFFF;
	display: none;
}
.user-menu > ul > li > a:hover > i.fa-chevron-right {
	display: inline-block;
}
.user-menu > ul > li > a.active:hover > i.fa-chevron-right {
	display: none;
}

/* User status */

.user-status {
	margin-bottom: 20px;
}
.user-status > p > a {
	color: #333;
}
.user-status .input-group{
	padding: 5px;
	background: #f5f5f5;
}

/* Modal window */

.modal-content {
	border-radius: 0;
}
.modal-header {
	background: #f5f5f5;
}
.modal-header > img, 
.message-answer > img {
	height: 50px;
	width: 50px;
	margin: 0 15px 15px 0;
	float: left;
	overflow: hidden;
}

/* User Stats and Gallery */

.block-inverse {
	border-radius: 5px;
	border: 1px solid #eee;
}
.block-inverse > .head-inverse {
	background: #F5F5F5;
	padding: 10px;
	border-bottom: 1px solid #EEE;
}
.block-inverse > .body-inverse {
	padding: 10px;
}
.user-gallery img {
	height: 60px;
	width: 60px;
	background: #FFF;
	border: 1px solid #dedede;
	border-radius: 60px;
	padding: 3px;
	margin: 5px;
}
.user-gallery img:hover {
    border-color: #999;
}
	

/* ===== Blog ===== */

.blog-summary {
	position: relative;
	margin-bottom: 40px;
	display: block;
}
.blog-summary > h4 {
	line-height: 22px;
}
.blog-text {
	padding-top: 0px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
}
.blog-img {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 10px;
	width: 350px;
}
.new-story:after {
	content: "NEW!";
	font-size: 15px;
	color: #FFF;
	background: #f1c40f;
	padding: 3px 4px;
	margin-left: 5px;
	vertical-align: super;
}
.recent-blogs ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.recent-blogs ul li {
	padding: 7px 0;
	border-bottom: 1px dotted #ddd;
}
.recent-blogs ul li:last-child {
	border-bottom: 0;
}
.blog-months ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 50%;
	border-right: 1px solid #FFF;
}
.blog-months ul li .badge {
	background: #FFF;
	color: #666;
	border: 1px solid #ddd;
}
.new-comment {
	padding: 20px 10px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	margin: 20px 0;
}
.new-comment:hover {
	border-bottom-style: solid;
}
.new-comment img {
	max-height: 64px;
	width: auto;
	float: right;
}
.comment {
	margin: 10px 0;
	border-bottom: 1px dotted #ddd;
}
.timeline-block .blog-img { /* Making images smalled for timeline page */
	width: 250px;
}

/* ===== Blog Timeline ===== */

.timeline-block {
	border-left: 3px solid #eee;
	padding-left: 20px;
	margin-left: 100px;
}

@media (max-width: 768px) { /* for xs devices */
	.timeline-block {
		width: 60%;
		float: right;
	
}
}
.timeline-block time.timestamp {
	position: absolute;
	top: 0px;
	left: -83px;
	padding: 5px 6px;
	font-style: italic;
	color: #999;
}
.timeline-block time.timestamp:before {
	display: block;
	font-family: FontAwesome;
	content: "\f073";
	font-style: normal;
	font-size: 16px;
	margin-left: 10px;
}
.timeline-block time.timestamp:after {
	content: "";
	height: 20px;
	width: 20px;
	border: 3px solid #DDD;
	border-radius: 26px;
	margin-left: 16px;
	background: #FFF;
	margin-top: 0px;
	position: absolute;
	top: 0px;
}

/* ===== About Us block ===== */

img.img-about {
	width: 40%;
	padding: 10px;
	border: 1px solid #eee;
	float: left;
	margin: 0 20px 20px 0;
}

/* ===== Media objects ===== */

.media-object {
  height: 64px;
  width: 64px;
}
.media-heading a{
  color: #333;
}
.media-heading a:hover{
  color: #333;
  text-decoration: none;
}
.read-more {
	float:right;
	margin-top: 10px;
}

/* ===== Servicios ===== */

.thumbnail {
	position: relative;
}

.thumbnailAjuste {
	min-height: 370px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D8;
	margin-bottom: 10px;
}

.thumbnailAjuste-oferta {
	min-height: 400px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D8;
	margin-bottom: 10px;
}


.thumbnail h4 {
	color: #d4002a;
}

.thumbnail h3 {
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
}

.thumbnail p {
	padding-top: 0px;
}

.thumbnail .visit {
	position: absolute;
	opacity: 0;
	width: 100%;
	text-align: center;
	top: 75px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	left: 1px;
}

.thumbnail:hover .visit {
	opacity: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.thumbnail .visit a {
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: #d4002a;
	background-position: 212;
}
.thumbnail .visit a:hover {
	color: #FFF;
	text-decoration: none;
}


/* ===== Steps ===== */

.step {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.step i {
	color: #dedede;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step h4 {
	text-transform: uppercase;
}
.step .arrow {
	position: absolute;
	top: 0;
	right: -10%;
    color: #dedede;
    font-size: 100px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step:hover i {
	color: #FFA973;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step:hover .arrow {
	color: #99E0FF;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}

/* ===== About Us ===== */

.about-icon {
	font-size: 52px;
	float: left;
	margin: 15px 15px 0 0;
	color: #81D685;
}
.about-p {
	overflow: hidden;
	line-height: 22px;
}
.about-btn {
	margin-top: 50px;
	text-align: center;
}

/* ===== Team ===== */
.member-left {
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #eee;
}
.member-right {
	text-align: right;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #eee;
}
.team img,
.team img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.team .member-left img{
	float: left;
	margin-right: 50px;
}
.team .member-right img{
	float: right;
	margin-left: 50px;
}
.team .position {
	color: #ccc;
}
.team p {
	overflow: hidden;
}

/* ===== 404 error page ===== */

.not-found {
	background: #eee;
    background-image: url(../img/falling-leafs.png), -webkit-linear-gradient(top, #eee, #fff);
    background-image: url(../img/falling-leafs.png), -moz-linear-gradient(top, #eee, #fff);
}
.not-found .digits {
	color: #999;
	font-size: 250px;
	font-weight: bold;
	text-align: center;
}
.not-found .digits i {
	font-size: 200px;
	margin: 0 10px;
}
.not-found h1 {
	text-align: center;
	color: #666;
}
.not-found h2 {
	text-align: center;
	color: #999;
}
.not-found form {
	text-align: center;
	margin: 30px 0;
}

/* ===== Contact Us ===== */

.map {
	overflow: hidden;
}

/* ===== Pricing ===== */

.pricing .item {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.pricing .item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	margin-top: -10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.pricing .head {
	background: #d4002a;
	padding: 30px 10px 10px;
	position: relative;
	border-radius: 3px;
	margin-bottom: 50px;
}
.pricing .head h4 {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
.pricing .head .arrow {
	position: absolute;
	height: 30px;
	width: 100%;
	border-top: 30px solid #d4002a;
	border-right: 120px solid white;
	border-left: 120px solid white;
	bottom: -30px;
	left: 0;
}
.pricing .sceleton {
	text-align: center;
}
.pricing .sceleton h5 {
	font-size: 30px;
}
.pricing .sceleton span {
	font-size: 24px;
}
.pricing .sceleton ul {
	margin: 0 0 10px;
	padding: 0;
}
.pricing .sceleton li {
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.pricing .sceleton li:hover {
	border-top: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
}

/* ===== FAQs ===== */

.faq-cats ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
}
.faq-cats ul li:first-child {
	margin: 0 0 15px 0;
}
.faq-cats ul li {
	margin: 15px 0 15px 0;
}
.faq-cats ul li i{
	vertical-align: middle;
	margin-right: 15px;
	color: #bbb;
}
.faq-cats ul li:hover i{
	color: #00B4FF;
}

/* ===== Gallery ===== */

.gallery-list > li:first-child {
	padding-left: 5px !important;
}
.gallery-list-bubbles > li {
	margin-bottom: 10px;
}
.gallery-list > li  .gallery-thumbnail {
	height: 120px;
	overflow: hidden;
	display: block;
}
@media (min-width: 992px) and (max-width: 1199px) { /* for md devices */
	.gallery-list > li .gallery-thumbnail {
		max-height: 155px;
	}
}
@media (min-width: 768px) and (max-width: 991px) { /* for sm devices */
	.gallery-list > li .gallery-thumbnail {
		max-height: 160px;
	}
}
@media (max-width: 767px) { /* for xs devices */
	.gallery-list > li .gallery-thumbnail {
		max-height: 220px;
	}
}
.gallery-list > li  > a {
	color: #333;
}
.gallery-list > li  > a:hover {
	text-decoration: none;
}
.gallery-text {
	display: block;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #515151;
}
.gallery-text > .gallery-title {
	font-size: 18px;
	display: block;
	font-weight: 700;
	color: #515151;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}
.gallery-text > .gallery-subtitle {
	font-size: 15px;
	display: block;
	font-weight: 700;
	color: #d4002a;
	padding-right: 0;
	padding-left: 0;
}

.gallery-list > li:hover .gallery-text {
	background-color: #DCDCDC;
}
.gallery-bubble {
	display: block;
	position: absolute;
	color: #FFF;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	margin: 0;
	left: 5px;
	right: 5px;
	bottom: 0;
	opacity: 0;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
}
.gallery-list > li:hover .gallery-bubble {
	opacity: 1;
}

/* ===== Gallery Item ===== */

.gallery-show {
}
.gallery-show .carousel-inner > .item > img,
.gallery-show .carousel-inner > .item > a > img {
	margin: 0 auto;
}

.gallery-item-icons {
	font-size: 24px;
	color: #444;
}
.gallery-list-small li {
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
.gallery-list-small > li:first-child {
	padding-left: 5px !important;
}

/* Showcase controls */

a.carousel-arrow  {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -25px;
	height: 50px;
	width: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: x-large;
	font-family: 'arquitecta_stdbold', sans-serif;
	font-weight: bold;
	line-height: 50px;
	cursor: pointer;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}
a.carousel-arrow:hover,
a.carousel-arrow:active {
	text-decoration: none;
}
.gallery-show:hover .carousel-arrow  {
	background-color: #d4002a;
	opacity: 0.5;
}
a.carousel-arrow-prev {
	left: 0;
	right: auto;
	padding-right: 5px;
}
a.carousel-arrow-next {
	right: 0;
	left: auto;
	padding-left: 5px;
}

/* FOOTER */

footer {
	font-family: 'arquitecta_stdlight', sans-serif;
	font-weight: lighter;
	margin-top: 60px;
	padding: 20px 0;
	color: #FFFFFF;
	background-color: #D7D7D7;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat;
}
footer a {
	color: #FFFFFF;
}
footer a:hover {
	text-decoration: none;
	color: #d4002a;
}
footer .headline {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
footer .headline {
	text-transform: uppercase;
	font-size: large;
	color: #FFFFFF;
}

footer ul {
	padding: 0px;	
	}
	
footer ul li {
		list-style:none;	
	}

/*sitemap*/

#sitemap a {
	color: #515151;
}
#sitemap a:hover {
	text-decoration: none;
	color: #d4002a;
}
#sitemap .headline {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #515151;
}
#sitemap .headline {
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'arquitecta_stdregular', sans-serif;
	color: #d4002a;
}

#sitemap ul {
	padding: 0px;
	margin-left: 30px;	
	}
#sitemap ul li {
	list-style-type: disc;
	
	}
#sitemap ul li ul li{
	list-style-type: square;
	margin-left: 20px;
	color: #515151;
	}

a.datalink:hover {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}


/* LEGAL*/

.legal {
	background-color: #444444;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFF;
	font-family: 'arquitecta_stdlight', sans-serif;
	font-weight: lighter;
}

.social ul {
    margin: 0;
	padding: 0;
}
.social li {
	float: left;
	display: block;
	list-style-type: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}

.social li a {
	color: #FFFFFF;
}
.social li:hover a {
	color: #d4002a;
}
.social li a, .social li:hover a {
    transition: color 0.1s;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
}

@media (max-width: 767px) { /* for xs devices */
.social ul {
	float: left;
	padding-top: 15px;
}

}

/* Login Header*/

li.account {
	padding: 10px 20px;
	overflow: hidden;
	min-width: 350px;
}
li.account .avatar {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 20px 0 0;
	background: url(../img/face1.jpg);
	background-size: cover;
	background-position: center;
}
li.account p{
	overflow: hidden;
	font-size: 15px;
	text-transform: none;
	word-wrap: break-word;
}

/* ===== Registration form popover ===== */

.signup .popover {
	min-width: 200px;
}

/* ===== Site search ===== */

.navbar-nav li#search {
	background: #00B4FF;
	background: linear-gradient(top, #00B4FF, #009DE0);
	background: -webkit-linear-gradient(top, #00B4FF, #009DE0);
	background: -moz-linear-gradient(top, #00B4FF, #009DE0);
	position: relative;
}
.navbar-nav li#search .search-box {
	position: absolute;
	right: 0;
	bottom: -70px;
	width: 250px;
	padding: 10px;
	background: #515151;
	background: rgba(0, 0, 0, 0.65);
	display: none;
}
.navbar-nav li#search i.margin-2 {
	margin-left: 2px;
}

/* ===== Pagination ===== */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #428bca;
  border-color: #428bca;
}

/* Helper Classes */

.top-zero {
	margin-top: 0!important;
}
.spacerH {
	margin-left: 10px;
}
.ui-icon {
	color: #666;
}
.tab-1 {
	margin-right: 15px;
}
.tab-2 {
	margin-right: 30px;
}
.tab-3 {
	margin-right: 45px;
}
.tab-3 {
	margin-right: 60px;
}

.margin-top-15 {
	padding-top: 15px;
	}
.margin-bottom-xs {
	margin-bottom: 0;
}
@media (max-width: 768px) { /* Adjusting for mobile */
	.margin-bottom-xs {
	  margin-bottom: 15px;
	}
}

.margin-bottom--15 {
	margin-bottom: -15px;
}


/* TEXTS */

.text-light {
	font-family: 'arquitecta_stdlight', sans-serif;
	font-weight: lighter;	
	}

<!--ELIMINAR-->
.text-11px { 
	font-family: 'arquitecta_stdregular', sans-serif;
	font-weight: normal;
}
.text_11px_light {
	font-family: 'arquitecta_stdlight', sans-serif;
	font-weight: lighter;	
}

.text-14 {
	font-size: 20px;
}
.text-16 {
	font-size: 22px;
}
<!--ELIMINAR-->

.text-normal {
	font-family: 'arquitecta_stdregular', sans-serif;
	font-weight: normal;
}
.text-bold {
	font-family: 'arquitecta_stdbold', sans-serif;
	font-weight: bold;
}
.text-mini {
	font-size: 16px;
}

.text-mini-red {
	font-size: 16px;
	color: #A90023;
}

.text-muted {
	color: #999;
}

.text-muted a {
	color: #999;
	text-decoration: none;
}
.text-muted a:hover {
	text-decoration: underline;
}
.text-green {
	color: #72a53b;
}
.text-blueBudget {
	color: #00285f;
}
.text-blue {
	color: #004276;
}

.text-red {
	color: #d4002a;
}
.text-dark-red {
	color: #91001D;
}
.text-turquoise {
	color: #1ABC9C;
}
.text-amethyst {
	color: #9B59B6;
}
.text-dark-orange {
	color: #ed5505;
}
.text-orange {
	color: #f78b00;
}

.text-yellow {
	color: #f1ce05;
}

.text-darkRed {
	color: #A90023;
}

.text-black {
	color: #000;
}

.text-grey {
	color: #515151;
}

.text-white {
	color: #FFFFFF;
}

.text-center {
	text-align: center !important;
	}

.titleAside {
	font-family: 'arquitecta_stdlight', sans-serif;
	font-weight: lighter;
	font-size: large;
	text-transform: uppercase;
	color: #515151;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d4002a;
}


.lead {
  font-family: 'arquitecta_stdlight', sans-serif;
  ont-weight: lighter;
  font-size: 21px;
  color: #d4002a;
}

.lead-grey {
	font-family: 'arquitecta_stdlight', sans-serif;
	ont-weight: lighter;
	font-size: 21px;
	color: #515151;
}


@media (min-width: 768px) {
  .lead {
    font-size: 23px;
  }
  .lead-grey {
  font-size: 23px;
}

}


.title-h5 {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: d4002a;
}	
.text_exclamacion_descado {
	margin-top: 35px;
	padding-bottom: 20px;
	text-transform: uppercase;
	display: block;
	color: #515151;
	font-size: 19px;
}

.remate {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d7d7d7;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
	padding-bottom: 10px;
}


/* Background colors */

.bg-black {
	background-color: #000000;
}

.bg-white {
	background-color: #ffffff;
}

.bg-green {
	background-color: #72a53b;
}
.bg-blue {
	background-color: #00285f;
}
.bg-red {
	background-color: #d4002a;
}
.bg-dark-red {
	background-color: #91001D;
}
.bg-turquoise {
	background-color: #1ABC9C;
}
.bg-amethyst {
	background-color: #9B59B6;
}
.bg-dark-orange {
	background-color: #ed5505;
}
.bg-orange {
	background-color: #f78b00;
}

.bg-yellow {
	background-color: #f1ce05;
}
.bg-muted {
	background-color: #999;
}
.bg-grey {
	background-color: #515151;
}
.bg-chalk {
	background-color: #E8E8E8;
}

.bg-lighter {
	background-color: #F8F8F8;
}

.bg-lightblue {
	background-color: #DDF7FF;
}

.bg-chalk2 {
	background-color: rgba(255,255,255,.4);
	}


/* ===== Scroll to Top ===== */

.scrolltotop {
	height: 48px;
	width: 48px;
	border-color: #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #999;
	color: rgba(0, 0, 0, 0.3);
	font-size: 19px;
	line-height: 48px;
	border-radius: 3px;
	text-align: center;
}

.navbar-inverse .navbar-toggle {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* ===== Responsive CSS ===== */


@media (max-width: 1200px) { /* Adjusting for large devices */
	
	/* Pricing page arrows */
	
	.pricing .head .arrow {
	border-right-width: 95px;
	border-left-width: 95px;
	}
	
	/* Services */

	.services li {
		width: 187px;
	}
	.services ul:hover li{
	   width: 171px;
	}
	.services li:hover {
	   width: 250px!important;
	}
}
@media (max-width: 992px) { /* Adjusting for small devices */
	
	/* Pricing page arrows */
	
	.pricing .head .arrow {
	border-right-width: 68px;
	border-left-width: 68px;
	border-top-width: 20px;
	}
	
	/* Services */

	.services li {
		width: 143px;
	}
	.services ul:hover li{
	   width: 128px;
	}
	.services li:hover {
	   width: 200px!important;
	}
}
@media (max-width: 768px) { /* Adjusting for mobile */

	/* Index page background */
	
	#wrap h1 {
		font-size: 32px;
		margin: 70px 0 0 0;
		text-align: center;
		
	}
	.list {
		margin: 50px 0;
	}
	.list i {
		font-size: 24px;
	}
	.list li {
		margin: 20px 0;
	}
	.list span {
		font-size: 20px;
		
	}
	
	/* Steps */

	.step {
		text-align: left;
		width: auto;
		margin: 0 0 15px 0;
	}
	.step i {
		float: left;
		margin-right: 15px;
	}
	.step .arrow {
		display: none;
	}
	.step a.sbtn {
		margin-left: 65px;
	}
	
	/* Registration form popover */
	
	.signup .popover {
		display: none;
	}
	
	/* 404 */
	
	.not-found .digits {
		font-size: 140px;
	}
	.not-found .digits i {
		font-size: 100px;
	}
	.not-found h1 {
		font-size: 30px;
		line-height: 42px;
	}
	.not-found h2 {
		font-size: 18px;
	}
	
	/* ===== Pricing ===== */

.pricing .item {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.pricing .item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	margin-top: -10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.pricing .head {
	position: relative;
	border-radius: 3px;
	margin-bottom: 20px;
	background-color: #d4002a;
	padding: 10px;
}
.pricing .head h4 {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}
.pricing .head .arrow {
	position: absolute;
	height: 30px;
	width: 100%;
	border-top: 30px solid #d4002a;
	border-right: 120px solid white;
	border-left: 120px solid white;
	bottom: -30px;
	left: 0;
}
.pricing .sceleton {
	text-align: center;
}
.pricing .sceleton h5 {
	font-size: 30px;
	font-weight: 700;
}
.pricing .sceleton span {
	font-size: 24px;
}
.pricing .sceleton ul {
	margin: 0 0 10px;
	padding: 0;
}
.pricing .sceleton li {
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.pricing .sceleton li:hover {
	border-top: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
}
	
	/* Services */

	.services ul {
		padding: 10px 0;
		width: 100%;
	}
	.services li {
		float: none;
		padding: 20px;
		width: 100%;
		height: auto;
		margin: 0 0 1px 0;
	}
	.services li p {
		white-space: normal;
	}
	.services li p a {
		visibility: visible;
	}
	.services ul:hover li{
	   width: 100%;
	}
	.services li:hover {
	   width: 100%!important;
	   text-align: center;
	}
	.services li:hover i {
		float: none;
		line-height: 2px;
		padding: 20px;
		margin: 0;
	}
	.services li:hover p a {
		visibility: visible;
	}

	/* Showcase Carousel */

	a.carousel-arrow  {
		top: 50px;
		bottom: auto;
		height: 35px;
		width: 35px;
		border-radius: 0;
		color: #FFF;
		font-size: 18px;
		line-height: 35px;
	}
	a.carousel-arrow-prev {
		left: 50%;
		margin-left: -37px;
	}
	a.carousel-arrow-next {
		left: 50%;
	}
	
	/* Timeline */
	.timeline-block {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}
}

/*
 * Side navigation for UI elements
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar {
  margin-bottom: 50px;
}
.bs-sidebar.affix {
  position: static;
}

/* Show and affix the side nav for ui elements when space allows it */
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 293px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 70px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 360px;
  }
}
.btn-group.ofertaDestacado {
	width: 100%;
	margin: 0px;
}

.ofertas.btn.btn-primary {
	display: inline-block;
	width: 25%;
	}
@media (max-width: 767px) { /* for xs devices */
.ofertas.btn.btn-primary {
		display: block;
		 width: 100%;
	}
.ofertas.btn.btn-primary + .ofertas.btn.btn-primary {
  margin-top: 5px;
}
}

.flag {
	height: 60px;
	}
	
.flag-span {
	padding-top: 40px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
	}

.flag-Brasil {
	background-image: url(../img/flag_br.png);
	background-repeat: no-repeat;
	background-position: 30px 5px;
}
.flag-Uruguay {
	background-image: url(../img/flag_uy.png);
	background-repeat: no-repeat;
	background-position: 30px 5px;
}
.flag-Chile {
	background-image: url(../img/flag_cl.png);
	background-repeat: no-repeat;
	background-position: 30px 5px;
}


/*COTIZADOR FICHA FLOTA PASO 2*/

.fichaFlotaPaso2 {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	clear: both;	
}

.fichaFlotaPaso2 h4 {
	margin-bottom: 2px;
	text-transform: none;
}

.fichaFlotaPaso2 h3 {
	margin-bottom: 2px;
	margin-top: 2px;
	display: block;
	color: #d4002a;
}

.fichaFlotaPaso2 h3 span {
	float: right;
}


.fichaFlotaPaso2 hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.fichaFlotaPaso2 ul {
	padding-left: 10px;
}


/*SECCION VEHICULOS*/
.fichaFlota {
	margin-bottom: 20px;
	border: 1px solid #515151;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.fichaFlota hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.fichaFlota ul {
	padding-left: 10px;
}
.botonFlota {
	margin-top: 20px;
}

.equipamiento-title  {
	display: block;
	font-size: large;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #d4002a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
.equipamiento-precio  {
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	display: block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: large;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #CCC;
	border-radius: 4px;
	} 
.pad-top-35 {
	padding-top: 35px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}

.pad-bottom-15 {
	padding-bottom: 150px;
}

.pad-bottom-10 {
	padding-bottom: 10px;
}

.margin-botton--25 {
	margin-botton: -25px;
}

.spacer_V {
	margin-top: 20px;
	margin-bottom: 20px;
}
.spacer_botton {
	margin-bottom: 20px;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	min-height: 900px;
	height: !important 100%;
	
}
#tabla_coberturas {
}
#tabla_devolucion {
}
#tabla_domicilio {
}

.fichaFlotaOficina {
	height: 280px;
}

@media (max-width: 768px) {
	
	.fichaFlotaOficina {
	min-height: 330px;
}
	
	}

@media (max-width: 768px) { /* Adjusting for mobile */
	#tabla_coberturas {
		font-size: 16px;
		font-weight:300;
}
	#tabla_devolucion {
		font-size: 16px;
		font-weight:300;
}
	#tabla_domicilio {
		font-size: 16px;
		font-weight:300;
}
}

.btn_internacional {
	color: #FFF;
	position: absolute;
	margin-bottom: 0px;
	margin-top: 55px;
	right: 15px;
	
}

@media (max-width: 768px) { /* Adjusting for mobile */
	.btn_internacional {
	position: relative;
	margin-bottom: 0px;
	margin-top: 25px;
	float:right;
	right: 0px;
}
}
.title_list {
	padding-left: 15px;
	display: block;
	padding-top: 20px;
	}	

.list_terms {
	margin-right: 15px;
	margin-left: 15px;
	}
	
.list_terms_no_Indent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
	
	
@media (max-width: 767px) {
	.list_terms {
	padding-left: 10px;
	 padding-right: 10px;
	}
	
 .list_terms_no_Indent {
	 padding-left: 10px;
	 padding-right: 10px;
	}
}

.skycraperArea {
	padding-top: 50px;
}

.skycraperArea a img {
	margin-bottom: 20px;
	outline: none;
}

.skycraperArea a:hover img {
	opacity: 0.70;
}

.img-thumbnail-alianzas {
	display: block;
	height: auto;
	max-width: 100%;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px;
}

a .img-thumbnail-alianzas:hover {
	opacity: 0.50;
}

.finSeccionForm {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 20px;
	padding-bottom: 20px;
	clear: both;
	margin-bottom: 20px;
}
.codOficina {
	margin-top: 0px;
	margin-right: 20px;
	font-family: 'arquitecta_stdbold', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
}
.panelFlota {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.select-oficina {
	height: auto;
	max-height: 300px;
	overflow-x: hidden;	
}

.pull-up {
	margin-top: 5px;
	color: #666;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-bottom: 15px;
	}
.precioPaso2 {
	border: 1px solid #CCC;
	background-color: #EEEEEE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}

.precioPaso2 button {
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	outline: none;
	}
	
.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
input.btn-cobertura {
	padding: 0px;
	text-align: center;
	width: 60px;
	height: 50px;
}

.lbl-cobertura {
	padding: 0px;
	width: 60px;
}

.btn-equipamiento {
	padding: 0px;
	}
	
.precioPaso2 .buttonset button,
 .precioPaso2 .buttonset input{
	padding: 0px;
	-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
	}
	
.eqp {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	display: block;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.eqp .img-thumbnail {
	display: block;
	height: auto;
	max-width: 100%;
	padding: 6px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float: left;
	width: 250px;
	margin-right: 30px;
}

.captionEqp  {
	padding-top: 30px;
}

.captionEqp ul {
	margin-left: 20px;
	padding-left: 20px;
}

.captionEqp ul li {
	line-height: 25px;
	margin-left: 350px;
}

.precioEqp {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 100%;
}


@media (max-width: 768px) {
	
.captionEqp ul {
	margin-left: 20px;
	padding-left: 20px;
}
.captionEqp ul li {
	margin-left: 0px;
}

.precioEqp {
	position: relative;
	clear: both;
	margin-top: 20px;
	left: 10px;
}

.captionEqp {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.precioEqp .hl-btn-lg {
	display: block;
	width: 100%;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px
}
}

@media (max-width: 480px) {

.eqp .img-thumbnail {
		margin-right: 0px;
		margin-bottom: 30px;
		float: none;
		padding: 10px;
		width: 100%;
		
}
}

.home-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#990002+0,d4002a+100 */
background: #990002; /* Old browsers */
background: -moz-linear-gradient(left, #990002 0%, #d4002a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #990002 0%,#d4002a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #990002 0%,#d4002a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990002', endColorstr='#d4002a',GradientType=1 ); /* IE6-9 */
}

#showcaseHome {
	min-height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	margin-top: -20px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 80px;
	}


@media (max-width: 767px) {
#showcaseHome {
	margin-top: -30px;
	}
}

.internacional {
	text-align: center;
	bottom: 0px;
	width: 100%;
	color: #FFF;
	font-size: 21px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	padding-right: -15px;
	padding-left: -15px;
	margin-top: -80px;
	margin-bottom: 80px;
	background-color: #750017;
	}
	

.ajusteHome {
	z-index: 99;
	position: absolute;
	top: 0;
	display: block;
	clear: both;
	width: 100%;
	}
	
@media (max-width: 767px) {
.ajusteHome {
	position: relative;
	}
	
.bg-chalk2 {
	background-color: #E4E4E4;
}

.internacional {
	margin-bottom: 10px;
	}
}

.ajusteHome h1 {
	margin-top: 180px;
	margin-bottom: 50px;
	text-transform: none;
	width: 100%;
	text-align: center;
	z-index: 1;
	
	}
	
@media (max-width: 767px) {
.ajusteHome h1 {
	margin-top: 30px;
	font-size: 30px;
	margin-bottom: 20px;
	}
}


.panelHome {
	margin-bottom: 20px;
	background-color: rgba(255,255,255,.65);
	border: 1px solid transparent;
	border-radius: 0px;
	padding: 20px;
}

@media (max-width: 767px) {
.panelHome {
	background-color: #E4E4E4;
	padding: 10px;
}
.panelHome .finSeccionForm {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 10px;
}
}


.panelHome select::-ms-expand {
            width:12px;
            border:none;
            background:#fff;
        }

.panelHome .form-group h4 {
	text-transform: none;	
}

.panelHome .form-control {
	display: inline-block;
	width: auto;
	height: 40px;
	font-size: 17px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #D4002A;
	border-left-color: #cccccc;
	
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.panelHome .btnOficina {
	font-size: 19px;
}

@media (max-width: 767px) {
.panelHome .form-control {
	display: inline-block;
	width: auto;
	height: 40px;
	margin-bottom: 8px;
	margin-top: 8px;
}

 .panelHome .form-group  #falquiler,
 .panelHome .form-group #fdevolucion{
width: 145px !important;
	}

.panelHome .btnOficina {
	display: inline-block;
	width: 100%;
	height: 80px;
}


.panelHome .btnOficina-toggle {
	height: 80px;
	width: 100%;
}
}

@media (max-width: 400px) {

 .panelHome .form-group  #falquiler,
 .panelHome .form-group #fdevolucion{
width: 130px !important;
	}
}

.panelHome .btnOficina {
	display: inline-block;
	width: auto;
	height: 40px;
	min-width: 250px;
	font-size: 19px;
	font-family: 'arquitecta_stdlight', sans-serif;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #D4002A;
	border-left-color: #cccccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	text-align: left !important;
	-webkit-border-image: none;
	font-weight: 300;
}


.panelHome .btnOficina-toggle {
	display: inline-block;
	width: auto;
	height: 40px;
	font-size: 15px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #D4002A;
	border-left-color: #cccccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	text-align:center !important;
}

.panelHome.btn:focus,
.panelHome.btn:active:focus,
.panelHome.btn.active:focus,
.panelHome.btn.focus,
.panelHome.btn:active.focus,
.panelHome.btn.active.focus {
  outline: none;
  outline-offset: -2px;
}

@media (max-width: 400px) {

.panelHome .btnOficina  {
	min-width: 240px;
	}
}

.panelHome .form-control:focus {
  border-color: #d4002a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(212, 0, 85, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(212, 0, 85, 0.6);
}

/* ===== PANEL RED ===== */


.panel-red {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.panel-red > .panel-heading {
	color: #ffffff;
	background-color: #D4002A;
}
.panel-red > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #D4002A;
	border-right-color: #D4002A;
	border-bottom-color: #D4002A;
	border-left-color: #D4002A;
}
.panel-red > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #D4002A;
}
.panel-red > .panel-footer {
	background-color: #D4002A;
}

/* ===== Buttons ===== */

.hl-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.hl-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hl-btn:hover,
.hl-btn:focus {
  color: #333333;
  text-decoration: none;
}
.hl-btn:active,
.hl-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.hl-btn.disabled,
.hl-btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 3. Red Button */

.hl-btn-red {
	color: #ffffff;
	background-color: #D4002A;
	border-color: #D4002A;
}
.hl-btn-red:hover,
.hl-btn-red:focus,
.hl-btn-red:active,
.hl-btn-red.active,
.open .dropdown-toggle.hl-btn-red {
	color: #FFF;
	background-color: #A90023;
	border-color: #A90023;
}
.hl-btn-red:active,
.hl-btn-red.active,
.open .dropdown-toggle.hl-btn-red {
  background-image: none;
}
.hl-btn-red.disabled,
.hl-btn-red[disabled],
fieldset[disabled] .hl-btn-red,
.hl-btn-red.disabled:hover,
.hl-btn-red[disabled]:hover,
fieldset[disabled] .hl-btn-red:hover,
.hl-btn-red.disabled:focus,
.hl-btn-red[disabled]:focus,
fieldset[disabled] .hl-btn-red:focus,
.hl-btn-red.disabled:active,
.hl-btn-red[disabled]:active,
fieldset[disabled] .hl-btn-red:active,
.hl-btn-red.disabled.active,
.hl-btn-red[disabled].active,
fieldset[disabled] .hl-btn-red.active {
  background-color: #EF8B80;
  border-color: #EF8B80;
}

/* 5. Dark Button */

.hl-btn-dark {
	color: #ffffff;
	background-color: #515151;
	border-color: #515151;
}
.hl-btn-dark:hover,
.hl-btn-dark:focus,
.hl-btn-dark:active,
.hl-btn-dark.active,
.open .dropdown-toggle.hl-btn-dark {
	color: #FFF;
	background-color: #000;
	border-color: #000;
}
.hl-btn-dark:active,
.hl-btn-dark.active,
.open .dropdown-toggle.hl-btn-dark {
  background-image: none;
}
.hl-btn-dark.disabled,
.hl-btn-dark[disabled],
fieldset[disabled] .hl-btn-dark,
.hl-btn-dark.disabled:hover,
.hl-btn-dark[disabled]:hover,
fieldset[disabled] .hl-btn-dark:hover,
.hl-btn-dark.disabled:focus,
.hl-btn-dark[disabled]:focus,
fieldset[disabled] .hl-btn-dark:focus,
.hl-btn-dark.disabled:active,
.hl-btn-dark[disabled]:active,
fieldset[disabled] .hl-btn-dark:active,
.hl-btn-dark.disabled.active,
.hl-btn-dark[disabled].active,
fieldset[disabled] .hl-btn-dark.active {
  background-color: #707070;
  border-color: #707070;
} 
.hl-btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
.hl-btn-sm,
.hl-btn-xs {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
.hl-btn-xs {
  padding: 1px 5px;
}
.hl-btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.hl-btn-block + .hl-btn-block {
  margin-top: 5px;
}
input[type="submit"].hl-btn-block,
input[type="reset"].hl-btn-block,
input[type="button"].hl-btn-block {
  width: 100%;
}

/* ===== BANNERS HOME ===== */

#promotions {
	margin-top: -80px;
}

@media (max-width: 767px) {

#promotions   {
	margin-top: 0px;
	}
}

#grid-wrapper .promotionHead {
	display: block;
	margin-top: 15px;
	margin-bottom: 30px;
}
#grid-wrapper .promotionHead h1 {

	
}
#grid-wrapper .promotionHead h2 {
	
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
#grid-wrapper .promotionHead h4 {
	text-transform: none;		
}

#grid-wrapper .thumbnail {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	height: 380px;
	width: 100%;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: auto;
	margin-left: auto;
}

.banner-full {
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.banner-full img {
	width: 100%;
	height:auto !important;
}

#grid-wrapper .thumbnail img{
	height:auto !important;
}
#grid-wrapper .skycrapper  {
	float: right;	
}

#grid-wrapper .skycrapper .thumbnail {
	height: 780px;
}

@media (max-width: 480px)  {
	
#grid-wrapper .skycrapper  {
	float: none;	
}

#grid-wrapper .skycrapper .thumbnail {
	height: 380px;
}

}


#grid-wrapper .thumbnail .caption {
	display: block;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align:center !important;
}

#grid-wrapper .thumbnail h2 {
		
	color: #FFF !important;
}
#grid-wrapper .thumbnail h4 {
	color: #FFF !important;
	line-height: 22px;
	text-transform: none;
	display: block;
	
}

#grid-wrapper .thumbnail a.avis-btn {
	background: #d4002a;
	color: #fff;
	border: 0;
	font-size: 19px;
	border-radius: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	display: inline-block;
}

#grid-wrapper .thumbnail a.avis-btn:hover  {
	opacity: 0.8;
	text-decoration: none;
}

.help {
	font-size: 16px;
	line-height: 18px;
	color: #A90023;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

a {
	color: #d4002a;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #515151;
	text-decoration: none;
}

a:focus {
  outline: none;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 11px;
}


.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
	color: #515151;
	content: "/\00a0";
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.breadcrumb > .active {
	color: #515151;
}


.form-control {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 16px;
	line-height: 1.42857;
	color: #515151;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.form-control:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224, 225, 226, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224, 225, 226, 0.6);
	border-top-color: #d4002a;
	border-right-color: #d4002a;
	border-bottom-color: #d4002a;
	border-left-color: #d4002a;
}
.form-control2 {
	display: block;
	width: 30%;
	height: 34px;
	font-size: 12px;
	line-height: 1.42857;
	color: #515151;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.form-control2:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224, 225, 226, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224, 225, 226, 0.6);
	border-top-color: #d4002a;
	border-right-color: #d4002a;
	border-bottom-color: #d4002a;
	border-left-color: #d4002a;
}

.form-control3 {
	height: 34px;
	font-size: 12px;
	line-height: 1.42857;
	color: #515151;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-right: 10px;
	margin-bottom: 10px;

}

.form-control3:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224, 225, 226, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(224, 225, 226, 0.6);
	border-top-color: #d4002a;
	border-right-color: #d4002a;
	border-bottom-color: #d4002a;
	border-left-color: #d4002a;
}

 option:hover  {
	background-color: d4002a;
	color: #FFF;
}

label {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'arquitecta_stdregular', sans-serif;
	color: #515151;
	margin-left: 5px;
	font-weight: bold;
}
input[type="submit"].hl-btn-block,
input[type="reset"].hl-btn-block,
input[type="button"].hl-btn-block {
  width: 100%;
}

/* ===== Panels ===== */

.panel {
  border-radius: 8px;
}

.panel-title {
  font-size: 19px;
}

a.panel-title:hover {
	text-decoration: none;
	}
a.panel-title:active {
	text-decoration: none;
	}
a.panel-title:visited {
	text-decoration: none;
	color: inherit;
	}
.panel-heading {
  -webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.panel-footer {
 -webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
font-family: 'arquitecta_stdlight', sans-serif;
font-weight: lighter;	
}
.panel-group .panel {
  border-radius: 8px;
}


/* 4. Panel DANGER Red */

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #FFFFFF;
	background-color: #D4002A;
	border-color: #D4002A;
}

.panel-danger > .panel-heading a:link  {
	color: #FFFFFF;
	outline:none;
}
.panel-danger > .panel-heading a:visited  {
	color: #FFFFFF;
	outline:none;
}
.panel-danger > .panel-heading a:active  {
	color: #FFFFFF;
	outline:none;
}
.panel-danger > .panel-heading a:hover  {
	color: #FFFFFF;
	outline:none;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #D4002A;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.panel-danger .panel-footer  {
	color: #91001D;
}


.noBorde {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	}

/* ===== Info Boards ==== */

.info-board {
	margin: 20px 0;
	padding: 15px 30px 15px 15px;
	background-color: #EAEAEA;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

/* 1. Info board green */

.info-board-green {
	background-color: #F5FAF0;
	border-color: #72a53b;
}
.info-board h4 {
	margin-top: 0;
}
.info-board p:last-child {
	margin-bottom: 0;
}

/* 2. Info board blue */

.info-board-blue {
	background-color: #EBF9FF;
	border-color: #00B4FF;
}
.info-board h4 {
	margin-top: 0;
}
.info-board p:last-child {
	margin-bottom: 0;
}

/* 3. Info board red */

.info-board-red {
	background-color: #f9f2f4;
	border-left-color: #d4002a;
	color: #333333;
	padding: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

.info-board-red h4 {
	padding-top: 15px;
}

.info-board-red h4 a:link  {
	color: #d4002a;
}

.info-board-red h4 a:hover  {
	color: #d4002a;
}
.info-board-red p {
	padding: 15px;
	line-height: 18px;
}
.removetop  {
	display: block;
	margin-top: -10px;
	font-size: 13px;
	font-weight: 300;
}
.info-board-red h4 a {
	color:#FFF;
}

.info-board-red h4 a:hover {
	color: #999;
	text-decoration: none;
}
.info-board p:last-child {
	margin-bottom: 0;
}

/* 4. Info board orange */

.info-board-orange {
	background-color: #FFF2EB;
	border-color: #FFA973;
}
.info-board h4 {
	margin-top: 0;
}
.info-board p:last-child {
	margin-bottom: 0;
}


/* ===== Forms ===== */

.form-control {
	border-radius: 0; /* */
}

/* ===== Navs ===== */

/* 1. Nav tabs */

.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs > li > a {
	border-bottom: 1px solid #dedede;
	border-radius: 0;
	background: #f5f5f5;
	color: #666;
}

/* 2. Nav pills */

.nav-pills {
	margin-bottom: 15px;
}
.nav-pills > li > a {
	border-radius: 0;
}
.nav-pills > li > a {
	background-color: #f5f5f5;
}
.nav-pills-green > li.active > a,
.nav-pills-green > li.active > a:hover,
.nav-pills-green > li.active > a:focus {
	background-color: #72a53b; 
}
.nav-pills-blue > li.active > a,
.nav-pills-blue > li.active > a:hover,
.nav-pills-blue > li.active > a:focus {
	background-color: #00B4FF; 
}
.nav-pills-dark > li.active > a,
.nav-pills-dark > li.active > a:hover,
.nav-pills-dark > li.active > a:focus {
	background-color: #515151; 
}
.nav-pills-red > li.active > a,
.nav-pills-red > li.active > a:hover,
.nav-pills-red > li.active > a:focus {
	background-color: #D4002A;
	color: #FFF;
}
.nav-pills-turquoise > li.active > a,
.nav-pills-turquoise > li.active > a:hover,
.nav-pills-turquoise > li.active > a:focus {
	background-color: #1ABC9C; 
}
.nav-pills-amethyst > li.active > a,
.nav-pills-amethyst > li.active > a:hover,
.nav-pills-amethyst > li.active > a:focus {
	background-color: #9B59B6; 
}

/* ===== Alerts ===== */

.alert {
  border-radius: 0px;
}


.alert-danger {
	color: #d4002a;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #d4002a;
}

/* ===== Thumbnails ===== */

.thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #eee;
}
a.thumbnail:hover img,
a.thumbnail:focus img {
  border-color: #ccc;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
	padding: 10px;
	color: #333333;
	background-color: #EEEEEE;
}



/* ===== Page Tip ===== */

.page-tip {
	-webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.6);
	box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.6);
	margin-bottom: 50px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: #E6E6E6;
}
.page-tip p {
	margin: 0;
}

/* ===== Section headers ===== */

.section-header {
	background: #f5f5f5;
	border-bottom: 1px solid #dedede;
	padding: 15px 0;
	margin-bottom: 50px;
}
.section-header h1 {
	padding: 0;
	margin: 0;
}
.section-header h1 span {
	border-bottom: 5px solid #00B4FF;
	padding-bottom: 10px;
}

/* ===== Block header ===== */

.block-header h2 {
	margin: 40px 0;
	background: #eee;
}
.block-header h2 .title {
	background: #fff;
	padding: 0 15px 0 0;
}
.block-header h2 .decoration {
	background: #fff;
	padding-left: 3px;
	margin-left: 5px;
}


/* ===== Social links ===== */

.social-icons {
	margin-bottom: 15px;
}
.social-icons ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.social-icons ul li {
	text-align: center;
	float: left;
	margin: 0 5px 5px 0;
	opacity: 0.5;
	transition: 0.1s;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
}
.social-icons-small ul li {
	height: 20px;
	width: 20px;
	font-size: 16px;
	line-height: 20x;
}
.social-icons-default ul li {
	height: 30px;
	width: 30px;
	font-size: 22px;
	line-height: 30px;
}
.social-icons-large ul li {
	height: 40px;
	width: 40px;
	font-size: 28px;
	line-height: 40x;
}
.social-icons ul li:hover {
	opacity: 1;
	transition: 0.1s;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
}
.social-icons ul li a {
	color: #FFF;
	display: block;
}
.social-icons ul li.rss {
	background: #ff9900;
}
.social-icons ul li.facebook {
	background: #3B5998;
}
.social-icons ul li.twitter {
	background: #1dcaff;
}
.social-icons ul li.plus {
	background: #dd4b39;
}
.social-icons ul li.vk {
	background: #3f628a;
}
.social-icons ul li.pinterest {
	background: #c92026;
}
.social-icons ul li.vimeo {
	background: #446d82;
}
.social-icons ul li.github {
	background: #657e8c;
}
.social-icons ul li.linkedin {
	background: #0c7bb3;
}
.social-icons ul li.dropbox {
	background: #4fa3e3;
}

/* ===== Tags ===== */

.tags > a {
    padding: 3px 4px;
    margin: 4px 4px 4px 0;
    background: #f5f5f5;
	border: 1px solid #dedede;
	border-width: 0 1px 1px 0;
    color: #515151;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    display: inline-block;
}
.tags > a:hover {
    background: #00B4FF;
	color: #FFF;
	border-color: #00B4FF;
}
.tags > a:before {
	font-family: FontAwesome;
	content: "\f02b";
	color: #999;
	margin-right: 5px;
}
.tags > a:hover:before {
	color: #FFF;
}

/* MODALES */

.modal {
  z-index: 9999;
}

a.logueo:link {
	padding: 12px 12px 10px !important;
	border-radius: 4px;
	color: #515151 !important;
	margin-top: 19px;
	margin-left: 15px;
	background-color: #D7D7D7 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

a.logueo:hover,
a.logueo:active {
	background-color: #FFFFFF !important;
	color: #d4002a;
}

.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #d4002a;
}

.modal-header .close {
	margin-top: -2px;
	font-weight: 700;
	color: #FFF;
}

h4.modal-title {
	color: #FFF;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	background-color: #D7D7D7;
}

/* Switcher CSS */
.switcher {
	position: relative;
	left: 0px;
	z-index: 1080;
	width: 250px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 2px 4px 12px rgba(0,0,0,0.1);
}
.switcher .switch {
	position: absolute;
	left: 100%;
	top: 13px;
	width: 35px;
	height: 38px;
	line-height: 37px;
	text-align: center;
	color: #9a9a9a;
	font-size: 18px;
	font-family: 'arquitecta_stdbold', sans-serif;
	font-weight: bold;;
	border: 1px solid #ddd;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #FFF;
}
.switcher hr { 
	margin-top: 15px;
	margin-bottom: 10px;
	border: 0; 
	border-top: 1px solid #eee;
}
.switcher  h4 {
	margin-top: 0;
	line-height: 20px;
}
.switcher  p {
	font-size: 15px;
	line-height: 20px;
	color: #878787;
}
.switcher .s-layout {
	border: 1px solid #ddd !important;
	outline: none;
	height: 30px;
	width: 160px;
	margin-top: 6px;
	padding: 0 5px;
	color: #767676;
	border-radius: 2px;
}
.switcher .s-pattern img,
.switcher .s-back-img img,
.switcher .s-color img{
	display: inline-block;
	margin: 0 3px;
	margin-top: 6px;
	border-radius: 2px;
}

.badge {
  font-size: 16px;
  font-family: 'arquitecta_stdbold', sans-serif;
  font-weight: bold;
  
}

.badge.badgeRed {
	color: #ffffff;
	background-color: #d4002a;
}

.badge.badgeRed-2x {
	font-size: 21px;
	color: #ffffff;
	background-color: #d4002a;
}

.fa-2x {
  font-size: 21px; }
  
.fa-stack {
  font-size: 21px; }
  
.fa-stack-2x {
 font-size: 21px; }

.panel {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-group .panel {
  border-radius: 0px;
}