@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
root { 
    display: block;
}

body,
html {
	height: 100%;
	max-height: 100%;
}

body {
	background: #f6f6f6;
	background: #eee;
	overflow: scroll; /* el espacio para la barra de scroll está ocupado siempre, aunque no haya scroll */
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 109px;
}

body.modal-open{
	overflow: hidden;
}

@media (max-width: 767px) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
}

h1{
	font-size: 50px;
	font-weight: normal;
}

/*
.dropdown-submenu {
	position:relative;
}

.dropdown-submenu > .dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}

.dropdown-submenu > a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color:#555;
}

.dropdown-submenu.pull-left {
	float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
*/

/* MEDIA TABLA LISTADO */

.media-tabla-listado {
	margin-top: 25px !important;
	overflow: visible;
}

.media-tabla-listado .media-object.pull-left {
	margin-right: 25px;
}

.media-tabla-listado .media-body {
	padding-top: 20px;
	overflow: visible;
}

.media-tabla-listado h3 {
	font-size: 28px;
}

.media-tabla-listado p {
	color: #999;
}

.modal-body.has-changes{
	box-shadow: 0 0 5px #FF872B  inset; /*, 0 0 360px rgba(255, 135, 43,.3) inset;*/
}

.modal-body-canvas{
	background-color: #F6F6F6;
}

/* ---------------- */
.table-vertical-align-middle > thead > tr > td,
.table-vertical-align-middle > thead > tr > th,
.table-vertical-align-middle > tbody > tr > td{
	vertical-align: middle;
}

.table > thead > tr.vertical-align-bottom > th,
.table > thead > tr.vertical-align-bottom > td,
.table > tbody > tr.vertical-align-bottom > td{
	vertical-align: bottom;
}

.table > thead > tr.vertical-align-top > th,
.table > thead > tr.vertical-align-top > td,
.table > tbody > tr.vertical-align-top > td{
	vertical-align: top;
}

/* .nav-tabs
--------------------- */
.nav-tabs > li > a, 
.nav-pills > li > a {
	padding-right: 16px;
	padding-left: 16px;
}


/*
----------------- */
.nav-tabs > li.dropdown.active > a, .nav-tabs > li.dropdown.active > a:hover, .nav-tabs > li.dropdown.active > a:focus {
	cursor: pointer;
}


/* tababble.main
------------------------ */
.tabbable-main{
	
}

.tabbable-main > .nav-tabs{
	margin-bottom:0;
	
}

.tabbable-main > .tab-content{
	/*background: #f8f8f8;*/
}


/* tababble.subcontenido
------------------------ */

.tabbable.subcontenido .nav-tabs {
	display: inline-block;
	vertical-align: bottom;
}

.tabbable.subcontenido > .container > .tab-content {
	overflow: visible; /* agregado en nuevo listado paginas */
}

/*
.tabbable.subcontenido > .tab-content .tab-pane > .alert{
	margin: 0;
	border: 0;
	background: white;
	border-radius: 0;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
	position: relative;
}
*/

/* idiomas
-------------------- */
.tabbable.traducciones {
	background: #eee;
	border-radius: 5px;
}

.tabbable.traducciones ul.nav-tabs{
   margin-right: -1px;
}

.tabbable.traducciones ul.nav-tabs > li{
}

.tabbable.traducciones ul.nav-tabs > li.active{
}

.tabbable.traducciones ul.nav-tabs > li.active > a{
}


.tabbable.traducciones .tab-content{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 10px;
	border-radius: 0 5px 5px 0;
}


/* tabbable-flex
--------------------- */

