.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.upload_btn {
	background: #33a5e0;
	color: white;
	padding: 4px 25px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
}

.ui-resizable-handle { z-index: 1 !important; }
.settings #cboxLoadedContent { box-shadow: 3px 3px 15px 0px black; }
.settings#colorbox { outline: none; }

.sortable_placeholder {
	border-left: 1px solid #64b9e6;
	border-right: 1px solid #64b9e6; 
	background: url('../css/drop_placeholder_1.png') repeat-x;
	height: 17px;
	margin: 10px 0;
}

#cboxOverlay { position: fixed; top: 0; width: 100%; height: 100%; }
.colorpicker { z-index: 4; }

.admin_page_edit_container .title.widgets { background: #8d8b8d; border-radius: 5px; }
.admin_page_edit_container .title.contents { background: #67bce7; border-radius: 5px; }

.leftcolumn { float: left; width: 456px; }
.contenedor_dato2 { width: 406px; height: 60px; }
.contenedor_dato2 input.inputfile { width: 394px; margin: 0; }
.contenedor_dato2 span { padding-left: 5px; }


.contenedor_dato2 .tick { margin: -6px 0 0 5px; width: 25px; }
.contenedor_dato2 .text,
.contenedor_dato2 .text span { padding-left: 0; } 
.contenedor_dato2 .text .no { display: none; color: #d80019; font-weight: bold; }
.contenedor_dato2 .text.disabled .no { display: inline; }


.page { width: 100%; margin-bottom: 0; }
.page .sortable { overflow: hidden; }

.page .sortable.image {
	vertical-align: middle;
	text-align: center;
	width: 100%;
    line-height: 0;
}

.page .sortable.image .overlay { position: absolute; display: table; }
.page .sortable.image .overlay .caption { color: white; width: 100%; display: table-cell; text-align: center; vertical-align: middle; }
.page .sortable.image img.rounded { border-radius: 100%; }

.page .sortable.image.empty { display: none; }

.sortable.textarea,
.sortable.table,
.sortable.image { position: relative; }

.sortable.image img { max-width: 999999px; width: 100%; }

.page .pagecontainer { max-width: 1440px; }

.table { margin: 0; } 

.gallerytable .gallerycell { float: left; overflow: hidden; }
.gallerytable.rounded .wrapper2 { border-radius: 100%; overflow: hidden; }
.page .sortable.gallerytable.rounded .overlay { border-radius: 100%; }

.page .sortable.gallerytable .gallerycell .wrapper { overflow: hidden; box-sizing: border-box; }

@media all and (max-width: 767px) {
	.gallerytable .gallerycell .wrapper2,
	.gallerytable .gallerycell .wrapper2 img { width: 100% !important; height: auto !important; margin-left: 0 !important; }
	/*.cell.empty span.blank { display: none; }*/
	.gallerytable.rounded .wrapper2,
	.page .sortable.gallerytable.rounded .overlay { border-radius: 0; }
}

@media all and (min-width: 768px) {
	.gallerytable.cols-2 .gallerycell { width: 50%; }
	.gallerytable.cols-4 .gallerycell { width: 25%; }
	.gallerytable.cols-5 .gallerycell { width: 20%; }
	.gallerytable.cols-8 .gallerycell { width: 12.5%; }
}

@media all and (min-width: 1440px) {
	.page .pagecontainer {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}


.table_inner { border-collapse: collapse; display: table; width: 100%; }
.row { display: block; }
.cell { display: inline-block; width: 100%; vertical-align: top; }
.page .row[data-cell-dist] .cell { padding: 0 !important; }

.cell.empty { background-position: center; background-repeat: no-repeat; }


#fondoDegradadoInferior, .page, .page .cell, .border-box * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.page p { line-height: initial; margin: 0; }

.custombutton .mceEditor {
	word-wrap: break-word;
	cursor: pointer;
}
