body {
/*font-family: 'Open Sans', sans-serif;
font-family: 'Work Sans', sans-serif;*/
font-family: 'Roboto', sans-serif;	
color:#000;
-webkit-font-smoothing: antialiased;
    padding-top: 60px;
}

@media (min-width: 1240px){
.container {
    width: 1220px;
}
}

@media (max-width: 767px){
.limite-horizontal {
	display: block;
	position: relative;
	max-width: 380px;
	margin: 0 auto;
	float: none;
}
}

.condensed {
font-family:  sans-serif;
}

a:hover,
a:focus {
  color: #0070bf;
  text-decoration: none;
}

::-webkit-scrollbar {
	width: 8px;
	height:
}
::-webkit-scrollbar-button {
	width: 8px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #d2d3d4;
    border: thin solid #bfbfbf;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}	

.modal-dialog {
  position: relative;
  width: auto;
  margin: 25px;
}

@media (min-width: 768px) {
.modal-dialog {
  width: 700px;
  margin: 60px auto;
}
}



@media (max-width: 767px) {
.text-left-xs {
text-align: left;
}
.text-right-xs {
text-align: right;
}
.text-center-xs {
text-align: center;
}
.text-center-sm {
text-align: center;
}
.text-right-sm {
text-align: center;
}
}

@media (max-width: 767px) {
.reducir {
font-size: 16px;
}
}

.subrayado {
	text-decoration: underline;
}

.blanco {
	color: #FFF;
}
.negro {
	color: #000;
}

.azul {
	color: #0070bf;
}

.verde {
	color: #939B08;
}

.verde-2 {
	color: #6A8823;
}

.verde-3 {
	color: #8ac342;
}

.verde-w {
	color: #189d0e;
}

.celeste {
	color: #019EE1;
}

.color-1 {
  color: #77bf43;
}

.color-2 {
  color: #8c7183;
}

.color-3 {
  color: #d96227;
}

.rojo {
  color: #ec0707;
}

.rojo-2 {
  color: #8e001b;
}

.azul-2 {
	color: #303942
}

.amarillo {
	color: #FC0;
}

.naranja {
	color: #F90;
}

.gris {
	color: #8B8B8B;
}
.gris-blue {
	color: #525e66;
}

.text-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.font-underline {
	text-decoration: underline;
}

.font-12 {
	font-size: 12px;
	line-height: 19px;
}

.font-13 {
	font-size: 13px;
	line-height: 17px;
}

.font-14 {
	font-size: 14px;
	line-height: 22px;
}

.font-15 {
	font-size: 15px;
	line-height: 25px;
}

.font-16 {
	font-size: 16px;
	line-height: 26px;
}

.font-18 {
	font-size: 18px;
	line-height: 24px;
}

.font-20 {
	font-size: 20px;
	line-height: 26px;
}

.font-22 {
  font-size: 22px;
  line-height: 28px
}

.font-24 {
  font-size: 24px;
  line-height: 30px
}

.font-26 {
	font-size: 26px;
	line-height: 32px;
}

.font-28 {
	font-size: 28px;
	line-height: 34px;
}

.font-30 {
	font-size: 30px;
	line-height: 36px;
}

.font-32 {
	font-size: 32px;
	line-height: 38px;
}

.font-34 {
  font-size: 34px;
  line-height:40px;
}

.font-36 {
  font-size: 36px;
  line-height:44px;
}

.font-44 {
	font-size: 44px;
	line-height: 48px;
}
.font-53 {
	font-size: 53px;
	line-height: 61px;
}

.font-16.tres-lineas {
	height: 66px;
	overflow: hidden;
}
.font-18.tres-lineas {
	height: 74px;
	overflow: hidden;
}

.light-300 {
	font-weight: 300;
}

.normal-400 {
	font-weight: 400;
}

.bold-700 {
	font-weight: 700;
}

.bold-600 {
	font-weight: 600;
}

.bold-500 {
	font-weight: 500;
}

.fiscal {
	margin-right: 10px;
	display: block;
	margin-top: -14px;
	float: left;
}



.top-sup {
	background-color: #FFF;
	background-repeat: repeat;
	display: block;
	height: 39px;
	line-height: 39px;
	float: left;
	width: 100%;
	border-bottom: solid 1px #EFEFEF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.destacados {
	background-color: #E6E6E6;
	background-image: url(../imgs/triangle.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.shadow-div {
	background-image: url(../imgs/sombra.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 8px;
	background-color: transparent;
}


.footer-bg {
	background-color:#163640 ;
	background-repeat: repeat-x;
	background-position: left top;
}

.margin-bot-5 {margin-bottom: 5px;}
.margin-bot-8 {margin-bottom: 8px;}
.margin-bot-10 {margin-bottom: 10px !important;}
.margin-bot-15 {margin-bottom: 15px;}
.margin-bot-20 {margin-bottom: 20px;}
.margin-bot-top-5 {margin-bottom: 5px; margin-top: 5px;}
.margin-bot-top-8 {margin-bottom: 8px; margin-top: 8px;}
.margin-bot-top-10 {margin-bottom: 10px; margin-top: 10px;}
.margin-bot-top-15 {margin-bottom: 15px; margin-top: 15px;}
.margin-bot-top-20 {margin-bottom: 20px; margin-top: 20px;}
.margin-none {margin: 0px;}
.no-margin{margin:0!important}
.margin-bottom{margin-bottom:24px!important}
.margin-top{margin-top:24px!important}
.margin-left{margin-left:24px!important}
.margin-right{margin-right:24px!important}

.no-padding{padding:0!important}
.padding-bottom{padding-bottom:24px!important}
.padding-top{padding-top:24px!important}
.padding-left{padding-left:24px!important}
.padding-right{margin-right:24px!important}
.padded{margin-bottom:24px;padding-bottom:24px}
.padded-big{margin-bottom:48px;padding-bottom:48px}
.padded-huge{margin-bottom:96px;padding-bottom:48px}
.padd-3 {padding: 3px;}
.padd-5 {padding: 5px;}
.padd-bot-5 {padding-bottom: 5px;}
.padd-bot-top-5 {padding-top: 5px;padding-bottom: 5px;}
.padd-10 {padding: 10px;}
.padd-15 {padding: 15px;}
.padd-bot-10 {padding-bottom: 10px !important;}
.padd-bot-top-10 {padding-top: 10px;padding-bottom: 10px;}
.padd-bot-15 {padding-bottom: 15px;}
.padd-bot-top-15 {padding-top: 15px;padding-bottom: 15px;}
.padd-bot-20 {padding-bottom: 20px;}
.padd-bot-top-20 {padding-top: 20px;padding-bottom: 20px;}
.padd-none {padding: 0px;}

.radius-3 {border-radius:3px !important;}
.radius-5 {border-radius:5px !important;}
.radius-9 {border-radius:9px !important;}
.radius-none {border-radius:0px !important;}

.sale-tag-new {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    background-color: #66A606;
    text-transform: uppercase;
    color: white;
}

.sale-tag-new span {
    position: absolute;
    top: 46px;
    left: -10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.sale-tag.venta {
background:  #8CAE38;

}

.sale-tag.oferta-super {
  width: 60px;
  height: 60px;
  background: #F77100;
  position: absolute;
  right: 10px;
  z-index: 1;
  border-radius: 30px;
  padding-top: 15px;
}

.sale-tag.oferta-super span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #fff;
  display: block;
}

.sale-heart {
  width: 36px;
  height: 36px;
  color:#666;
  background: #F2F2F2;
  /* position: absolute; */
  right: 10px;
  z-index: 1;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  margin-left: 10px;
  display:block;
}

.sale-heart:hover {
  background: #C00;
  color:#F2F2F2;
}

.padding-variation{
	padding-top:45px;
	padding-bottom:45px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 767px) {
	.padding-variation{
	padding-top:15px;
	padding-bottom:15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
}

.border-0 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.centrar {
	margin-right: auto;
	margin-left: auto;
}

.redes-foot  {
	display: block;
	padding-bottom:10px;
	padding-top: 10px;
}

.redes-foot .social {
  text-align: center;
  height: 40px;
  width: 40px;
  display: block;
  text-decoration: none;
  float: left;
  margin: 6px;
  line-height: 40px;
  color: #FFF;
  background-color: #000;
  font-size: 18px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.redes-foot .social:hover {
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #fff;
	border-radius: 25px;
	color: #E55050;
}

.redes  {
	width:auto;
	display: block;
}
.redes .social {
	text-align: center;
	height: 41px;
	width: 36px;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	float: left;
}
.cds   {
    font-size: 11px;
    color: #a0a0a0;
    float: right;
    height: 36px;
    display: block;
    background-position: left top;
    line-height: 36px;
    /* margin-right: 10px; */
}
.cds:hover {
    font-size: 11px;
    height: 36px;
    display: block;
    background-position: left top;
    line-height: 36px;
	color:#06F;
}


@media (max-width: 767px){
.cds   {
    float: none;
	text-align:center;
}
}

.btn-default-two {
	color: #FFFFFF;
	background-color: #ff2342;
	height: auto;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius: 0px;
	padding:8px 24px;
	/* border-radius: 4px; */
	/* border-top-left-radius: 4px; */
	/* border-top-right-radius: 4px; */
	/* border-bottom-right-radius: 4px; */
	/* border-bottom-left-radius: 4px; */
	/*border: 1px solid #fff;*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	}
	.btn-default-two:hover,.btn-default-two:focus,.btn-default-two:active,.btn-default-two.active,.open>.dropdown-toggle.btn-default-two{color: #FFFFFF;
	background-color: rgb(154, 194, 58);
	/*border-color: #DA261D;*/
}
	.btn-default-two:active,.btn-default-two.active,.open>.dropdown-toggle.btn-default-two{background-image:none}.btn-default-two.disabled,.btn-default-two[disabled],fieldset[disabled] .btn-default-two,.btn-default-two.disabled:hover,.btn-default-two[disabled]:hover,fieldset[disabled] .btn-default-two:hover,.btn-default-two.disabled:focus,.btn-default-two[disabled]:focus,fieldset[disabled] .btn-default-two:focus,.btn-default-two.disabled:active,.btn-default-two[disabled]:active,fieldset[disabled] .btn-default-two:active,.btn-default-two.disabled.active,.btn-default-two[disabled].active,fieldset[disabled] .btn-default-two.active{background-color:#fff;border-color:#ccc}.btn-default-two .badge{color:#fff;background-color:#333}

.btn-default-three {
    color: #fff;
    /*background-color: #0071c1;*/
	background-color: #01a507;
    height: auto;
    border: 1px solid #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.btn-default-three:hover,.btn-default-three:focus,.btn-default-three:active,.btn-default-three.active,.open>
.dropdown-toggle.btn-default-three{color:#FFFFFF;background-color: #252B2F;border: 1px solid #0A0D0E;}
.btn-default-three:active,.btn-default-three.active,.open>.dropdown-toggle.btn-default-three{background-image:none}.btn-default-three.disabled,.btn-default-three[disabled],fieldset[disabled] .btn-default-three,.btn-default-three.disabled:hover,.btn-default-three[disabled]:hover,fieldset[disabled] .btn-default-three:hover,.btn-default-three.disabled:focus,.btn-default-three[disabled]:focus,fieldset[disabled] .btn-default-three:focus,.btn-default-three.disabled:active,.btn-default-three[disabled]:active,fieldset[disabled] .btn-default-three:active,.btn-default-three.disabled.active,.btn-default-three[disabled].active,fieldset[disabled] .btn-default-three.active{background-color:#fff;border-color:#ccc}.btn-default-three .badge{color:#fff;background-color:#333}

.btn-default-three.invert{color:#E55050;border: 1px solid #E55050;}
.btn-default-three.invert:hover{color:#fff;border: 1px solid #E55050;}


.icon-twitter {
    color: #00acee;
	float: left;
	line-height: 26px;
	height: 26px;
	padding: 0px 5px;
}

.icon-facebook {
    color: #3b5998;
	float: left;
    line-height: 26px;
    height: 26px;
    padding: 0px 5px;
}

.icon-googleplus {
    color: #e93f2e;
	float: left;
    line-height: 26px;
    height: 26px;
    padding: 0px 5px;}


.icon-instagram {
    color: #930;
	float: left;
    line-height: 26px;
    height: 26px;
    padding: 0px 5px;
}

.btn-twitter {
    background: #00acee;
    border-radius: 3;
    color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd;
    color: #fff
}
.btn-facebook {
    background: #3b5998;
    border-radius: 3;
    color: #fff
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
    background: #30477a;
    color: #fff
}
.btn-googleplus {
    background: #e93f2e;
    border-radius: 3;
    color: #fff
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #ba3225;
    color: #fff
}

.btn-youtube {
    background: #e93f2e;
    border-radius: 3;
    color: #fff
}
.btn-youtube:link, .btn-youtube:visited {
    color: #fff
}
.btn-youtube:active, .btn-youtube:hover {
    background: #ba3225;
    color: #fff
}

.btn-stumbleupon {
    background: #f74425;
    border-radius: 3;
    color: #fff
}
.btn-stumbleupon:link, .btn-stumbleupon:visited {
    color: #fff
}
.btn-stumbleupon:active, .btn-stumbleupon:hover {
    background: #c7371e;
    color: #fff
}
.btn-linkedin {
    background: #0e76a8;
    border-radius: 3;
    color: #fff
}
.btn-linkedin:link, .btn-linkedin:visited {
    color: #fff
}
.btn-linkedin:active, .btn-linkedin:hover {
    background: #0b6087;
    color: #fff
}

.btn-twitter-two {
    background: #fff;
    border-radius: 3;
    color: #00acee;
	border: 1px solid #00acee;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.btn-twitter-two:link, .btn-twitter-two:visited {
    color: #fff
}

.btn-twitter-two:active, .btn-twitter-two:hover {
    background: #0087bd;
    color: #fff
}

.btn-facebook-two {
    background: #fff;
    border-radius: 3;
    color: #3b5998;
	border: 1px solid #3b5998;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.btn-facebook-two:link, .btn-facebook-two:visited {
   /* color: #fff*/
}

.btn-facebook-two:active, .btn-facebook-two:hover {
    background: #30477a;
    color: #fff
}

.btn-googleplus-two {
    background: #fff;
    border-radius: 3;
    color: #e93f2e;
	border: 1px solid #e93f2e;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.btn-googleplus-two:link, .btn-googleplus-two:visited {
    color: #fff
}

.btn-googleplus-two:active, .btn-googleplus-two:hover {
    background: #ba3225;
    color: #fff
}

.google_maps {
	text-decoration: none;
	width: 100%;
	height: 500px;
	float: left;
}

.shadow {
	background-image: url(../imgs/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.img-mask {
    background-size: cover;
    background-position: center center;
    display: block;
}


/*=========================================================*/

@media (min-width: 1200px){
	.container {
	width: 100%;
	}
}
	
	.sidebar-footer {
    bottom: 0;
    clear: both;
    display: block;
    padding: 0px 0 0;
    position: fixed;
    width: 250px;
    background: #e8e8e8;
	border-top: solid 5px #efefef;
    z-index: 999;
}

.sidebar-footer a {
    padding: 7px 0 3px;
    text-align: center;
    width: 25%;
    font-size: 17px;
    display: block;
    float: left;
    background: #e8e8e8;
    cursor: pointer;
}

.sidebar-footer a:hover {
    background: #dcdcdc;
}
	
.shadow-2 {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

.profile {
	background: #f9f9f9;
	padding-bottom: 15px;
}

.profile_pic {
    width: 35%;
    float: left;
}

.profile_info {
    padding: 20px 10px 10px;
    width: 65%;
    float: left;
}

.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 15px;
    border: 1px solid rgba(52,73,94,.44);
    padding: 4px;
}

.profile_info span {
	font-size: 13px;
	line-height: 25px;
	color: #8a8a8a;
}

.profile_info h2 {
    font-size: 12px;
    color: #000000;
    margin: 0;
    font-weight: 400;
}

.sidebar-left h3 {
	padding-left: 20px;
	color: #36383a;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 20px;
	/* text-shadow: 1px 1px #000;*/
}

.head-optional {
	/*background-image: url(../imgs/background-option.jpg);*/
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	padding:22px;
}

.head-optional h2 {
	font-size: 22px;
	font-weight: 500;
	color: #444444;
	margin-top: 5px;
	margin-bottom: 5px;
	/* letter-spacing: -0.37px;*/
}

.head-optional p {
	font-size:14px;
    margin-bottom: 0px;
}

.head-optional h2 span {
    color: #848383;
}

@media (max-width: 767px){
.head-optional {
	padding-bottom:25px;
	padding-top:25px;
}

.head-optional h2 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

}
	
/*===============================================================*/


.interrogacion_detalle{
	display:block;
	height:11px;
	width:16px;	
	background-image:url(../imgs/pregunta2.png);
	background-repeat:no-repeat;
	/*position:absolute;*/
	top: 0px;
	left: 180px;
	float: left;
	/*margin-top: 4px;*/
	margin-right: 8px;
}

.nique, .nique td{
	background-color:#000000 !important;
}

.valores-tabla {
	position: relative;
	/* float: left; */
	padding-left: 0;
	margin-bottom: 14px;
	margin-top: 10px;
	margin-left: 0px;
	float: none;
	border-bottom: solid 3px black;
	padding-bottom: 14px;
}

.valores-tabla li {
	list-style: none;
	position: relative;
	margin-right: 18px;
	float: none;
	padding-right: 30px;
	padding-left:0px;
}

.valores-tabla li:after {
    content: '';
    height: 40%;
    width: 1px;
    background: #DADADA;
    position: absolute;
    top: 30%;
    bottom: 30%;
    right: 0px;
}

.valores-tabla li:last-child:after {
    background: #fff;
}

.valores-tabla li .clase {
	margin-bottom:0px;
}

.valores-tabla li .numero {
	font-size:20px;
	font-weight:600;
	margin-bottom:6px;
	line-height: 20px;
	color:#444;
}

.valores-tabla li .moneda {
	font-size:15px;
	font-weight:500;
	margin-bottom:0px;
	color:#698c00;
	text-transform:uppercase;
}

.valores-tabla li .moneda.dos {
	color:#0085b2;
}
.valores-tabla li .moneda.tres {
	color:#ff9800;
}

   

/*===============================================================*/