.tabbable-flex {
	height: 100%;

	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.tabbable-flex .nav.nav-tabs{
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}

.tabbable-flex.tabs-left .nav.nav-tabs{
	float: none;
	width: 350px;
}



.tabbable-flex .tab-content {
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	width: 100%;
}


/* vertical tabs in tables
--------------- */

.ss-table-tabs-left > .tab-content {
	overflow: auto;
	padding: 10px 20px;
}

.ss-table-tabs-left .nav {
	margin: -15px 15px -15px -15px;
}

.ss-table-tabs-left .nav li > a {
	background-color: #fff;
	margin: 0;
	padding: 15px 45px 15px 20px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ss-table-tabs-left .nav li:hover > a,
.ss-table-tabs-left .nav li:focus > a {
	background-color: #eee;
}

.ss-table-tabs-left .nav li.active > a {
	background-color: #49BDE5;
	color: #fff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ss-table-tabs-left .nav li.active > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	right: -6px;
	background-color: white;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.ss-table-tabs-left .resumen {
	position: absolute;
	right: 15px;
	top: 17px;
	line-height: 15px;
}

/* picture-uploader
-------------------- */
.picture-uploader{
	margin-top: 20px;
}





/* .search-query
--------------------- */
.search-query{
	-moz-transition: width 1s;
}
.search-query.empty:not(:focus){
	width:40px;
}


/* .templates-thumbnails
--------------------------- */

ul.thumbnails.lista-thumbnails-templates {
    margin-bottom: 50px;
    margin-left: 0;
}

.plantilla-actual .thumbnail {
	padding: 0;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.plantilla-actual p.nombre {
	padding: 5px 10px 0 10px;
	font-size: 13px;
	font-weight: 700;
}

.template-selector-categoria{
	margin-top: 10px;	
}


@media (max-width: 767px) {
	.templates-thumbnails{
		height: auto;
		overflow: hidden;
	}
	
	.templates-thumbnails img{
		width: 100%;
	}
}

/* footer
----------------------------- */
.footer{
	margin: 40px 0 0 0;
	padding: 20px 0 20px;
	color: #999;
	font-size: 12px;

	-webkit-filter: grayscale(100%);
	opacity: .5;
	transition: .3s all;
}

.footer:hover{
	-webkit-filter: grayscale(0%);
	opacity: 1;
}



/* wysihtml5
----------------------------- */
ul.wysihtml5-toolbar .btn {
	font-size: 80%;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	padding: 0px 8px;
	margin: 0;
}

ul.wysihtml5-toolbar > li {
	margin: 0 5px 5px 0;
}



/* file-input 
------------------------------------------- */
.fileinput-button{
	float: none;
}


/* --------------- sticky ---------------- */

/*

html, body { height: 100%; }

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}

.wrapper {
	overflow-y: auto;
}

*/

@media (max-width: 767px) {
	.wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.push { height: 120px; } /* Just some arbitrary space to add between footer and rest of the content, when they are close */

/* not required for sticky footer; just makes some space for navigation bar */
.wrapper > .container-fluid {
	padding-top: 60px;
}


/* ---------------------------------- */
.page-header{
	
}

.page-body{
	min-height: 100px;
}

.page-footer{
	
}


/* HOME
---------------------------- */

.pagina-inicio h1 {
	color: #EA3624;
}

/* PAGINA PLANTILLAS
----------------------- */

@media (max-width: 979px) {
	.pagina-plantillas {
		position: relative;
		margin-top: -20px;
	}
}

.pagina-plantillas .template-seleccionado {
	background-color: #fff;
}

.pagina-plantillas .template-seleccionado .template-comenzar-container {
	width: 100%;
}

@media (max-width: 979px) {
	.pagina-plantillas .template-seleccionado .template-comenzar-container {
		text-align: center;
	}
}

/* .seccion-editable
	------------------ */
.seccion-editable > .modal-body {
	background: #f8f8f8;
	max-height: none;
	border-radius: 5px 5px 0 0;
	overflow: visible; /* agregado en nuevo listado paginas */
}

/* ----------------------- */
[class^="icon-scale-"],
[class*=" icon-scale-"] {
	display: inline-block  !important;
	width: 25px !important;
	height: 25px  !important;
	line-height: 25px;
	vertical-align: text-top;
	background-image: url("/img/common.png") !important;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 1px;
}

.icon-scale-fit			{ background-position: 0px			-150px;}
.icon-scale-stretch		{ background-position: -50px		-150px;}
.icon-scale-crop-start	{ background-position: -100px		-150px;}
.icon-scale-crop		{ background-position: -150px		-150px;}
.icon-scale-crop-end	{ background-position: -200px		-150px;}
.icon-scale-contain		{ background-position: -250px		-150px;}

.icon-large[class^="icon-scale-"],
.icon-large[class*=" icon-scale-"] {
	width: 50px !important;
	height: 50px  !important;
	line-height: 50px;
}
.icon-large.icon-scale-fit			{ background-position: 0px			-100px;}
.icon-large.icon-scale-stretch		{ background-position: -100px		-100px;}
.icon-large.icon-scale-crop-start	{ background-position: -200px		-100px;}
.icon-large.icon-scale-crop			{ background-position: -300px		-100px;}
.icon-large.icon-scale-crop-end		{ background-position: -400px		-100px;}
.icon-large.icon-scale-contain		{ background-position: -500px		-100px;}


.icon-spinner {
/*	-webkit-transition: all .3s;*/
}

.icon-spinner.out{
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0;
	filter: alpha(opacity=0);
}

.icon-spinner.out::before{
	width: 0;
}

/* ----------------------------- */
[class^="icon-repeat-"],
[class*=" icon-repeat-"] {
  display: inline-block  !important;
  width: 16px !important;
  height: 16px  !important;
  line-height: 30px;
  vertical-align: text-top;
  background-image: url("/img/common.png") !important;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.icon-repeat-vertical{
	background-position: -2px -220px;	
}

.icon-repeat-horizontal{
	background-position: -22px -200px;		
}

.icon-repeat-all{
	background-position: -2px -200px;	
}

.icon-repeat-none{
	background-position: -22px -220px;		
}


/* ----------------------------- */
.icon-mobile-phone-landscape:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


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

.media-body{
	padding-left: 5px;
}





/* full-screen-edit
---------------------- */

.full-screen{
	position: fixed;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
}


/* MCE
----------- */

table.mceLayout > tbody > tr.mceFirst + tr{
	height: 100%;
}



.info-tip{
/*
	width: 200px;
	padding: 10px 20px;
*/
}

.alert-tip{
	background: #f9f9f9;
	color: #aaa;
	border-color: #eee;
	font-size: 90%;
	line-height: 140%;
}

/* UI LAYOUT
------------------------ */

.edicion-pagina.full-screen > .ui-layout-container > .ui-layout-pane.ui-layout-pane-center{
	background: #f6f6f6 !important;	
}

.edicion-pagina.full-screen .ui-layout-pane {
	padding: 0 !important;
}
.edicion-pagina.full-screen .ventana-previsualizacion-background{
	width: 100%;
	height: 100%;
	background: #333;
	box-sizing: border-box;
	padding: 20px;
}

.edicion-pagina.full-screen .widget h1,
.edicion-pagina.full-screen .widget h2 {
	padding-left: 5px;
}

.edicion-pagina.full-screen .widget p.pre {
	padding: 5px;
}

.edicion-pagina.full-screen .widget form {
	margin-bottom: 0;
}
.edicion-pagina.full-screen form fieldset,
.edicion-pagina.full-screen form fieldset > .widget {
	padding: 0;
}

.edicion-pagina.full-screen .widget form h3 {
	padding-left: 10px;
}

.edicion-pagina.full-screen .widget .control-group {
	padding: 10px;
	margin: 0;
}

.edicion-pagina.full-screen .widget .form-actions {
	margin: 10px 0 0;
}

.edicion-pagina.full-screen .widget .fb-like {
	padding: 10px;
}

.edicion-pagina.full-screen .widget .widget-container-imagen img {
	display: block;
}


/* ----------------------- edición página ------------------------ */


.btn.btn-xs.ui-draggable {
	width: 79px;
	height: 105px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 20px 5px 5px;
	line-height: 12px;
	font-size: 9px;
	opacity: 0.8;
	white-space: normal;
}

.btn.btn-xs.ui-draggable.ui-state-disabled {
	opacity: 0.3;
}

.btn.btn-xs.ui-draggable.ui-state-disabled:HOVER {
	opacity: 0.3 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-snippet {
	background: #fff;
	border: 1px solid #b0b0b0;
	cursor: move;
	position: relative;
}

.btn-snippet i {
	display: block !important;
	margin: 0 auto;
}

.btn-snippet .flecha-guia {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent;
}

.btn-snippet .flecha-guia.color-caja {
	border-color: transparent transparent #ad5729 transparent;
}

.btn-snippet .flecha-guia.color-contenedor {
	border-color: transparent transparent #20aba0 transparent;
}

.btn-snippet .flecha-guia.color-carousel {
	border-color: transparent transparent #b01af6 transparent;
}

.btn-snippet .flecha-guia.color-galeria {
	border-color: transparent transparent #e69d00 transparent;
}

.btn-snippet .flecha-guia.color-formulario {
	border-color: transparent transparent #e7489b transparent;
}

.btn-snippet:HOVER {
	/*border-color: #666;*/
	background: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	opacity: 1 !important;
}

/* ----- */

.edicion-pagina.full-screen .contacto,
.edicion-pagina.full-screen .enlace,
.edicion-pagina.full-screen .catalogo {
	background: #fff;
	height: 100%;
}

.edicion-pagina.full-screen .catalogo,
.edicion-pagina.full-screen .enlace {
	background-color: transparent;
}

.edicion-pagina.full-screen .catalogo img.media-object {
	/*max-width: 960px;*/
	margin: 0 auto;
}

.edicion-pagina.full-screen .contacto .mod-empty {
	background: #f8f8f8;
	border: 1px solid #dcdcdc;
	width: 230px;
	height: 300px;
}

.edicion-pagina.full-screen .contacto .img-mapa {
	border: 1px solid #dcdcdc;
}

/* --------------------- MENU ACORDION --------------------- */



body.editando-pagina {
	overflow-y: hidden;
}

.edicion-pagina .controles {
	overflow-y: scroll;
}

.edicion-pagina .ui-layout-pane-east label {
	font-weight: bold;
	font-size: 10px;
	color: #000;
	line-height: 10px;
	text-transform: uppercase;
}

.edicion-pagina .ui-layout-pane-east span.label {
	font-size: 10px;
	line-height: 11px;
}

ol.visualizacion {
	list-style: none;
	margin: 5px 0 0 0;
	padding-left: 0;
	text-transform: uppercase;
}

.edicion-pagina .ui-layout-pane-east .control-group:last-child {
	margin-bottom: 0;
}

.edicion-pagina .menu-prev {
	background: #fff;
	z-index: 10;
	height: 100%;
}

.edicion-pagina .menu-prev .content-menu {
	padding: 5px;
}

.edicion-pagina .menu-prev button {
	margin-bottom: 8px;
}

.edicion-pagina .menu-prev .navbar .navbar-inner {
	border: 3px solid #0088cc;
}

.edicion-pagina .mod-prev {
	/*background: #717171;*/
	display: block;
	padding: 10px 0;
	text-align: center;
}

.edicion-pagina .ui-layout-north.shadow {
	background: #717171;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	z-index: 1 !important;
}

.edicion-pagina .ui-layout-south.shadow {
	background: #717171;
	-moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
	z-index: 1 !important;
}

.edicion-pagina .ui-layout-preview-north{
	overflow: visible !important;
}



.edicion-pagina .mod-prev .btn {
	/*font-size: 12px;*/
	/*box-shadow: none;*/
}

.edicion-pagina .mod-prev .btn i {
	font-size: 14px;
}

.edicion-pagina .mod-prev .guardando {
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%;
}

.edicion-pagina .mod-prev .guardando i {
	color: #fff;
}

.btn-prev.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-prev {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-prev:hover,
.btn-prev:focus,
.btn-prev:active,
.btn-prev.active,
.btn-prev.disabled,
.btn-prev[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-prev:active,
.btn-prev.active {
  background-color: #003399 \9;
}

.edicion-pagina .ui-layout-pane-east .btn:hover,
.edicion-pagina .ui-layout-pane-east .btn:focus,
.edicion-pagina .ui-layout-pane-east .btn:active,
.edicion-pagina .ui-layout-pane-east .btn.active,
.edicion-pagina .ui-layout-pane-east .btn.disabled,
.edicion-pagina .ui-layout-pane-east .btn[disabled] {
	border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
}

.edicion-pagina .mod-prev .btn span {
	display: inline-block !important;
	font-size: 14px;
}

.edicion-pagina .mod-titulo {
	padding: 15px 18px;
	border-bottom: 1px solid #b0b0b0;
}

.edicion-pagina .mod-info {
	padding: 15px 18px;
}

.edicion-pagina .controles {
	background: #606060;
}

.edicion-pagina .controles .cat-group {
	margin: 10px;
}

.edicion-pagina .controles .cat-group-inset {
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 0;
  margin-right: 0px;
  padding: 10px;
  padding-top: 20px;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,.5) inset;
}	

.edicion-pagina .controles .cat-group.cat-group-inset a {
  color: #8EA0A9;
}
	
.edicion-pagina .controles .cat-group .cat-group-body {
	background: #fff;
}

.edicion-pagina .controles .cat-group .cat-group-heading {
	background: #22aae4; /* Old browsers */
	background: -moz-linear-gradient(top, #22aae4 1%, #1e9acc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#22aae4), color-stop(100%,#1e9acc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #22aae4 1%,#1e9acc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #22aae4 1%,#1e9acc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #22aae4 1%,#1e9acc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #22aae4 1%,#1e9acc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22aae4', endColorstr='#1e9acc',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 10px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #17769B;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.edicion-pagina .controles .cat-group .cat-group-heading i {
	font-size: 14px;
	padding-right: 5px;
	vertical-align: middle !important;
}

.edicion-pagina .accordion {
	margin-bottom: 0;
}

.edicion-pagina .controles .cat-group .cat-group-body .input-xmedium {
	width: 195px;
}

.edicion-pagina .accordion .accordion-heading.snippets-grupo-combo{
	border-top: 10px solid #666;
}

.edicion-pagina .accordion .accordion-group {
	border: none;
	border-radius: 0; 
	margin-bottom: 0;
}

.edicion-pagina .accordion .accordion-body .accordion-inner {
	border: 0;
	border-bottom: 1px solid #b0b0b0;
	padding: 0;
}

.edicion-pagina .accordion .accordion-body .accordion-inner ul.draggable-snippets-list {
	background: url("/img/snippets/bg-controles-snippets.png") repeat;
	margin: 0;
	padding-top: 9px;
}

.edicion-pagina .accordion .accordion-body .accordion-inner ul.draggable-snippets-list > li {
	float: left;
}

.edicion-pagina .accordion .accordion-heading a.accordion-toggle {
	/*background: #eee;*/
	
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top, #e7e7e7 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e7e7e7 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e7e7e7 0%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e7e7e7 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e7e7e7 0%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #fff;
	outline: none;
	padding: 5px 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
   	-moz-transition: background .5s ease-out;
	-webkit-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;
	text-decoration: none;
}

.edicion-pagina .accordion .accordion-heading a.accordion-toggle:HOVER {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 1%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 1%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 1%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 1%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 1%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	color: #000;
}

.edicion-pagina .accordion .accordion-heading a.accordion-toggle i {
	display: inline-block;
}

.edicion-pagina .accordion .accordion-heading a.accordion-toggle i.icon-estado {
	line-height: 20px;
	color: #333;
	margin-right: 5px;
}


.edicion-pagina .tooltip {
	max-width: 120px;
	line-height: 14px;
	font-size: 9px;
	text-transform: uppercase;
}

.edicion-pagina .tooltip.in {
	opacity: 1;
}

.edicion-pagina .tooltip-inner {
	padding: 8px 10px;
}




/* LISTADO DE PÁGINAS
-------------------------- */

/*
#seccion-configuracion-paginas .ui-sortable-placeholder {
	margin-top: -1px !important;
	margin-bottom: -1px !important;
	height: 26px !important;
	background-color: #ccc;
}
*/

ul.listado-paginas li.paginas-placeholder .container-pagina {
	height: 46px;
}

ul.listado-paginas li .opciones {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 15px;
	display: none;
}

ul.listado-paginas li .opciones .dropdown-menu {
	width: 318px;
}

ul.listado-paginas li .opciones .dropdown-menu > li > a {
	white-space: normal;
}

ul.listado-paginas > li.iluminado > .container-pagina > .opciones {
	display: inline-block;
}

ul.listado-paginas li .container-pagina {
	padding: 14px 20px;
	position: relative;
	cursor: default;
	border-bottom: 1px solid transparent;
	-webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	-moz-transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.listado-paginas-container.dragging ul.listado-paginas li.iluminado {
	opacity: 0.7;
}

ul.listado-paginas li .container-pagina p {
	margin-bottom: 0;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 15px;
}

ul.listado-paginas li .container-pagina p .titulo {
	margin-left: 5px;
	font-size: 14px;
}

ul.listado-paginas > li p .titulo.dimmed {
	text-decoration: line-through;
}

ul.listado-paginas > li.iluminado > .container-pagina > .paginas-area-draggable > p {
	margin-right: 125px;
}

ul.listado-paginas li .container-pagina .drag-pagina,
.draggable-handle {
	background: url(/img/drag-pagina.png) 2px 2px repeat-y;
	position: absolute;
	width: 10px;
	top: 0;
	left: 0;
	bottom: 0;
	cursor: move;
	z-index: 2;
}

ul.listado-paginas li .container-pagina .drag-pagina{
	opacity: 0;	
}

ul.listado-paginas > li.iluminado > .container-pagina > .paginas-area-draggable {
	cursor: pointer;
}

ul.listado-paginas > li.iluminado > .container-pagina > .paginas-area-draggable > .drag-pagina {
	opacity: 1;
}

ul.listado-paginas > li.seleccionado > .container-pagina {
	background: #e3e3e3 !important;
	border-bottom-color: #d8d8d8; 
}

ul.listado-paginas > li.iluminado > .container-pagina {
	background: #f1f1f1;
}

.subpaginas .arrastrar-aqui {
	border: 1px dashed #999;
	display: block;
	padding: 0 20px;
	line-height: 25px;
	color: #666;
	margin-left: 10px;
	font-size: 13px;
}

ul.listado-paginas > li .subpaginas {
	margin-left: 30px;
	position: relative;
}

.listado-paginas-container .subpaginas ul.listado-paginas {
	margin-left: 0;
	min-height: 0;

	-webkit-transition: all .5s .5s;
	-moz-transition: all .5s .5s;
	-ms-transition: all .5s .5s;
	-o-transition: all .5s .5s;
	transition: all .5s .5s;
}

.listado-paginas-container.dragging .subpaginas ul.listado-paginas {
	min-height: 28px;
}

/*
#seccion-configuracion-paginas ul.listado-paginas > li.paginas-placeholder + li.pagina .subpaginas ul.listado-paginas {
	min-height: 28px;
}

#seccion-configuracion-paginas ul.listado-paginas > li.paginas-placeholder + li.pagina .subpaginas .visible-dragging {
	height: 26px;
	opacity: 1;
}


.listado-paginas-container .nueva-pagina-container {
	background-color: #f1f1f1;
}

.listado-paginas-container .nueva-pagina-container .btn-group .btn {
	font-size: 14px;
}

*/



ul.listado-paginas > li .subpaginas .container-pagina:AFTER {
	content: ' ';
	background: #999;
	height: 1px;
	width: 26px;
	display: block;
	position: absolute;
	top: 26px;
	left: -19px;
	z-index: 1;
}

ul.listado-paginas > li .subpaginas .container-subpaginas {
	margin-left: 22px;
	position: relative;
}

ul.listado-paginas > li .subpaginas .container-subpaginas:AFTER {
	content: ' ';
	background: #999;
	width: 1px;
	display: block;
	position: absolute;
	top: -7px;
	left: -20px;
	bottom: 27px;
	z-index: 1;
}

ul.listado-paginas .dropdown-toggle .caret {
	/*margin-top: 8px;*/
}

ul.listado-paginas > li {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
}

ul.listado-paginas > li.pagina.nolinkeada {
/*	display: none;*/
}

ul.listado-paginas {
	min-height: 40px;
	margin-bottom: 0;
}


.mi-sitio {
	margin: 0;
	max-width: 450px;
}

.mi-sitio form {
	margin: 0;
}

.mi-sitio h3 {
	margin: 4px 0;
}

.mi-sitio hr {
	margin: 0 0 10px 0;
}

.mi-sitio .drop-zone {
	background-color: #fff;
	padding: 0;
	margin: 0 0 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.mi-sitio .drop-zone .control-group {
	margin-bottom: 0;
}

ul.listado-paginas li .editar-en-listado {
	background-color: #f1f1f1;
	position: relative;
	z-index: 10;
}

.visible-dragging {
	height: 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all .5s .5s;
	-moz-transition: all .5s .5s;
	-ms-transition: all .5s .5s;
	-o-transition: all .5s .5s;
	transition: all .5s .5s;
}

.dragging .visible-dragging {
	height: 26px;
	opacity: 1;	
	filter: alpha(opacity=100);
}

.ui-sortable-helper .visible-dragging {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* DOMINIOS
------------------------- */
#seccion-configuracion-dominios{
	
}

#seccion-configuracion-dominios .browser{
	position: relative;
}

#seccion-configuracion-dominios .browser .browser-chrome{
}

#seccion-configuracion-dominios .browser .browser-url{
	position: absolute;
	top: 13%;
	left: 33%;
	right: 15%;
	overflow: hidden;
	font-size: 80%;
	color: #aaa;
}

#seccion-configuracion-dominios .browser .browser-content-container{
	position: absolute;
	top: 24%;
	left: 13%;
	right: 13%;
	bottom: 14%;
	overflow: hidden;
}


#seccion-configuracion-dominios .lista-dominios{
	background-color: transparent;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


#seccion-configuracion-dominios .lista-dominios > li{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	position: relative;
}
	
#seccion-configuracion-dominios .lista-dominios > li > span{
	margin: 10px 0;
	border-radius: 5px;
	background: #f6f6f6;
	display: block;
	padding: 8px 10px;
	text-shadow: 1px 1px #fff;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#seccion-configuracion-dominios .lista-dominios > li.funcionando > span {
	background-color: #DFD;
}

#seccion-configuracion-dominios .lista-dominios > li .status-icon {
	margin-right: -25px;
	opacity: .25;
	filter: alpha(opacity=25);

	position: absolute;
	top: 10px;
	right: 0;
}

/* Sidenav
-------------------------------------------------- */

.sidenav {
	margin-bottom: 20px;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.sidenav > li > a {
	display: block;
	width: 190px \9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .25;
	filter: alpha(opacity=25);
}
.sidenav > li > a:hover {
	background-color: #f5f5f5;
}
.sidenav a:hover .icon-chevron-right {
	opacity: .5;
	filter: alpha(opacity=50);
}
.sidenav .active .icon-chevron-right,
.sidenav .active a:hover .icon-chevron-right {
	background-image: url(/img/glyphicons-halflings-white.png) !important;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* -------------------------- */
.ui-resizable-helper{
	border: 2px dotted #ccc;
	visibility: hidden;
}



/* .table-metrics */
.table-metrics{
	width: auto;
	color: #ccc;
	margin: auto;
}

.table-metrics td {
	text-align: center;
	vertical-align: middle;
	min-width: 30px;
	min-height: 30px;
}

.table-metrics input {
	font-size: 11px;
	padding: 2px;
	width: 47px;
	text-align: center;
	margin: 0;
	margin-right: 5px;
}

.table-metrics input:hover {
	border-color: #eee;
}

.table-metrics .unit{
	font-size: 11px;
	color: #ccc;
}




/* VENTANA-EDICION-CAJA*/

#ventana-editar-snippet-caja .preview-container {
	padding: 15px;
	max-height: 350px;
	overflow: hidden;
}

#ventana-editar-snippet-caja .span4 .metrics {
	border-left: 1px solid #ddd;
	padding-left: 20px;
	margin-left: -10px;
}

#ventana-editar-snippet-caja .span4:first-child .metrics {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#ventana-editar-snippet-caja .progress.progress-time {
	height: 10px;
	border-radius: 2px;
}

#ventana-editar-snippet-caja .progress .progress-bar {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#ventana-editar-snippet-caja .progress .progress-bar-warning {
	background: #ddd;
}

#ventana-editar-snippet-caja .progress .progress-bar-success {
	background: #ccc;
}

#ventana-editar-snippet-caja .tab-pane-animacion .control-group {
	margin-bottom: 30px;
}

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

