/* CSS Document */
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #1a1a1a;
	background: url(../img/bg-lg.jpg) fixed;
	background-size: cover;
	margin-bottom: 80px;
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Libre Baskerville', Arial, sans-serif;
	font-weight: 700;
	color: #ff3300;
}
a {
  color: #ff3300;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f00;
  text-decoration: underline;
}
.footer {
	background-color: ;
}
.lead {
	font-family: 'Libre Baskerville', Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	color:;
}
.bg {
	background: #fff;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}
#candado {
	background: url(../img/candado.jpg) center no-repeat;
	width:auto;
	height:150px;
	position: relative;
}
#candado .caption {
	position: absolute;
	bottom: 15px;
	z-index: 10;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	padding:0px;
	left: 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}
#edificios {
	/*	background: url(../img/edificios.jpg) center no-repeat;
	background-size:cover;
	*/width:auto;
	height:200px;
}
.jumbotron {
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	background: #eee url(../img/large.jpg) center;
	background-size: cover;
	margin-bottom: 20px;
}
.jumbotron h2, .jumbotron .h2 {
	color: inherit;
}
.marketing .col-sm-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-sm-4 p {
	margin-right: 10px;
	margin-left: 10px;
}
.destacado {
	font-weight: 700;
	color: #ff3300;
}
.destacadobar {
	font-weight: 700;
	color: #ff3300;
	margin: 0 5px 0 5px;
}
#otro-puesto-esp {
  display: none;
}
#otra-soldadura-esp {
  display: none;
}
#secundario-esp {
  display: none;
}
#terciario-esp {
  display: none;
}
label {
  display: inline-block;
  max-width: 100%;
/*  margin-bottom: 5px;
*/  font-weight: normal;
}
legend {
	font-family: 'Libre Baskerville', Arial, sans-serif;
	font-weight: 700;
	color: #ff3300;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
.encabezado {
	border: 0;
	padding: 25px;
	margin: 0 -40px 0 -40px;
	background-size: cover;
	background-position: right;
	min-height: 150px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.encabezado h2 {
	color: #ff3300;
}
.lista > li {
	margin-left: -20px;
	list-style-image:url(../img/ff3300.gif);
	list-style-type: square;
	list-style-position: outside;
}
.img-home {
	height: 200px;
	width: 500px;
	position: relative;
	left: 50%;
	margin-left: -250px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: 50% 50%;
}
@media (min-width: 767px) {
.img-home {
	width: auto;
	position: inherit;
	left: auto;
	margin-left: auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: 50% 50%;
}
#edificios {
	height:300px;
}
}
.carousel-caption {
	padding:0px;
	left: 10%;
	right: 10%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}
.hidden-xs {
	display: inherit;
}
.hidden-sm {
	display: inherit;
}
.hidden-md {
	display: inherit;
}
.hidden-lg {
	display: inherit;
}
@media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
	display: none !important;
}
}
.carousel-fade .item {
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
}
.carousel-fade .active.left {
	left:0;
	opacity:0;
	z-index:2;
}
.carousel-fade .next {
	left:0;
	opacity:1;
	z-index:1;
}
