/*
.filatodopago {
	display: none;
}
*/

/* 
    Document   : style
    Created on : 16-jul-2012, 12:24:49
    Author     : dattatec
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


/* STRUCTURE
---------------------- */



[id ^= "ventana-"],
[id ^= "popover-"]
{
	display: none;
}


/* RESET ICONS
------------------ */

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"],
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	font-size: 14px;
}

.btn-xlarge {
	padding: 20px 35px;
	font-size: 160%;
}

/* btn-mobile-block */
@media (max-width: 767px) {
	.btn-mobile-block{
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.btn-mobile-block + .btn-mobile-block{
		margin-top: 5px;
	}

}


.no-cssanimations .icon-spinner{
	background-image: url("/img/ajax-loader-spinner-03.gif") !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border-radius: 20px;
	padding: 2px;
	vertical-align: middle;
	margin-top: -2px;

	height: 12px !important;
	width: 12px !important;
	
	text-indent: -9999px;
}

.no-cssanimations .icon-spinner,
.no-cssanimations .btn .icon-spinner,
.no-cssanimations .nav .icon-spinner{
	display: inline-block;
	*display: inline; /* IE7 inline-block hack */
	*zoom: 1;
}

.no-cssanimations .icon-spinner.icon-white{
	background-image: url("/img/ajax-loader-spinner-02.gif") !important;
	background-color: #000;
}


/* ------------------------------- */

.pre{
	white-space: pre-wrap;
}


/* ------------------------------- */

[class][class^="icon-img-align"],
[class][class*=" icon-img-align"]{
	background: url("/img/align-sprite-bootstrap.png") !important;
	background-position: 0 -3px;
	background-repeat: no-repeat;
	height: 26px;
	width: 32px;
	
	display: inline-block !important;
	*display: inline; /* IE7 inline-block hack */
	*zoom: 1;

}

.icon-img-align-auto{
}

.icon-img-align-auto{
	
}

[class].icon-img-align-left-wordwrap{
	background-position: 0 -35px !important;

}

[class].icon-img-align-left{
	background-position: 0 -67px !important;		
}

[class].icon-img-align-right-wordwrap{
	background-position: 0 -163px !important;			
}

[class].icon-img-align-center{
	background-position: 0 -99px !important;	
	
}

[class].icon-img-align-right{	
	background-position: 0 -131px !important;	
}


/* -------------------- */
.align-right, table td.align-right, table th.align-right{
	text-align: right;
}

.align-center, table td.align-center, table th.align-center{
	text-align: center;
}

.align-left, table td.align-left, table th.align-left{
	text-align: left;
}

.text-strike{
	text-decoration: line-through;
}

.position-relative{
	position: relative;
}

.position-absolute{
	position: absolute;
}

.border-box{ 
	-webkit-box-sizing  : border-box;
	   -moz-box-sizing	: border-box;
	    -ms-box-sizing	: border-box;
	     -o-box-sizing	: border-box;
	        box-sizing	: border-box;
}



table td.condensed, table th.condensed{
	width: 1px;
	white-space: nowrap;
}


/* ------------------------ */


.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width:100%;
		margin-bottom: 17.25px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

/* ------------------------ */


.dimmed-little{
	opacity: .7;
	filter: alpha(opacity=70);
}

.dimmed{
	opacity: .3;
	filter: alpha(opacity=30);
}



.control-label{
	display: block;
}

.required .control-label{
	opacity: 1;
	font-weight: bold;
}

.required .control-label:after{
	content: ' * (requerido)';
	opacity: .75;
	color: #990000;
	font-weight: normal;
	font-size: 90%;

	display: inline-block;
	*display: inline; /* IE7 inline-block hack */
	*zoom: 1;

	vertical-align: middle;
	margin-left: 5px;
}

small{
	font-size:80%;
}


.borderless{
	border: none !important;
}

/* ----------------------- */
.input-clearable {
	padding-right: 30px !important; 
	position:relative; 
	z-index: 1;
}

.input-clearable + .close {
	background: none !important;
	box-shadow: none;
	border: none;
	position: relative;
	margin-left: -20px;
	margin-right: 8px;
	border-radius: 35px;
	height: 20px;
	width: 20px;
	padding: 0;
	margin-top: 5px;
	z-index: 3;
	float: none;
	line-height: 30px;
}

input.input-tall {
	height: 48px;
}

.uneditable-textarea{
	white-space: pre;
}

.textarea-medium-height{
	max-height: 100px;
	overflow-y: auto;
}


.input-append select.add-on,
 .input-preppend select.add-on{
    height: 30px;
    line-height: 28px;
}

select.input-block-level {
	display: inline-block;
}



/* --------------------- */
img.loading{
	opacity: .2;
	background: url("/img/ajax-loader-spinner-03.gif") center center no-repeat;
}

img.error{
	opacity: .5;
	border: 5px solid #ff0000;
	margin: -5px;
}

.img-polaroid{
	-webkit-box-sizing  : border-box;
	   -moz-box-sizing	: border-box;
	    -ms-box-sizing	: border-box;
	     -o-box-sizing	: border-box;
	        box-sizing	: border-box;
}

/* -------------------- */

.modal.modal-large{
	margin-left: -480px;
	width: 960px;
}

.modal.modal-large .popup-box-message {
	max-width: 	960px;
}

.modal-backdrop-transparent {
	background-color: transparent;
}

@media(min-width: 1200px){
	.modal.modal-large{
		margin-left: -490px;
		width: 980px;
	}

	.modal.modal-large .popup-box-message {
		max-width: 	980px;
	}
}

@media(min-width: 768px) and (max-width: 979px){
	.modal.modal-large{
		width: 768px;
		margin-left: -384px;
	}
}

.modal-status-message{
	padding: 50px;
	text-align: center;
}


.modal.fade{
	opacity: 0;	
	top: 10%;
	margin-top: 0;
	
	-webkit-transform: translateY(-100px) translate3d(0,0,0);
	-moz-transform: translateY(-100px) translate3d(0,0,0);
	-ms-transform: translateY(-100px) translate3d(0,0,0);
	-o-transform: translateY(-100px) translate3d(0,0,0);
	transform: translateY(-100px) translate3d(0,0,0);
	
	
	-webkit-transition: opacity .3s linear, -webkit-transform .3s ease-out;
	-moz-transition: opacity .3s linear, -moz-transform .3s ease-out;
	-ms-transition: opacity .3s linear, -ms-transform .3s ease-out;
	-o-transition: opacity .3s linear, -o-transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
}


.modal.fade.in{
	top: 10%;
	opacity: 1;

	-webkit-transform: translateY(0px) translate3d(0,0,0);
	-moz-transform: translateY(0px) translate3d(0,0,0);
	-ms-transform: translateY(0px) translate3d(0,0,0);
	-o-transform: translateY(0px) translate3d(0,0,0);
	transform: translateY(0px) translate3d(0,0,0);

}


/* fix fluid thumbnails. Not working on ie7
--------------------------------------------- */
.row-fluid ul.thumbnails > li.first{
	margin-left: 0px;
	clear: left;
}


/* pull spans
------------------------------------------ */
.row-fluid [class*="span"].pull-right {
/*	margin-left: 20px;*/
}

.row-fluid [class*="span"].pull-right + [class*="span"] {
	margin-left: 0;
}

@media (max-width: 767px) {
	.row-fluid [class*="span"].pull-right ,
	.row [class*="span"].pull-right {
		float: none;
	}
}

/* draggables 
--------------------- */
.draggable{
	cursor: move;
}

.table-expandable > tbody > tr.ui-sortable-helper{
	display: table;
}


/* --------------- */
.modal-fixed{
	left: 0;
	right: 0;
	width: auto;
	position: relative;
	margin: 0;
	top: 10px;
	z-index: 1;
}

.modal-fixed .modal-body{
	max-height: none;
}

.modal-left{
	width: 1070px;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 1s;
}

.modal-left:hover{
	opacity: 1;
}


/* ---------------------- */
.close.inline{
	float: none;
	display: inline-block;
	*display: inline; /* IE7 inline-block hack */
	*zoom: 1;

	margin-left: 5px;
	line-height: 10px;
}


/* img.zoomable
--------------- */
img.zoomable,
[rel="zoomimage"]{
	cursor: pointer;
	cursor:  -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

/* wysihtml5
-------------------- */
iframe.wysihtml5-sandbox{
	-webkit-box-sizing  : border-box;
	   -moz-box-sizing	: border-box;
	    -ms-box-sizing	: border-box;
	     -o-box-sizing	: border-box;
	        box-sizing	: border-box;
}


/* smartaffix */
.affix{
	z-index: 1; 
	z-index: 1030; /* fix para los botones de seleccion vista productos*/
}

.affix-bottom{
	bottom: 0;
}

.affix-at-top{
	top: 0;
	bottom: auto !important;
}

.affix-at-bottom{
	top: auto !important;
	bottom: 0;
}


/* drop-zone
----------------- */
.drop-zone{
	border: 2px dashed #ddd;
	display: block;
	min-height: 50px;
	margin: 10px 0;
	padding: 10px;
}

.dragover .drop-zone{
	border-color: #ff672b;
	background-color: #eee;
}



/* ICONOS SNIPPETS
--------------------- */

.btn [class^="icon-snippet-"],
.nav [class^="icon-snippet-"],
.btn [class*=" icon-snippet-"],
.nav [class*=" icon-snippet-"]{
	*display: inline; /* IE7 inline-block hack */
	*zoom: 1;

}

[class^="icon-snippet-"],
[class*=" icon-snippet-"] {
	background-image: url("/img/iconos-snippets-black.png");
	vertical-align: middle;
	width: 48px;
	height: 45px;
	padding-bottom: 5px;
	background-position: 200px 200px;
	background-repeat: no-repeat;
}

.icon-snippet-columns				{ background-position: -226px -57px; }
.icon-snippet-horizontal-divider	{ background-position: -0px -57px; }
.icon-snippet-horizontal-separator	{ background-position: -115px -57px; }
.icon-snippet-group					{ background-position: -170px -57px; }
.icon-snippet-box					{ background-position: -58px -57px; }
.icon-snippet-carousel				{ background-position: -284px -57px; }

.icon-snippet-title					{ background-position: 0 0px; }
.icon-snippet-button				{ background-position: -338px -112px; }
.icon-snippet-subtitle				{ background-position: -58px 0px; }
.icon-snippet-paragraph				{ background-position: -115px 0px; }
.icon-snippet-richtext				{ background-position: -394px 0px; }


.icon-snippet-picture				{ background-position: -227px 0px; }
.icon-snippet-icono					{ background-position: -170px -170px; }
.icon-snippet-video					{ background-position: -282px 0px; }
.icon-snippet-map					{ background-position: -162px 0px; }
.icon-snippet-galeria				{ background-position: -338px -57px; }
.icon-snippet-flickr-album			{ background-position: -319px -161px; }
.icon-snippet-instagram				{ background-position: -226px -170px; }
.icon-snippet-soundcloud			{ background-position: -280px -170px; }
.icon-snippet-ustream				{ background-position: -336px -170px; }

.icon-snippet-facebook-like			{ background-position: 3px -171px; }
.icon-snippet-facebook-comments		{ background-position: -58px -171px; }
.icon-snippet-facebook-page	    	{ background-position: -447px -170px; }
.icon-snippet-twitter-timeline		{ background-position: -112px -171px; }
.icon-snippet-socialsharer			{ background-position: -394px -170px; }
.icon-snippet-tripadvisor			{ background-position: -394px -57px; }
.icon-snippet-qrcode				{ background-position: -449px -2px; }
.icon-snippet-galeria-productos		{ background-position: -506px -2px; }

.icon-snippet-form					{ background-position: 0px -112px; }
.icon-snippet-form-input			{ background-position: -116px -112px; }
.icon-snippet-form-textarea			{ background-position: -171px -112px; }
.icon-snippet-form-select			{ background-position: -226px -112px; }
.icon-snippet-form-envialosimple	{ background-position: -286px -112px; } 

.icon-snippet-product				{ background-position: -19px -461px; }
.icon-snippet-catalog				{ background-position: -119px -461px; }
.icon-snippet-google-adsense		{ background-position: -333px -0px; }

.icon-snippet-estructura			{ background-position: -230px 0px; }
.icon-snippet-texto					{ background-position: -201px 0px; }
.icon-snippet-multimedia			{ background-position: -173px 0px; }
.icon-snippet-social				{ background-position: -288px 0px; }
.icon-snippet-formularios			{ background-position: -106px 0px; }
.icon-snippet-publicidad			{ background-position: -144px 0px; }

.icon-snippet-info					{ background-position: -294px 0px; }
.icon-snippet-iframe			    { background-position: -392px -111px; }
.icon-snippet-emoji			        { background-position: -449px -111px; }

.icon-snippet-background-video		{ background-position: -452px -56px; }
.icon-snippet-combo		            { background-position: -507px -60px; }
.icon-snippet-radio		            { background-position: -505px -112px; }
.icon-snippet-ancla		            { background-position: -505px -170px; }





/* ----------------------------------------- */

.description{
	font-style: italic;
	font-size: 90%;
	opacity: .8;
	line-height: 130%;
	margin-top: 5px;
	padding-right: 2px; /* algunas tipografías se cortan sino */
	padding-left: 2px; /* algunas tipografías se cortan sino */
}


/* cursors
----------------- */
.cursor-pointer{
	cursor: pointer;
}

.pointer-events-none{
	pointer-events: none;
}


/* lifted
----------------- */
.lifted {
	position: relative;
	
	border-bottom: 8px solid rgba(0,0,0,.1);
	border-radius: inherit;
}

/* dattachat
---------------------- */
.dattachat-button{
	position: fixed;
	bottom: 0;
	right: 0;
}

.dattachat-placeholder{
	visibility: hidden;
}



/* -------------------------- */
@media (min-width: 768px){
	.extendfull, .extendleft
	{
		padding-left: 3000px !important;
		margin-left: -3000px !important;
	}

	.extendfull, .extendright
	{
		padding-right: 3000px !important;
		margin-right: -3000px !important;
	}
}

/* hack para templates viejos */
@media (max-width: 767px){
	.extendfull, .extendleft, .page-header
	{
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.extendfull, .extendright, .page-header
	{
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
	
}






/* servicios de pago
------------------ */
ul.servicios-pago.zoom li img {
	-webkit-transition: .1s all;
	   -moz-transition: .1s all;
	    -ms-transition: .1s all;
	     -o-transition: .1s all;
	        transition: .1s all;
	width: 30px;
}
ul.servicios-pago.zoom li:hover img {
	-webkit-transform: scale(1.66666);
	   -moz-transform: scale(1.66666);
	    -ms-transform: scale(1.66666);
	     -o-transform: scale(1.66666);
	        transform: scale(1.66666);
			
	opacity: 1;
}


/* METODOS-DE-ENVIO
----------------------- */
[class^="metodoenvio-"],
[class*=" metodoenvio-"]{
	background-image: url(/img/metodosenvio/metodos-de-envio_es.png);
	height: 50px;
	width: 190px;
	background-position: 0 50px;
	background-repeat: no-repeat;
	max-width: none;
}

html[lang="en"] [class^="metodoenvio-"],
html[lang="en"] [class*=" metodoenvio-"]{
	background-image: url(/img/metodosenvio/metodos-de-envio_en.png);
}

html[lang="pt"] [class^="metodoenvio-"],
html[lang="pt"] [class*=" metodoenvio-"]{
	background-image: url(/img/metodosenvio/metodos-de-envio_pt.png);
}

.metodoenvio-aconvenir              { background-position: -220px -8px; }
.metodoenvio-aconvenir.active       { background-position: 0px -8px; }

.metodoenvio-gratis                 { background-position: -220px -73px; }
.metodoenvio-gratis.active          { background-position: 0px -73px; }

.metodoenvio-retirasucursal         { background-position: -220px -142px; }
.metodoenvio-retirasucursal.active  { background-position: 0px -142px; }

.metodoenvio-oca                    { background-position: -220px -212px; }
.metodoenvio-oca.active             { background-position: 0px -212px; }





/* ---------------  no-gutters -------------- */
.row-fluid.no-gutters {
  width: 100%;
  *zoom: 1;
}
.row-fluid.no-gutters:before,
.row-fluid.no-gutters:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid.no-gutters:after {
  clear: both;
}
.row-fluid.no-gutters [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  float: left;
  margin-left: 0;
  *margin-left: -0.05319148936170213px;
	-webkit-box-sizing  : border-box;
	   -moz-box-sizing	: border-box;
	    -ms-box-sizing	: border-box;
	     -o-box-sizing	: border-box;
	        box-sizing	: border-box;
}
.row-fluid.no-gutters [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid.no-gutters .controls-row [class*="span"] + [class*="span"] {
  margin-left: 0;
}
.row-fluid.no-gutters .span12 {
  width: 99.99999999999999%;
  *width: 99.94680851063828%;
}
.row-fluid.no-gutters .span11 {
  width: 91.66666666666666%;
  *width: 91.61347517730495%;
}
.row-fluid.no-gutters .span10 {
  width: 83.33333333333331%;
  *width: 83.2801418439716%;
}
.row-fluid.no-gutters .span9 {
  width: 74.99999999999999%;
  *width: 74.94680851063828%;
}
.row-fluid.no-gutters .span8 {
  width: 66.66666666666666%;
  *width: 66.61347517730495%;
}
.row-fluid.no-gutters .span7 {
  width: 58.33333333333333%;
  *width: 58.28014184397163%;
}
.row-fluid.no-gutters .span6 {
  width: 49.99999999999999%;
  *width: 49.94680851063829%;
}
.row-fluid.no-gutters .span5 {
  width: 41.66666666666666%;
  *width: 41.613475177304956%;
}
.row-fluid.no-gutters .span4 {
  width: 33.33333333333333%;
  *width: 33.28014184397163%;
}
.row-fluid.no-gutters .span3 {
  width: 24.999999999999996%;
  *width: 24.946808510638295%;
}
.row-fluid.no-gutters .span2 {
  width: 16.666666666666664%;
  *width: 16.613475177304963%;
}
.row-fluid.no-gutters .span1 {
  width: 8.333333333333332%;
  *width: 8.28014184397163%;
}
.row-fluid.no-gutters .offset12 {
  margin-left: 99.99999999999999%;
  *margin-left: 99.89361702127657%;
}
.row-fluid.no-gutters .offset12:first-child {
  margin-left: 99.99999999999999%;
  *margin-left: 99.89361702127657%;
}
.row-fluid.no-gutters .offset11 {
  margin-left: 91.66666666666666%;
  *margin-left: 91.56028368794324%;
}
.row-fluid.no-gutters .offset11:first-child {
  margin-left: 91.66666666666666%;
  *margin-left: 91.56028368794324%;
}
.row-fluid.no-gutters .offset10 {
  margin-left: 83.33333333333331%;
  *margin-left: 83.2269503546099%;
}
.row-fluid.no-gutters .offset10:first-child {
  margin-left: 83.33333333333331%;
  *margin-left: 83.2269503546099%;
}
.row-fluid.no-gutters .offset9 {
  margin-left: 74.99999999999999%;
  *margin-left: 74.89361702127657%;
}
.row-fluid.no-gutters .offset9:first-child {
  margin-left: 74.99999999999999%;
  *margin-left: 74.89361702127657%;
}
.row-fluid.no-gutters .offset8 {
  margin-left: 66.66666666666666%;
  *margin-left: 66.56028368794324%;
}
.row-fluid.no-gutters .offset8:first-child {
  margin-left: 66.66666666666666%;
  *margin-left: 66.56028368794324%;
}
.row-fluid.no-gutters .offset7 {
  margin-left: 58.33333333333333%;
  *margin-left: 58.226950354609926%;
}
.row-fluid.no-gutters .offset7:first-child {
  margin-left: 58.33333333333333%;
  *margin-left: 58.226950354609926%;
}
.row-fluid.no-gutters .offset6 {
  margin-left: 49.99999999999999%;
  *margin-left: 49.89361702127659%;
}
.row-fluid.no-gutters .offset6:first-child {
  margin-left: 49.99999999999999%;
  *margin-left: 49.89361702127659%;
}
.row-fluid.no-gutters .offset5 {
  margin-left: 41.66666666666666%;
  *margin-left: 41.560283687943254%;
}
.row-fluid.no-gutters .offset5:first-child {
  margin-left: 41.66666666666666%;
  *margin-left: 41.560283687943254%;
}
.row-fluid.no-gutters .offset4 {
  margin-left: 33.33333333333333%;
  *margin-left: 33.226950354609926%;
}
.row-fluid.no-gutters .offset4:first-child {
  margin-left: 33.33333333333333%;
  *margin-left: 33.226950354609926%;
}
.row-fluid.no-gutters .offset3 {
  margin-left: 24.999999999999996%;
  *margin-left: 24.893617021276594%;
}
.row-fluid.no-gutters .offset3:first-child {
  margin-left: 24.999999999999996%;
  *margin-left: 24.893617021276594%;
}
.row-fluid.no-gutters .offset2 {
  margin-left: 16.666666666666664%;
  *margin-left: 16.56028368794326%;
}
.row-fluid.no-gutters .offset2:first-child {
  margin-left: 16.666666666666664%;
  *margin-left: 16.56028368794326%;
}
.row-fluid.no-gutters .offset1 {
  margin-left: 8.333333333333332%;
  *margin-left: 8.22695035460993%;
}
.row-fluid.no-gutters .offset1:first-child {
  margin-left: 8.333333333333332%;
  *margin-left: 8.22695035460993%;
}
@media (max-width: 767px) {
  .row-fluid.no-gutters {
    width: 100%;
  }
  .row-fluid.no-gutters [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0px;
	-webkit-box-sizing  : border-box;
	   -moz-box-sizing	: border-box;
	    -ms-box-sizing	: border-box;
	     -o-box-sizing	: border-box;
	        box-sizing	: border-box;
  }
  .row-fluid.no-gutters [class*="offset"]:first-child {
    margin-left: 0;
  }
  .span12,
  .row-fluid.no-gutters .span12 {
    width: 100%;
	-webkit-box-sizing  : border-box;
	   -moz-box-sizing	: border-box;
	    -ms-box-sizing	: border-box;
	     -o-box-sizing	: border-box;
	        box-sizing	: border-box;
  }
}



/* .screen-size
------------- */
.full-size{
	width	: 100%;
	height	: 100%;
}



/* fluid thumbnails fix
--------------------- */
.row-fluid ul.thumbnails li.span12 + li,
.row-fluid ul.thumbnails li.span6:nth-child(2n + 3),
.row-fluid ul.thumbnails li.span4:nth-child(3n + 4),
.row-fluid ul.thumbnails li.span3:nth-child(4n + 5),
.row-fluid ul.thumbnails li.span2:nth-child(6n + 7),
.row-fluid ul.thumbnails li.span1:nth-child(12n + 13) {
	margin-left : 0px;
	clear: left;
}

.widget-container-galeria .row-fluid .span12 + li,
.widget-container-galeria .row-fluid .span6:nth-child(2n + 3),
.widget-container-galeria .row-fluid .span4:nth-child(3n + 4),
.widget-container-galeria .row-fluid .span3:nth-child(4n + 5),
.widget-container-galeria .row-fluid .span2:nth-child(6n + 7),
.widget-container-galeria .row-fluid .span1:nth-child(12n + 13) { margin-left : 0px; }

/* dropdown
---------------- */
.dropdown-menu > li.dropdown-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
	margin-bottom: 10px;
}

.dropdown-menu > li.dropdown-item + li.dropdown-item {
	border-top: 1px solid #eee;
	padding-top: 10px;
}


.horizontal-scrollable{
	width: 100%;
	overflow: auto;
}


/* youtube-embed-container
------------------------------ */
.embed-container {
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed,
.embed-container > img
{ 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

/* no video container
------------------------------*/
.novideo-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 5%;
	height: 0;
	overflow: hidden;
}

.novideo-container > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* recaptcha */
.recaptchatable *{
	max-width: none;
}


.inline-block{
	display: inline-block;
}

.display-block{
	display: block;
}

.visibility-hidden{
	visibility: hidden;
}

.text-unselectable{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* carousel centrado
----------------------- */
.align-center .carousel-inner>.item>img {
	margin: auto;
	//display: inline-block;
}

.align-right .carousel-inner>.item>img {
	margin: auto;
	margin-right: 0;
	//display: inline-block;
}

/* IE8 fix
-------------- */
html.no-opacity .fade{
	visibility: hidden;
}

html.no-opacity .fade.in{
	visibility: initial;
}



/* animaciones
------------------ */

@-webkit-keyframes background-pan-left /* Safari and Chrome */
{
from {background-position: 1920px 0;}
to {background-position: 0px 0;}
}

@keyframes background-pan-left /* Safari and Chrome */
{
from {background-position: 1920px 0;}
to {background-position: 0px 0;}
}

.anim-background-pan-left-slow{
	-webkit-animation: background-pan-left 100s infinite linear;
	animation: background-pan-left 100s infinite linear;
}




/*
css3 fixs
--------------- */
.bounceIn {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

/* CAJA HW-ACELERATED
------------------------ */
.snippet-caja-hw-layers {
  position: relative;
}

.snippet-caja-hw-contenido-container {
  z-index: 1;
  position: relative;
}

.snippet-caja-hw-bg-container {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  overflow: hidden;
}

.snippet-caja-hw-bg {
  height: 200%;
  width: 100%;
  margin-top: -25%;
}


/* precio-tachado
------------------ */
.precio-tachado:before {
	background-color: #000;
	height: .06em;
	width: 100%;
	position: absolute;
	top: .5em;
	content: "";
	/* position: relative; */
	transform: rotate(-5deg);
}
.precio-tachado {
	font-size: 70%;
	position: relative;
	opacity: .5;
	display: inline-block;
}


/* VERTICAL ALIGN
----------------------- */


div.vertical-align-center,
div.vertical-align-bottom{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	align-items: center;
	-webkit-align-items: center;
}

div.vertical-align-center > *,
div.vertical-align-bottom > *{
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	min-width: 0; /* fix: en firefox, las imágenes que superan el ancho de un contenedor flex, quedan fuera */
}

div.vertical-align-bottom{
	align-items: flex-end;
	-webkit-align-items: flex-end;
}


/* FIX IE
------------- */
html.no-flexbox div.vertical-align-center,
html.no-flexbox div.vertical-align-bottom{
	display: table;
	width: 100%;
	table-layout: fixed; /* FIX PARA IE, PARA QUE LAS IMÁGENES TENGAN EL ANCHO QUE CORRESPONDA Y NO SEAN MÁS GRANDES*/
}

html.no-flexbox div.vertical-align-center > *{
	display: table-cell;
	vertical-align: middle;
}

html.no-flexbox div.vertical-align-bottom > *{
	display: table-cell;
	vertical-align: bottom;
}


/* list-selector
------------------ */
.control-group ul.list-selector{
	margin-bottom: 0;
}

ul.options-color{
	margin-left: 0px;
	margin-top: 0px;
}

ul.options-color  > li{
	padding: 0px;
	margin: 1px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 100%;
}
ul.options-color a {
	padding: 4px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	width: 20px;
	font-size: 9px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;

	border: 3px solid transparent;
	position: relative;
	-webkit-perspective: 1000px; /*quita el blur del texto*/

	border-radius: 100%;

}

ul.options-color  > li.active{
	padding: 1px;
	margin: 0px;
}

ul.options-color  > li.active > a{
	border-color: #fff;
}

ul.options-color > li > a > span {
	display: block;
	height: 100%;
	width: 100%;
	/* border: 2px solid; */
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul.options-color > li > a .text {
	opacity: .3;
	/* transform: rotate(-45deg); */
	display: block;
	font-size: 10px;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	position: absolute;
	top: 50%;

	line-height: 9px;
	text-align: center;

	font-size: 14px;
}

ul.options-color > li.active > a .text{
	opacity: 1;
}

/* ------------- */
.form-horizontal .control-group ul.options-label{
	/*margin-top: 4px;*/

}

ul.options-label{
}

ul.options-label > li{
	display: inline-block;
	padding: 0px;
	margin-right: 8px;
	border-radius: 4px;

	border: 2px solid;
}

ul.options-label > li > a {
	font-size: 100%;
	min-width: 30px;
	text-align: center;
	line-height: 150%;


	padding: 2px 4px;
	text-decoration: none;

	display: inline-block;

	border: 2px solid transparent;

	border-radius: 4px;
}


ul.options-label > li.active{
	border-color: #000;
}

ul.options-label > li.active > a {
	border-color: #fff;
	color: #fff;
	background-color: #000;
}
ul.options-label > li > a .text{

}