#ventana-editar-snippet-caja .preview-device{
  border: 2px solid; 
  border-top: 25px solid;
  border-color: #aaa;
  border-radius: 3px
}

#ventana-editar-snippet-caja .preview-device-browser{
  border: 1px solid #fff;
}

#ventana-editar-snippet-caja .preview-device-browser-window{
	/*background: rgba(0,0,0,.2);*/
	overflow-x: visible;
	overflow-y: scroll;
}

#ventana-editar-snippet-caja .preview-device-browser-window-html{
}

#ventana-editar-snippet-caja .preview-device-browser-window-html-content{
	width: 80%;
	margin: auto;
	background: rgba(255,255,255,.2);
}

#ventana-editar-snippet-caja .preview-device-browser-window-html-content-container{
	width: 80%;
	margin: auto;
}

#ventana-editar-snippet-caja .preview-device-browser-window-html-content-container-caja{
	outline: 1px dashed #fff;
	background: rgba(255,255,255,.2);
}

#ventana-editar-snippet-caja .preview-device-browser-window-html-content-container-caja-contenido{
	outline: 1px dashed #fff;
	margin: auto;
	position: relative;
}

#ventana-editar-snippet-caja .preview-device-browser-window-html-content-container-caja-contenido h1{
	margin-top: 0;
}

#ventana-editar-snippet-caja .preview-device-browser-window-html-content-container-caja-contenido p{
	margin-bottom: 0;
}

#ventana-editar-snippet-caja .preview-container .screen-emulation {
	height: 200px;
	position: relative;
	box-sizing: border-box;
}
	
#ventana-editar-snippet-caja .preview-container .screen-emulation.scrolling {
	padding: 100px 0px;
}
	
#ventana-editar-snippet-caja .preview-container .caja-container{
	/*
	background: white;
	padding: 20px;
	box-shadow: 0 0 10px 10px #F0F0F0 inset;
	*/
}


/* ventana-login
----------------------------- */
#ventana-login .modal-header {
	height: 50px;
	position: relative;
}

#ventana-login .modal-header h3 {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	padding: 10px;
}

.marca-blanca #ventana-login .modal-header h3 {
	background-color: #fff;
}

/* ventana-wizard-reiniciar
----------------------------- */
#ventana-wizard-reiniciar .notebook-container{
	margin: 0 0 -40px;
}



/* ventana-comprar-dominio
---------------------------- */
.ilustracion-dominio {
	position: relative;
	height: 175px;
	overflow: hidden;
	margin-left: -10px;
	margin-bottom: -15px;
}

@-webkit-keyframes picture-swing{
	0%   { -webkit-transform: rotate(-10deg) translate3d( 0, 0, 0); }
	50%   { -webkit-transform: rotate(10deg) translate3d( 0, 0, 0); }
	100%   { -webkit-transform: rotate(-10deg) translate3d( 0, 0, 0); }
}

@-moz-keyframes picture-swing{
	0%   { -moz-transform: rotate(-10deg) translate3d( 0, 0, 0); }
	50%   { -moz-transform: rotate(10deg) translate3d( 0, 0, 0); }
	100%   { -moz-transform: rotate(-10deg) translate3d( 0, 0, 0); }
}

@-o-keyframes picture-swing{
	0%   { -o-transform: rotate(-10deg) translate3d( 0, 0, 0); }
	50%   { -o-transform: rotate(10deg) translate3d( 0, 0, 0); }
	100%   { -o-transform: rotate(-10deg) translate3d( 0, 0, 0); }
}

@keyframes picture-swing{
	0%   { transform: rotate(-10deg) translate3d( 0, 0, 0); }
	50%   { transform: rotate(10deg) translate3d( 0, 0, 0); }
	100%   { transform: rotate(-10deg) translate3d( 0, 0, 0); }
}

.ilustracion-dominio .tld {
	background: url('/img/dominios.png') -234px 0;
	height: 140px;
	width: 125px;
	position: absolute;
	z-index: 2;
	padding: 32px 0 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
	-webkit-transform-origin: 50% 90%;
	-webkit-animation: picture-swing 5s infinite;
	-moz-transform-origin: 50% 90%;
	-moz-animation: picture-swing 5s infinite;
	-o-transform-origin: 50% 90%;
	-o-animation: picture-swing 5s infinite;
	transform-origin: 50% 90%;
	animation: picture-swing 5s infinite;
	/* border: 1px solid #000; */
	left: 30px;

}

.ilustracion-dominio .mundo {
	background: url('/img/dominios.png');
	width: 200px;
	height: 200px;
	position: absolute;
}

.ilustracion-dominio .precio-container {
	position: absolute;
	bottom: 0;
	text-align: center;
	right: 0;
	left: 0;
}

/* VENTANA-ORDEN-DE-COMPRAS
-------------------------------- */
#ventana-orden-de-compras .modal-body {
	padding: 0;
	max-height: 480px;
	overflow: hidden;
}

#ventana-orden-de-compras iframe {
	width: 100%;
	height: 480px;
	border: 0;
	box-sizing: content-box;
}


/* TICKETS AYUDA
-------------------- */
.ticketsayuda {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 400;
	width: 100%;
}

.ticketsayuda .modal {
	width: auto;
	margin-left: 0;
	position: relative;
	left: 0;
	top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 0;
	border-top: 0;
}

.ticketsayuda .modal .modal-body {
	max-height: 300px;
}

.ticketsayuda .modal .modal-footer {
	background-color: transparent;
	padding: 15px 30px 15px;
}

@media (min-width: 767px) {

	.ticketsayuda {
		right: 20px;
		width: 350px;
	}

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

.ticketsayuda .fileinput-button input {
	border: none;
}

.ticketsayuda form {
	margin: 0;
}

.ticketsayuda-toogle {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-weight: normal;
	text-transform: none;
}

ul.tickets-listado {
	margin-bottom: 10px;
	margin-top: 0;
	max-height: 250px;
	overflow: auto;
}

ul.tickets-listado > li > a {
	/*background-color: #f1f1f1;*/
	background-color: #dff0d8;
	display: block;
	padding: 10px 30px;
	color: #333;
}

ul.tickets-listado > li > a:hover,
ul.tickets-listado > li > a:focus {
	background-color: #666;
	color: #fff;
	text-decoration: none;
}

ul.tickets-listado > li > a .titulo {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

ul.tickets-listado > li > a .description {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ticketsayuda .alert {
	position: relative;
	margin-bottom: 0;
}

.ticketsayuda .alert .icon-group {
	right: 10px;
	top: 10px;
	position: absolute;
}

.ticketsayuda .archivo-adjunto {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ticketsayuda .quitar-adjunto {
	display: block;
}

/* FEEDBACK
-------------------- */
#feedbackContent{
	right: 0;
	z-index: 400;
}

#feedbackContent > *{
	/*pointer-events: auto;*/
}

#feedbackContent .modal{
	margin-left: 0;
	position: relative;
	left: 0;
	border-top-right-radius: 0;
}

@media (max-width: 767px){
	#feedbackContent {
		left: 0;
	}

	#feedbackContent .modal{
		top: 0;
		width: 100%;
	}
}

#feedbackContent form{
	margin: 0;
}

#feedbackToogle{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: 0px;
	font-weight: normal;
	text-transform: none;
}

#feedbackHide{
	overflow: hidden;
}

/* solicitar ayuda telefónica
------------------------------ */
.solicitar-ayuda-telefonica .toggle-container{
	width: 317px;
	/*height: 203px;*/
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 0;
	/*background: url('/img/sprite_vendedores.jpg') 0 -426px no-repeat rgba(255,255,255,.9);*/
	padding: 5px 5px 5px 15px;
	border: 4px solid #fff;
	color: #000;
	box-shadow: none;
	border: none;
	border-radius: 5px 0 0 0;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	margin-bottom: -2px;
}

.solicitar-ayuda-telefonica.mini .toggle-container{
	height: auto;
	background: none;
}


.solicitar-ayuda-telefonica .toggle-container button.close{
	color: #000;
	text-shadow: none;
	opacity: .4;
}

.solicitar-ayuda-telefonica .toggle-container button.close:hover{
	color: #000;
	opacity: 1;
}
.solicitar-ayuda-telefonica .toggle-container .textos {
	margin-right: 140px;
	font-size: 13px;
	color: #666;
	text-shadow: none;
}

.solicitar-ayuda-telefonica .toggle-container .textos h3 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: #FF8A2B;
	margin-left: -5px;
}

.solicitar-ayuda-telefonica .toggle-container .textos h4 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	line-height: 16px;
}

.solicitar-ayuda-telefonica .toggle-container .btn-group {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.solicitar-ayuda-telefonica .toggle-container .btn-group .btn {
	font-size: 11px;
	width: 100%;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #262626;
	background-image: none;
	border: 1px solid #4c4c4c;
	box-shadow: none;
}

.solicitar-ayuda-telefonica .toggle-container .btn-group .btn:HOVER {
	background-color: #3a3a3a;
}

.solicitar-ayuda-telefonica .toggle-container .btn-group .btn i {
	color: #FF8A2B;
	font-size: 16px;
	vertical-align: -2px;
}

/* NOTEBOOK PREVIEW
------------------------------ */
.notebook-container .browser {
	position: relative;
}

.notebook-container .browser .browser-chrome{
	z-index: 1;
}

.notebook-container .browser .browser-content-container {
	position: absolute;
	top: 14.65%;
	left: 25%;
	right: 25%;
	bottom: 26%;
	height: auto;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
	display: block;

	opacity: .7;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}


.notebook-container .browser .previsualizacion-sitio-container {
	width: 100%;
	height: 100%;
}

.notebook-container .browser .previsualizacion-sitio {
	width: 1200px;
	height: 820px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.notebook-container .browser .browser-clickable-area{
	position: absolute;
	top: 14.65%;
	left: 25%;
	right: 25%;
	bottom: 26%;
	height: auto;
	display: block;
	z-index: 2;
}


/* DEVICE PREVIEW
------------------------------ */



.preview-device{	
	position: relative;
}

.preview-device-screen, 
.preview-device-screen > div{
	position: absolute;
}

.preview-device.desktop{
	width: 1920px; 
	height: 1571px;
}
.preview-device.desktop .preview-device-screen{
	width: 91.9%; height: 63.2%; left: 4.1%; top: 5%;
}


.preview-device.laptop{
	width: 1920px; 
	height: 1571px;
}
.preview-device.laptop .preview-device-screen{
	width: 73.7%;
	height: 80.9%;
	left: 13.2%;
	top: 5.6%;
}

.preview-device.laptop .preview-device-mockup{
	margin-top: 11.5%;
}

.preview-device.tablet{
	width: 1191px; 
	height: 1305px;
}
.preview-device.tablet .preview-device-screen{
	width: 64.5%;
	height: 78.5%;
	left: 18%;
	top: 8.4%;
}

.preview-device.phone,
.preview-device.mobile{
	width: 639px; 
	height: 1305px;
}

.preview-device.mobile_landscape .preview-device-mockup{
	margin-top: 11.5%;
}

.preview-device.mobile_landscape {
	width: 885px;
	height: 639px;
}

.preview-device.mobile_landscape .preview-device-screen{
	width: 71%;
	height: 78.6%;
	left: 16.9%;
	top: 10.5%;
}

.preview-device.phone .preview-device-screen,
.preview-device.mobile .preview-device-screen{
	width: 78.6%;
	height: 69%;
	left: 10.5%;
	top: 13.6%;
}

.preview-device.full{
	width: 1200px; 
	height: 940px;
}
.preview-device.full .preview-device-screen{
	position: relative;
	width: 100%;
	height: 100%;
	/*width: 100%; height: 100%; left: 0; top: 0;*/
}
.preview-device-container.full{
	padding: 0!important;
}
.preview-device-container.full .preview-device-screen * {
	height: 100%;
	width: 100%;
}



.preview-device-screen-iframe{
	border: none;
	display: block;
	margin: auto;
}


.preview-device-screen-iframe.desktop{
	width: 1930px;
	height: 1080px;
}

.preview-device-screen-iframe.laptop{
	width: 1199px;
	height: 750px;
}

.preview-device-screen-iframe.tablet{
	width: 979px;
	height: 1300px;
}

.preview-device-screen-iframe.phone{
	width: 490px;
	height: 862px;
}

.preview-device-screen-iframe.mobile{
	width: 480px;
	height: 862px;
}

.preview-device-screen-iframe.mobile_landscape{
	width: 767px;
	height: 420px;
}

.preview-device-screen-iframe.full{
	width: 1200px;
	height: 940px;

}



/* ---------------------------------------------------------- */
.preview-device-container .browser .browser-spinner-container{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
}

.preview-device-container .browser {
	position: relative;
	margin-bottom: 20px;
}

.preview-device-container .browser .browser-chrome{
	z-index: 1;
	position: relative;
	width: 100%;
}

.preview-device-container .browser .browser-content-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
	display: block;

	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.preview-device-container .browser .previsualizacion-sitio-container {
	width: 100%;
	height: 100%;
}

.preview-device-container .browser .previsualizacion-sitio {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}


/* ESTRUCTURA-SITIO
------------------------ */

.zoom-container {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
}

/* NOTICIAS
----------------------- */
.noticia-container{
	margin-bottom: 30px;
}

.noticia-container .noticia-separator {
	text-align: center;
	overflow: hidden;
	margin: 0 -10px;
}

.noticia-container .noticia-separator img{
	max-width: none;
	display: block;
	width: 100%;
}


.alert.noticia{
	
}

.alert.noticia .close{
	font-size: 40px;
	margin-right: -5px;
}

.alert.noticia.caracteristica {
	position: relative;
	margin-bottom: 00px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	background: #fdeed7;
	border-color: #f9cd88;
	border-width: 2px;
	color: #666;
}

.alert.noticia.caracteristica h4{
	color: #333;
	margin-bottom: 20px;
}

.alert.noticia.caracteristica > .ribbon{
	background-image: url('/img/common.png');
	height: 120px;
	width: 150px;
	display: block;
	background-position: -750px 0;
	position: absolute;
	top: -10px;
	left: -40px;
	z-index: 1;
}

.alert.noticia.caracteristica .close{
	color: #fff;
	background-color: #FF842B;
	opacity: 1;
	padding: 4px;
	border-radius: 4px;
	margin-right: 0;
	margin-top: 10px;
}

.alert.noticia.caracteristica .media {
	overflow: visible;
	margin-top: 0;
}

.alert.noticia.caracteristica .media > .pull-left{
	margin-bottom: -9px;
	margin-left: -50px;
	margin-top: 20px;
	min-height: 220px;
	min-width: 480px;
}


.alert.noticia.caracteristica .media > .pull-left .media-object{
	position: absolute;
	bottom: 0;
}

.alert.noticia.caracteristica .media .media-body{
	padding-left: 20px;
	margin-top: 30px;
}

.alert.noticia.caracteristica .media .media-body .media-description{
	margin-bottom: 60px;
}


@media (min-width: 1200px){
	.alert.noticia.caracteristica .media .media-body .media-description{
		margin-right: 240px;
	}
}

.alert.noticia.caracteristica .alert-actions {
	position: absolute;
	right: 20px;
	bottom: 10px;	
}


/*
.csstransforms .alert.noticia.caracteristica:before, 
.csstransforms .alert.noticia.caracteristica:after {
    content: "";
    background: #000;
    z-index: -1;
    position: absolute;
    bottom: 20px;
    height: 70%;
    top: auto;
    left: 10px;
    margin: 0;
    box-shadow: 0 0 10px 10px #000;
    opacity: 0.1;
	
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	
    -webkit-transform: skew(5deg,0);
    -moz-transform: skew(5deg,0);
    -ms-transform: skew(5deg,0);
    -o-transform: skew(5deg,0);
    transform: skew(5deg,0);
}


.csstransforms .alert.noticia.caracteristica:after {
	left: auto;
	right: 10px;

    -webkit-transform: skew(-5deg,0);
    -moz-transform: skew(-5deg,0);
    -ms-transform: skew(-5deg,0);
    -o-transform: skew(-5deg,0);
    transform: skew(-5deg,0);
}
*/

/*
.csstransforms .alert.noticia.caracteristica:before {
    content: "";
    background: #000;
    z-index: -1;
    position: absolute;
    bottom: 0px;
    height: 100%;
    top: auto;
    left: 0px;
    margin: 0;
    box-shadow: 0 0 30px 30px #000;
    opacity: 0.1;
    border-radius: 300px;
	right: 0px;
	
	-webkit-transform: scale(.94,.1);
	-moz-transform: scale(.94,.1);
	-ms-transform: scale(.94,.1);
	-o-transform: scale(.94,.1);
	transform: scale(.94,.1);

	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
*/

/* AlERT-COMPRAR-DEMO
------------------------ */
.alert-comprar-demo {
	margin: 0;
	position: relative;
	margin-bottom: 10px;
	border: none;
	border-radius: 0 0 20px 20px;
}

.alert-comprar-demo.affix {
	position: fixed;
}

.alert-comprar-demo > .content > .compralo-ahora, 
.alert-comprar-demo > .content > .descripcion{
	display: inline-block;
	vertical-align: middle;
} 

.alert-comprar-demo .close {
	position: absolute;
	right: 10px;
	top: 7px;
}

/*
.alert-comprar-demo-small{
	text-align: right;
	border-radius: 0 0 5px 5px;
	padding: 10px;
}
*/

/*
.alert-comprar-demo-small {
	text-align: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	background: #FFD500;
}
*/

.alert-comprar-demo-small {
	text-align: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	background: #FFD500;
	/*background: linear-gradient(to left, #FFD500, rgba(248, 248, 248, 0.86));*/
	border: transparent;
	box-shadow: none;
}


@media (min-width: 979px) {
	.alert-comprar-demo-small {
		background: url(/img/bg-alerta-comprar.png) center left no-repeat #FFD500;
	}

}

.alert-comprar-demo-small.affix-at-top {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.alert-comprar-demo-small, .alert-comprar-demo-small h3 small{
	color: #333;
	color: rgba(0, 0, 0, 0.7);
}


.alert-comprar-demo-small .content{
	/*max-width: 800px;*/
	margin: auto;
	/*overflow: hidden;*/
}

.alert-comprar-demo-small .content .descripcion{
	overflow: hidden;
}

.alert-comprar-demo-small .content .descripcion .precio-container{
	/*font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	line-height: 24px;*/
	margin-left: 20px;
	font-size: 90%;
	line-height: 130%;
	display: inline-block;
}

.alert-comprar-demo-small .content .descripcion .precio-container small {
	font-size: 90%;
}



.alert-comprar-demo-small .content .descripcion .precio-container .precio{
	text-transform: lowercase;
}

.alert-comprar-demo-small .content .descripcion .precio-container .precio .simbolo-moneda {
	font-size: 70%;
	margin-right: -4px;
	margin-left: 4px;
}


.alert-comprar-demo-small .content .descripcion h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

.alert-comprar-demo-small .content .descripcion h3 small {
	font-size: 80%;
}

/*
.alert-comprar-demo-small .btn-success {
	padding: 10px;
	background: #E74C3C;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	outline-color: #F29A90;
	transition: .1s all;
}
*/

.alert-comprar-demo-small .span3{
	text-align: left;
}

.alert-comprar-demo-small .compralo-ahora{
	margin-left: 10px;
}

.dias-prueba-restantes {
	text-transform: none;
	font-weight: 400;
}

.dias-prueba-restantes strong {
	font-weight: 500;
}

/* NUEVO BANNER 24/08/2015
---------------------------- */
.alert-comprar-demo-small{
	background-color: #eee;
	margin-bottom: 20px;
	padding: 0;
}


.alert-comprar-demo-small .content {
	background-color: rgba(238, 238, 238, 0.95);
	display: inline-block;
	padding: 8px;
}


.alert-comprar-demo-small .content {
	background-color: rgba(238, 238, 238, 0.88);
	display: inline-block;
}

.alert-comprar-demo-small .content > div,
.alert-comprar-demo-small .dias-restantes-container > div {
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}

.alert-comprar-demo-small .dias-restantes-container{
	text-align: left;

	margin-right: 0px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 30px;
}

.alert-comprar-demo-small .dias-restantes-container .dias-restantes-texto small {
	font-size: 70%;
	opacity: .8;
}
.alert-comprar-demo-small .dias-restantes-container .dias-restantes-texto {
	text-transform: uppercase;
	line-height: 10px;
}


/*
.alert-comprar-demo-small .btn {
	padding: 8px 20px;
	box-shadow: none;
	border: none;
	box-shadow: 0 3px #DE6A19;
	text-shadow: none;
	transition: .1s all;
}

.alert-comprar-demo-small .btn:active {
	transform: translateY(3px);
	box-shadow: none;
}
*/

.alert-comprar-demo-small .btn:focus {
	outline: none;
}

.alert-comprar-demo-small .btn .fa {
	font-size: 22px;
	vertical-align: sub;
	margin-right: 5px;
}

/* COMPRAR-DEMO BAJO-MENU
----------------------------- */
.nav-tabs-xlarge + .alert-comprar-demo-small .container {
	/* box-shadow: 0 0px 0 4px #46BCE5 inset; */
	border: 4px solid #46BCE5;
	box-sizing: border-box;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}


/* DEMO VENCIDA
------------------------ */
.demo-vencida .notebook-container{
	margin: -40px -100px;
}

.demo-vencida .hero-unit h1 {
	font-size: 50px;
	margin-bottom: 30px;
}

.demo-vencida .hero-unit p {
	margin: 30px 0;
}

.demo-vencida .incluye-dominio-gratis{
	color: #090;
	margin-left: 20px;
}

.demo-vencida .tip {
	display: none;
}

.demo-vencida .comprar-demo{
	max-width: 300px;
	text-align: center;
	margin: auto;
	font-size: 16px;
}

.demo-vencida .comprar-demo .precio-container{
	line-height: 16px;
	margin-top: 10px;
}

/* RETINA
----------------------- */


/* DRAGGABLE TABLES
--------------------------- */
.ui-draggable-placeholder-tablerow > td{
	background: #eee;
	border: 1px dashed #ccc;
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

	/* Retina-specific stuff here */

	#home .administrar-ventas img,
	#home .crear-pagina img,
	#home .cargar-producto img
	{
		background-image: url("/img/back-home@2x.png");
	   -moz-background-size: 800px 250px;
		-webkit-background-size: 800px 250px;
		-o-background-size: 800px 250px;
		-ie-background-size: 800px 250px;
		-ms-background-size: 800px 250px;
		background-size: 800px 250px;

	}
	
	
	[class^="icon-actividad-"],
	[class*=" icon-actividad-"] {		
		background-image: url("/img/iconos-actividad@2x.png") !important;
	   -moz-background-size: 1100px 200px;
		-webkit-background-size: 1100px 200px;
		-o-background-size: 1100px 200px;
		-ie-background-size: 1100px 200px;
		-ms-background-size: 1100px 200px;
		background-size: 1100px 200px;
		
	}
		
}


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

.dropdown-menu.nav-noticias-alertas {
	max-width: 340px;
}

.dropdown-menu .description{
	min-width: 300px;
	max-width: 400px;
	white-space: normal;
	font-size: 90%;
	padding-bottom: 10px;
}

.dropdown-menu .leido{
	text-decoration: line-through;
	opacity: .5;
}

.dropdown-menu .volver{
	border-bottom: 1px #ddd dashed;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.dropdown .badge {
	-webkit-border-radius: 2px;
	-moz-border-radius: 9px;
	border-radius: 3px;
	
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: -2px;
	vertical-align: middle;
}

.dropdown-item-with-icon{
	position: relative;
}

.dropdown-item-icon{
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -15px;
	font-size: 24px;
	display: none;
}

.dropdown-item-with-icon:hover .dropdown-item-icon{
	display: block;
}

/* WELL X LARGE */
.well-xlarge {
	padding: 65px;
}


/* --------------- */
.expandable-toolbar{
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	margin: -15px;
	padding: 15px;
	margin-bottom: 15px;
}


/* -------------- */
.badge.badge-over-icon{
	margin-left: -8px;
	padding: 1px;
	margin-top: -15px;
	font-size: 10px;
	border-radius: 4px;
	text-align: center;
}


.badge-popup{
	position: relative;
	display: inline-block;
}

.badge-popup .badge{
  transform: rotate(0deg) translateY(-105%) scale(.6) translateX(-20px);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100%;
}

.badge-balloon{
  border-radius: 50px 50px 50px 0;
  text-transform: uppercase;
  font-size: 70%;
  padding: 10px 8px;
}


/* ANIMATION
-----------------*/

.hw-accelerated{
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.animated {
        -webkit-animation-duration: 1s;
           -moz-animation-duration: 1s;
             -o-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-fill-mode: both;
           -moz-animation-fill-mode: both;
             -o-animation-fill-mode: both;
                animation-fill-mode: both;
}

.animated.hinge {
        -webkit-animation-duration: 2s;
           -moz-animation-duration: 2s;
             -o-animation-duration: 2s;
                animation-duration: 2s;
}

.animated.delay2s{
	-webkit-animation-delay: 2s;
	   -moz-animation-delay: 2s;
		 -o-animation-delay: 2s;
		    animation-delay: 2s;
}

.animated.delay3s{
	-webkit-animation-delay: 3s;
	   -moz-animation-delay: 3s;
		 -o-animation-delay: 3s;
		    animation-delay: 3s;
}

.animated.delay5s{
	-webkit-animation-delay: 5s;
	   -moz-animation-delay: 5s;
		 -o-animation-delay: 5s;
		    animation-delay: 5s;
}

@-webkit-keyframes tada {
        0% {-webkit-transform: scale(1);}
        10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
        30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
        40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
        100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
        0% {-moz-transform: scale(1);}
        10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
        30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
        40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
        100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
        0% {-o-transform: scale(1);}
        10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
        30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
        40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
        100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
        0% {transform: scale(1);}
        10%, 20% {transform: scale(0.9) rotate(-3deg);}
        30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
        40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
        100% {transform: scale(1) rotate(0);}
}

.animated.tada {
        -webkit-animation-name: tada;
        -moz-animation-name: tada;
        -o-animation-name: tada;
        animation-name: tada;
}


@-webkit-keyframes bell {
        0% {-webkit-transform: scale(1); -webkit-transform-origin: 50% 0;}
        10%, 20% {-webkit-transform: scale(0.9) rotate(-30deg);}
        30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(30deg);}
        40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-30deg);}
        100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes bell {
        0% {-moz-transform: scale(1); -moz-transform-origin: 50% 0;}
        10%, 20% {-moz-transform: scale(0.9) rotate(-30deg);}
        30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(30deg);}
        40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-30deg);}
        100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes bell {
        0% {-o-transform: scale(1); -o-transform-origin: 50% 0;}
        10%, 20% {-o-transform: scale(0.9) rotate(-30deg);}
        30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(30deg);}
        40%, 60%, 80% {-o-transform: scale(1.1) rotate(-30deg);}
        100% {-o-transform: scale(1) rotate(0);}

}

@keyframes bell {
        0% {transform: scale(1); transform-origin: 50% 0;}
        10%, 20% {transform: scale(0.9) rotate(-30deg);}
        30%, 50%, 70%, 90% {transform: scale(1.1) rotate(30deg);}
        40%, 60%, 80% {transform: scale(1.1) rotate(-30deg);}
        100% {transform: scale(1) rotate(0);}
}

.animated.bell {
        -webkit-animation-name: bell;
        -moz-animation-name: bell;
        -o-animation-name: bell;
        animation-name: bell;
}


@-webkit-keyframes pinch {
        0% {-webkit-transform: scale(1);}
        10%, 80% {-webkit-transform: scale(0.5);}
        90% {-webkit-transform: scale(1.1);}
        100% {-webkit-transform: scale(1);}
}

@-moz-keyframes pinch {
        0% {-moz-transform: scale(1);}
        10%, 80% {-moz-transform: scale(0.5);}
        90% {-moz-transform: scale(1.1);}
        100% {-moz-transform: scale(1);}
}

@-o-keyframes pinch {
        0% {-o-transform: scale(1);}
        10%, 80% {-o-transform: scale(0.5);}
        90% {-o-transform: scale(1.1);}
        100% {-o-transform: scale(1);}


}

@keyframes pinch {
        0% {transform: scale(1);}
        10%, 80% {transform: scale(0.5);}
        90% {transform: scale(1.1);}
        100% {transform: scale(1);}
}

.animated.pinch {
        -webkit-animation-name: pinch;
        -moz-animation-name: pinch;
        -o-animation-name: pinch;
        animation-name: pinch;
}

/* ayuda-revendedores
------------------ */

.ayuda-revendedores {
	position: absolute;
	right: 20px;
}

/* popover-ayuda
------------------ */
.popover-content .form-actions {
	margin: 0 -15px -10px;
	padding: 5px 5px;
	text-align: right;
	border-radius: 0 0 10px 10px;
	margin-top: 10px;
}


.control-group input + .description{
	margin-top: -5px;	
}


/* input-large-height
------------------ */
input.input-large-height {
    font-size: 110%;
    height: 45px;
    padding: 10px;
}

input.input-medium-height {
	font-size: 110%;
	height: 20px;
	padding: 10px 6px;
}

/* btn-radio
------------------ */
.btn-radio {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	text-transform: none;
	font-weight: 300;
	color: #333;
}

.btn-radio img.icon-wizard-actividad {
    margin-bottom: -7px;
    margin-top: -3px;
}

/* btn-group
---------------------- */
.btn-collection {
  display: inline-block;
  margin: 0 5px;
}

/* btn-icon
----------------- */

.btn-icon {
	background: none !important;
	box-shadow: none !important;
	border-color: rgba(0,0,0,.1);
}

.btn-icon.btn-danger {
	color: #da4f49;
	text-shadow: none;
}

.btn-icon.btn-warning {
	color: #faa732;
	text-shadow: none;
}

.btn-icon.btn-success {
	color: #5bb75b;
	text-shadow: none;
}

.btn-icon.btn-info {
	color: #22a4dc;
	text-shadow: none;
}

.btn-icon.btn-inverse {
	color: #fff;
	text-shadow: 1px 1px #333, -1px 1px #333, 1px -1px #333, -1px -1px #333;
}


/* ayuda-guiada
------------------ */

.ayuda-guiada {
	margin-bottom: 0;
}

.ayuda-guiada .carousel-inner {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.ayuda-guiada .carousel-inner .item .modal-animate {
	background-color: #3b97d3;
	min-height: 337px;
	overflow: hidden;
}

.ayuda-guiada .carousel-inner .item .modal-animate img {
	display: none;

}

.ayuda-guiada .carousel-inner .item.active .modal-animate img {
    display: block;

}

.ayuda-guiada .carousel-inner .item .btn {
	display: none;
}

.ayuda-guiada .carousel-inner .item:LAST-CHILD .btn {
	display: inline-block;
}

.ayuda-guiada .carousel-indicators {
    bottom: 15px;
    left: 10px;
    top: auto; 
}

.ayuda-guiada .carousel-inner .item .modal-body p {
	line-height: 20px;
}


ol > li + li{
	margin-top: 10px;
}

ul.list-margin > li + li{
	margin-top: 10px;
}

.container-editor-css {
	height: 400px;
	position: relative;
}

.container-editor-css .editor-css {
	width: 100%;
	height: 400px;
}

.container-editor-css .editor-disabled {
	background: rgba(255,255,255,.4);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.container-editor-js {
	height: 200px;
	position: relative;
}

.container-editor-js .editor-js {
	width: 100%;
	height: 200px;
}

.container-editor-js .editor-disabled {
	background: rgba(255,255,255,.4);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.formato-moneda-ejemplo {
	font-size: 28px;
	display: inline-block;
	color: #999;
}

.line-right {
	border-right: 1px solid #e7e7e7;
}

.line-left {
	border-left: 1px solid #e7e7e7;
}

@media (max-width: 979px) {
	.line-right,
	.line-right + div {
		width: 100% !important;
	}
}

.icon-tiene-personalizacion {
	position: absolute;
	right: 10px;
	top: 15px;
	color: #666;
}

/* ACORDION BLOCK */
.accordion.accordion-diseno-estructura .accordion-group {
	border-width: 0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 0;
}

.accordion.accordion-diseno-estructura .accordion-group .accordion-body .accordion-inner {
	padding: 20px;
	border-top: 1px solid #f0f0f0;
	background: #f8f8f8;
}

.accordion.accordion-diseno-estructura .accordion-group .accordion-heading .accordion-toggle {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #333;
	padding: 15px 20px;
}

.accordion.accordion-diseno-estructura .accordion-group .accordion-heading .accordion-toggle:HOVER {
	text-decoration: none;
}

.accordion.accordion-diseno-estructura .accordion-group .accordion-heading .accordion-toggle i {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion.accordion-diseno-estructura .accordion-group .accordion-heading .accordion-toggle.collapsed i {
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.accordion.accordion-diseno-estructura .accordion-group .accordion-heading .accordion-toggle.collapsed:HOVER {
	background: #f8f8f8;
}

/* ACORDION INLINE */
.accordion.accordion-diseno-estructura-inline .accordion-group {
	border:none;
	margin-bottom: 0;
}

.accordion.accordion-diseno-estructura-inline .accordion-group .accordion-body .accordion-inner {
	padding: 20px 2px;
	border: none;
}

.accordion.accordion-diseno-estructura-inline .accordion-group .accordion-heading .accordion-toggle {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #666;
	padding: 10px 0;
}

.accordion.accordion-diseno-estructura-inline .accordion-group .accordion-heading .accordion-toggle:HOVER {
	text-decoration: none;
}

.accordion.accordion-diseno-estructura-inline .accordion-group .accordion-heading .accordion-toggle i {
	display: inline-block;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.accordion.accordion-diseno-estructura-inline .accordion-group .accordion-heading .accordion-toggle.collapsed i {
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.accordion.accordion-diseno-estructura-inline .accordion-group .accordion-heading .accordion-toggle.collapsed:HOVER {
	color: #000;
}

.accordion.accordion-diseno-estructura-inline .accordion-group .accordion-heading .accordion-toggle small {
	color: #999;
}

/* BADGE ADDONS */

.badge-large{
	font-size: 120%;
	padding: 3%;
}


.form-control-static {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.dominios-sugeridos {
	padding-bottom: 15px;
}

.dominios-sugeridos label.radio {
	overflow: hidden;
	text-overflow: ellipsis;
}

.otro-dominio {
	margin: 20px 0;
}

/* PEXELS
------------- */
.imagebank-result {
	overflow: hidden;
}

.imagebank-result-selected {
	background-color: #000;
}

.imagebank-result-selected img{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 100%;
	height: 425px;
}

.imagebank-result-selected .carousel a.carousel-control {
	border-radius: 50%;
	opacity: .8;
	line-height: 44px;
}

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

.filter-presets {
	white-space: nowrap;
	overflow: auto;
}
.filter-presets > ul > li {
	display: inline-block;
	margin-right: 5px;
	float: none;
}



/* LABEL-LINK
---------------- */
.label.label-link,
.label.label-link:hover,
.label.label-link:active{
	background: transparent;
	text-shadow: none;
	color: #0088cc;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	display: inline-block;
}

.label.label-link:hover,
.label.label-link:active {
	text-decoration: underline;
}

/* MUESTRA PRODUCTO
-------------------- */

.muestraproducto-precio {
	opacity: .7;
	/*
	font-size: 48px;
	font-family: Open Sans Condensed;
	*/

	/*
	border-radius: 100%;
	box-shadow: 0 0 100px rgba(0,0,0,.1) inset, 0px 3px 10px rgba(0,0,0,.1) inset, 0px 1px 1px rgba(0,0,0,.3) inset;
	background-color: transparent;
	padding: 10%;
	*/
}

.muestraproducto-precio-sindescuento {
	position: relative;
	display: inline;
	opacity: .8;
}

.muestraproducto-precio-sindescuento:before {
	content: "";
	background-color: #A9A9A9;
	width: 110%;
	position: relative;
	height: .15em;
	position: absolute;
	top: .625em;
	left: -5%;
	transform: rotate(-5deg);
}

.muestraproducto-precio-original {
	display: block;
	line-height: 1;
}

/* producto-imagenes
---------------------- */
.producto-imagenes .card {
	border-width: 2px;
	transition: .2s all cubic-bezier(0.74, -0.05, 0.41, 1.64);
}

.producto-imagenes .card-primary{
	box-shadow: 0 2px 2px rgba(0,0,0,.2), 0 2px 25px rgba(0,0,0,.2);
}

.producto-imagenes .mdi-star {
	color: #FFAC00;
}

.producto-imagen.thumbnail-background {
	background-size	: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 100%;
}

.producto-imagenes .card .producto-imagen.thumbnail-background{
	opacity: .2;
	transition: .2s all cubic-bezier(0.74, -0.05, 0.41, 1.64);
}

.producto-imagenes .card-primary .producto-imagen.thumbnail-background{
	opacity: 1;
}

.producto-imagenes .img-group-pager i {
	opacity: 0;
	transition: .1s all;
}

tr.iluminado > td > .producto-imagenes .img-group-pager i {
	opacity: 1;
}

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

.img-group{
	display: inline-block;
	position: relative;
}

.img-group img{
	width: 30px;
	z-index: 1;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	background-color: #fff;
	opacity: 1;
	transform: rotate( 0deg ) translateX(0%)  translateY(0%) scale(1);
}

.img-group img.prev,
.img-group img.next{
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate( -15deg ) translateX(-50%)  translateY(-25%) scale(.7);
	z-index: 0;
	opacity: .7;
}

.img-group img.next{
	transform: rotate( 15deg ) translateX(50%)  translateY(-25%) scale(.7);
}


/* control-presets
--------------------- */
.control-presets {
	display: block;
	font-size: 10px;
	margin-top: 5px;
}

label + .control-presets {
	margin-top: -10px;
}

.input-append input + select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

.input-append select:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.form-compact .control-group{
	margin-bottom: 10px;
}

.control-label small.help-block {
	line-height: 100%;
}

small.help-block {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 100%;
	color: inherit;
}

th small.help-block {
	font-weight: lighter;
	line-height: 100%;
	font-size: 80%;
	margin: 0;
}


/* ui-slider
-------------------- */
.ui-slider {
	background-image: none;
	background-color: #ccc;
	height: 4px;
	border-color: #fff;
	margin-bottom: 10px;
}

.ui-slider .ui-slider-handle {
	background-image: none;
	background-color: #0088cc;
	border: none;
	width: 16px;
	height: 16px;
	top: -6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.ui-slider .ui-slider-handle.ui-state-hover {
	background-color: #005580;
}

.ui-slider .ui-slider-handle.ui-state-disabled {
	background-color: #aaa;
	opacity: 1;
}




.control-group .ui-slider,
.form-group .ui-slider {
	margin-top: 14px;
}

/* ui-slider
-------------------- */
.ui-slider {
	background-image: none;
	background-color: #ccc;
	height: 4px;
	border-color: #fff;
	margin-bottom: 10px;
}

.ui-slider .ui-slider-handle {
	background-image: none;
	background-color: #0088cc;
	border: none;
	width: 16px;
	height: 16px;
	top: -6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.ui-slider .ui-slider-handle.ui-state-hover {
	background-color: #005580;
}

.ui-slider .ui-slider-handle.ui-state-disabled {
	background-color: #aaa;
	opacity: 1;
}

/* opciones-atributos-selectores
------------------ */

.opciones-atributos-selectores.desplegable > select {
	margin-bottom: 0;
	padding: 2px 6px;
	height: 26px;
	line-height: 26px;
}

.opciones-atributos-selectores.color > span {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	pointer-events: none;
	vertical-align: middle;
}

.opciones-atributos-selectores.etiqueta > span {
	pointer-events: none;
}

/* tinyMCE 4
--------------------------- */
.mce-window-head {
	display: none !important;
}

.modal-open .mce-widget.mce-tooltip {
	display: none !important;
}

/* PRECIOS
------------------------ */
.informacion-precio .precio {
	color: #3497db;
	word-spacing: -0.4ex;
	font-weight: normal;
	position: relative;
}

.informacion-precio .precio-moneda-simbolo{
	font-size: 45%;
}

.informacion-precio .precio-importe-int {
	/*font-size: 200%;*/
}

.informacion-precio .precio-importe-decimal {
	vertical-align: top;
	line-height: 200%;
	font-size: 50%;
}

.informacion-precio .precio-info {
	display: inline-block;
	margin-left: .2em;
	text-align: left;
}

.informacion-precio .precio-moneda-nombre {
	margin-top: -8px;
	margin-bottom: 15px;
}


.informacion-precio .precio-descuento .precio-importe-int:before, .precio-descuento .precio-importe-int:after {
	content: "";
	position: absolute;
	width: 90%;
	background: #ff0000;
	height: 8%;
	top: 50%;
	transform: rotate(10deg);
	left: 5%;
}

.informacion-precio .precio-descuento .precio-importe-int:after {
	transform: rotate(-10deg);
}


/*
CHAT CON OPERADOR
---------------------- */

.card-chat-con-operador{
	padding-top: 10px;
	padding-bottom: 10px;
	/*
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 246px;
	height: 124px;
	margin: -8px;
	margin-bottom: -11px;
	padding: 16px;
	position: relative;
	overflow: hidden;
	*/
}

.card-chat-con-operador .operador-imagen {
	border-radius: 100%;
	width: 95px;
	height: 95px;
	overflow: hidden;
	margin-left: 15px;
	/*
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	*/
}

/*
.card-chat-con-operador-imagen-mejorada {
	width: 336px;
}
*/

.card-chat-con-operador-imagen-mejorada .operador-imagen {
	border-radius: 0;
	/*
	top: 0;
	transform: none;
	*/
}


/* METODOS-DE-PAGO
----------------------- */
[class^="metodopago-"],
[class*=" metodopago-"]{
	background-image: url(/img/metodospago/metodos-de-pago.png);
	height: 50px;
	width: 200px;
	background-position: 0 50px;
	background-repeat: no-repeat;
}

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

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

.metodopago-cuentadigital{	background-position: 0 0; }
.metodopago-cuentadigital.active{	background-position: -200px 0; }

.metodopago-dineromail{	background-position: 0 -53px; }
.metodopago-dineromail.active{	background-position: -200px -53px; }

.metodopago-contrareembolso{	background-position: 0 -100px; }
.metodopago-contrareembolso.active{	background-position: -200px -100px; }

.metodopago-paypal{	background-position: 0 -152px; }
.metodopago-paypal.active{	background-position: -200px -152px; }

.metodopago-depositotransferencia{	background-position: 0 -200px; }
.metodopago-depositotransferencia.active{	background-position: -200px -200px; }

.metodopago-hostmarpagos{	background-position: 0 -250px; }
.metodopago-hostmarpagos.active{	background-position: -200px -250px; }

.metodopago-aconvenir{	background-position: 0 -300px; }
.metodopago-aconvenir.active{	background-position: -200px -300px; }

.metodopago-payu{	background-position: 0 -350px; }
.metodopago-payu.active{	background-position: -200px -350px; }

.metodopago-mercadopago{	background-position: 0 -400px; }
.metodopago-mercadopago.active{	background-position: -200px -400px; }



/* ----------------------- */
.descripcion-ancho {
	margin-left: 30px;
	margin-right: 30px;
}

.descripcion-ancho:before {
	content: "├─";
	position: absolute;
	left: 30px;
}

.descripcion-ancho:after {
	position: absolute;
	right: 30px;
	content: "─┤";
}



/* ----------------------------------- */
.card + .card-controls{
	margin-top: -16px;
}

.card + .card-controls input,
.card + .card-controls .btn {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0;
}


/* --------- SCROLLBARS ------------- */

*::-webkit-scrollbar{
	width:10px;
	height:10px;
	background-color:#fff;
	/*box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px -1px 0 rgba(0,0,0,.07);*/
}
*::-webkit-scrollbar:hover{
	background-color:#eee;
}
/*
*::-webkit-resizer{
	-webkit-border-radius:4px;
	background-color:#666;
}
*/
*::-webkit-scrollbar-thumb{
	min-height:0.8em;
	min-width:0.8em;
	background-color: rgba(0, 0, 0, .2);
	/*box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px -1px 0 rgba(0,0,0,.07);*/
}
*::-webkit-scrollbar-thumb:hover{
	background-color: #bbb;
}
*::-webkit-scrollbar-thumb:active{
	background-color:#888;
}
