html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

@font-face {
  font-family: 'Myriad';
  src: url('../fonts/Myriad-Pro_31655.ttf');  
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-SemiBoldItalic.ttf');  
  font-weight: normal;
  font-style: normal;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	/*background-image: url(img/fondo.png); */
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%; 
	color: #46484a;
	font-family: 'Myriad', sans-serif;
	font-size: 13px;
	margin: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
 /* End hide from IE Mac */

/* End CSS reseter */

strong{
	font-weight: bold;
}

a{
	text-decoration: none;
}

#header {
	margin-bottom: 17px;
}

#header a{
	background-color: #31466A;
	line-height: 30px;
	padding: 15px 10px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	font-size: 24px;
	display: block;
}

#header a i{
	margin-top: -5px;
	font-size: 22px;
}

.header_login h1{
	text-align: center;
}

.fondo {
	background-image: url(img/fondo_login.jpg);
	background-size: 1000px;
	background-repeat: repeat;
	padding-top: 20px;
	height: 100vh;
}

#login {
	width: 411px;
	margin: auto;
	margin-top: 10%;
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
	background-color: #fff;
	border-radius: 15px;
}

#login  h1{
	color: #f39414;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	letter-spacing: -0.3px;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
}

#login p{
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}

#login i.fa-unlock-alt{ 
	position: absolute;
	top: 26px;
	left: 52px;
	font-size: 55px;
	color: #39527B;
}

#login .separador {
	border-top: 1px solid #eee;
	width: 350px;
	margin: 20px auto 0px auto
}

#login-inside{
	padding-bottom: 40px;
	position: relative;
}

#login form{
	margin-top: 20px;
}

#login form label{
	width: 83px;
	float: left;
	margin-left: 31px;
	font-size: 14px;
	padding: 9px 6px 4px 0;
	text-align: right;
}

#login form input{
	float: left;
	width: 177px;
	padding: 7px 7px 5px 7px;
	margin: 2px 2px 3px 2px;
	font: normal 13px 'Myriad';
	line-height: 1.25;
    color: #495057;
    background-color: #f8f7f7;
    background-image: none;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


#login form input:focus{
	border-color: #7591bf;
}


#login form div.submit button{
	margin: 2px 2px 3px 2px;
	width: 65px;
	height: 65px;
	background-color: #253884;
	padding: 0;
	overflow: hidden;
	position: absolute;
	border: 0;
	color: #fff;
	cursor: pointer;
	 border-radius: .85rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#login form div.submit button i{
	font-size: 23px;
}

#login .login-img-logo {
	width: 250px;
	margin: auto;
	text-align: center;
	display: block;
	padding-top: 35px;
	margin-bottom: 20px;
}

.logo-panel-header {
	width: 250px;
	text-align: center;
	margin-top: 5px;
	margin: auto;
}

#authMessage{
	margin: -11px 0 0 0px;
	width: 398px;
	text-align: center;
	color: #fff;
	padding: 7px;
	background: #B62441;
	position: absolute;
	font-family: 'Myriad', sans-serif;
	font-size: 13px;
}

#options-bar .logout a {
	background-color: #f39414;
	color: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	height: 25px;
	margin-top: 11px;
	margin-right: 10px;
	line-height: 25px;
}

#options-bar .logout a:hover {
	text-decoration: none;
	background-color: #da820b;
}

#options-bar .users a:hover {
	text-decoration: none;
}


#menu{
	width: 230px;
	float: left;
	background-color: #f39414;
	min-height: 100vh;
	padding-top: 10px;
	background: url(img/menu_fondo.jpg) center 0px no-repeat;
	background-size: 100%;
}

#content{
	padding: 20px;
	margin-bottom: 10px;
	overflow: auto;
}

#menu .puntos {
	text-align: center;
}

#menu .puntos span{
	background-color: #fff;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	margin: 15px 5px;
}

#menu-items h2{
	font-size: 18px;
	line-height: 17px;
	color: #794806;
	overflow: hidden;
	padding: 15px 5px 13px 5px;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	text-align: center;
}

#menu-items li {
	position: relative;
}

#menu-items li ul{
	padding-bottom: 17px;
	margin-bottom: 2px;
}

#menu-items a{
	display: block;
	text-align: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 30px 15px 30px;
	font-size: 16px;
	font-family: 'Myriad', sans-serif;
	font-weight: 300;
	background-color: #fff;
	border-radius: 35px;
	color: #46484a;
}

#menu-items a:hover{
	background-color: #FEF7EE;
}

#menu select{
	width: 200px;
}

#menu .cant_noti {
	background-color: red;
	color: #fff;
	border-radius: 30px;
	position: absolute;
	z-index: 3;
	left: 49px;
	top: 2px;
	padding-top: 5px;
	width: 18px;
	height: 12px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
#menu .noti_icon {
	color: #273587;
	position: absolute;
	z-index: 2;
	left: 40px;
	top: 6px;
	font-size: 20px;
}

.slicknav_menu {
	margin-bottom: 15px;
}

.slicknav_menu li {
	position: relative;
}

.slicknav_menu .cant_noti {
	background-color: red;
	color: #fff;
	border-radius: 30px;
	position: absolute;
	z-index: 3;
	left: 110px;
	top: 3px;
	width: 16px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	line-height: 17px;
}

.slicknav_menu .noti_icon {
	color: #273587;
	position: absolute;
	z-index: 2;
	left: 100px;
	top: 6px;
	font-size: 15px;
}


#options-bar{
	background-color: #fff;
	height: 65px;
	line-height: 65px;
	color: #39527B;
	background: url(img/Logo-que_publicamos.png) center 7px no-repeat;
	background-size: 230px;
}

#welcome-user{
	height: 59px;
	line-height: 59px;
	float: left;
	padding: 0 14px;
	font-family: 'Myriad', sans-serif;
}

#toggle-menu{
	float: left;
}

#return {
	float: left;
}

#toggle-menu a{
	float: left;
	font-size: 23px;
	color: #f39414;
	overflow: hidden;
	padding: 0;
	margin-left: 20px;
	height: 65px;
	line-height: 62px;
}

#return a{
	float: left;
	font-size: 23px;
	color: #f39414;
	overflow: hidden;
	padding: 0;
	margin-left: 20px;
	height: 65px;
	line-height: 62px;
}

#toggle-menu a i{
	line-height: 52px;
}

#return a i{
	line-height: 52px;
}
/*
#toggle-menu a.toggle-hidden{
	background-position: 0 -100px;
}*/

#options-bar ul{
	float: right;
	text-align: right;
}

#options-bar ul li{
	float: left;
}

#options-bar ul li a{
	display: block;
	padding: 0 25px;
	color: #f39414;
	height: 59px;
	line-height: 59px;
	background: left center no-repeat;
	font-family: 'Myriad', sans-serif;
}

@media (min-width: 600px) {
	
	#options-bar ul li.home a{
		background-image: url(img/home.gif);
	}

	#options-bar ul li.groups a{
		background-image: url(img/users.gif);
	}

	#options-bar ul li.site a{
		background-image: url(img/site.png);
	}
}

@media (max-width: 850px) {
	#options-bar ul {
		position: absolute;
		top: 0px;
		right: 5px;
	}

	#options-bar ul li a {
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
	}
	
	#options-bar .logout a {
		padding: 3px 10px;
		height: 25px;
		margin-top: 4px;
		margin-right: 10px;
		line-height: 25px;
	}
}


/* pagination */

div.pagination {
	clear: both;
	padding: 0;
	margin-bottom: 15px;
}

div.paging{
	float: left;
	margin-right: 10px;
}

div.paging span{
	display: block;
	float: left;
}
div.paging a, div.paging span.current, div.paging a.prev, div.paging a.next{
	display: block;
	float: left;
	text-align: center;
	margin: 0 4px 0 0;
	font-size: 13px;
	color: #757E82;
	border: 1px solid #ccc;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	background: #fff;
}
div.paging span.current{
	border: 1px solid #ccc;
	color: #444;
}
div.paging a:hover{
	background: #E1EBF5;
	color: #000;
}

div.paging span.prev span.disabled, div.paging span.next span.disabled{
	display: none;
}

div.limiter{
	float: right;
	margin-left: 20px;
}

div.limiter li{
	float: left;
	border-left: 1px solid #676767;
	padding: 0 4px;
	margin: 4px 0;
}

div.limiter li:first-child{
	border-left: none;
}

div.limiter ul{
	float: left;
}

div.pagination p, div.limiter p{
	padding: 4px 0;
	font-family: 'Myriad', sans-serif;
}

div.paging {
	margin-top: 9px;
}

p.counter, div.limiter{
	margin-top: 10px;
}

p.counter{
	float: left;
	margin-right: 20px;
	padding: 4px 0;
}

div.limiter p{
	float: left;
	margin-right: 5px;
	padding: 4px 0;
}

div.limiter li.current a{
	font-weight: bold;
	color: #000;
}

div.limiter a{
	color: #333;
}

div.paging_counter{
	float: left;
}

/* flash messages */

.flash {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
	font-weight: bold;
}
.flash_error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.flash_notice {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.flash_success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}



/* notices and errors */

/*.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}*/
.error-message, #MessageSendForm div.error-message {
	margin:7px 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
}

div.message {
	clear: both;
	color: #900;
	font-size: 140%;	
	margin: 1em 0;
	font-family: 'Myriad', sans-serif;
}
div.error-message {
	clear: both;
	color: #900;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
/* .notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
} */
/* .success {
	background: green;
	color: #fff;
} */

 #content h1, #content h2, #content h3 {
	font-size: 22px;
	color: #f39414;
	margin-bottom: 10px;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
}

#content h2{
	font-size: 18px;
}

#content h3{
	font-size: 16px;
}

#content h3.title_base_instagram {
	margin-bottom: 0;
}

/* tree */

.tree_prepend{
	width: 22px;
	display: block;
	float: left;
	height: 4px;
}

.tree_arrow{
	width: 8px;
	margin-right: 7px;
	display: block;
	float: left;
	height: 1.1em;
	background: url(img/level.png) 0 2px no-repeat;
}


/* tables */

table{
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

td a{
	color: #273587;
}

td a:hover{
	text-decoration: underline;
}

th, td, div.view td{
	border-collapse: collapse;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	background: transparent;
	font-family: 'Myriad', sans-serif;
	
}

td, div.view td{
	border-bottom: 2px solid #fdf0de;
}

th{
	background: #f8f7f7;
	font-family: 'Myriad', sans-serif;
	font-weight: 300;
}

th a{
	color: #f39414;
	display: block;
	padding: 10px;
	text-transform: uppercase;
}

th a:hover{
	background: #e8e5e5;
}


#content table .delete_multiple{
	vertical-align: top;
	text-align: center;
	padding: 8px 5px;
	margin: 0;
	width: 1px;
}

#content table th.delete_multiple{
	padding-top: 12px;
}

#content .model-index table tr .delete_multiple input{
	margin: 0;
	padding: 0;
}

#content form#deleteMultiple{
	margin: 0;
	width: auto;
	padding: 0;
}

#content form#deleteMultiple div.submit{
	margin: 0 0 10px 0;
	padding: 0;
}

#content form#deleteMultiple div.submit button{
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#content form#deleteMultiple div.submit button span{
	font-size: 12px;
	background-position: left center;
	background-repeat:	no-repeat;
	padding: 2px 4px 2px 2px;
	display: block;
	cursor: default;
}

#deleteCheckAll{
	visibility: hidden;
}

tr.checked{
	background-color: #FFFFCC;
	color: #444;
}

tr.hover{
	background: #fef7ee;
}

div.view td, td.field, p.norecords{
	padding: 7px;
}

td.boolean, td.id, td.number{
	width: 1px;
}

td.number, th.number{
	text-align: right;
}

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

th.actions{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

th.actions, th.index_image{
	overflow: hidden;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #f39414;
	width: 10px;
	text-transform: uppercase;
}

table td.actions{
	vertical-align: top;
	line-height: 1.9em;
	text-align: left;
	padding: 3px 8px;
}

table td.index_image{
	text-align: center;
	padding: 0;
	vertical-align: middle;
	padding: 1px;
	width: 80px
}

table td.index_image a img{
	margin: 0;
}

ul.actions{
	vertical-align: middle;
	line-height: 1.9em;
	text-align: center;
	display: inline;
}

div.actions-view ul.actions{
	height: 4em;
	line-height: 4em;
	display: block;
	float: right;
}

ul.actions li{
	display: inline;
}

/*ul.actions li{
	display: block;
	float: left;
	width: 26px;
	overflow: hidden;
	margin-right: 2px;
}
ul.actions li a{
	display: block;
}
ul.actions li a:hover{
	background-color: #444;
}*/


ul.actions a{
	background: 0 0 no-repeat;
	padding: 0;
	color: #f39414;
	white-space: nowrap;
}
ul.actions a:hover{
	text-decoration: none;
}

.actions-view  ul.actions a{
	padding: 0 20px;
}



/*li.up, li.down {
	width: 26px;
	overflow: hidden;
	display: block;
	float: left;
}

li.custom_action a{
	background-image: url(ico/16x16/system-software-update.png);
}
*/
li.custom_action a.view_online{
	background-image: url(ico/16x16/applications-internet.png);
}

table.view{
	margin-bottom: 35px;
	clear: both;
}

div.view td.label{
	width: 150px;
	background: #f39414;
	color: #fff;
	text-align: right;
	vertical-align: top;
	font-family: 'Myriad', sans-serif;
	font-weight: 300;
}

.fcktxt ul, .fcktxt ol, .fcktxt p, .fcktxt table{
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 16px;
}

.fcktxt ul, .fcktxt ul li{
    list-style-type: disc;
}

.fcktxt ol, .fcktxt ol li{
    list-style-type: decimal;
}

.fcktxt li{
    margin-left: 23px;
}

.fcktxt table{
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.fcktxt table td{
    padding: 3px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.fcktxt b, .fck strong{
    font-weight: bold;
}

.fcktxt u{
    text-decoration: underline;
}

.fcktxt em, .fcktxt i{
    font-style: italic;
}

.fcktxt h1{
	font-size: 2em;
}

.fcktxt h2{
	font-size: 1.7em;
}

.fcktxt h3{
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

.fcktxt h4{
	font-size: 1.2em;
}

div.view h1, div.view #flashMessage{
	float: left;
}

div.model-index{
	margin-bottom: 40px;
}

div.index div.actions, div.brw-images div.actions{
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #f39414;
	float: left;
}


div.index div.actions ul li a{
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 10px 0px 10px;
	background: left center no-repeat;
	color: #444;
}

div.index div.actions ul li a i{
	font-size: 32px;
	margin-top: 4px;
	margin-right: 5px;
	color: #F39414;
	display: block;
	float: left;
}

div.index div.actions ul li a:hover i{
	color: #fff;
}


div.index div.actions ul li a:hover{
	background-color: #253884 !important;
	color: #fff;
}

div.index h1, div.view h1{
	line-height: 40px !important;
	height: 40px;
	float: left;
}

.images-gallery{
	clear: both;
	margin-bottom: 25px;
}

div.index div.actions {
	margin-bottom: 20px;
}

.image-actions li a{
	margin-right: 15px;
}
/*
div.index div.actions ul li.add a{
	background-image: url(img/agregar2_ico.png);
}*/

div.index div.actions ul li.import a{
	background-image: url(img/import.png);
}

div.index div.actions ul li.export a{
	background-image: url(img/export.png);
}

div.index div.actions ul li.global_custom_action a{
	background-image: url(ico/32x32/applications-system.png);
	background-position: 5px 5px;
}

p.norecords{
	margin-bottom: 20px;
	background: #fff;
}

table#index{
	margin-bottom: 15px;
}

/* form */

#content form {
	clear: both;
	padding: 0;
}
#content fieldset {
	background-color: #fff;
	padding: 25px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
	border-radius: 10px;
}
#content fieldset legend {
	font-size: 160%;
}
#content fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
#content fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
#content fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
#content fieldset.fieldset_after_save {
	padding: 5px 25px;
}

#content form div.input {
	clear: both;
	padding: .9em 0;
	vertical-align: text-top;
	color: #444;
}
#content form div.required {
	color: #333;
	font-family: 'Myriad', sans-serif;
}
#content form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
#content label {
	font-family: 'Myriad', sans-serif;
	display: block;
	font-size: 110%;
	padding-bottom: 3px;
	color: #484A4C;
}
#content input, #content textarea{
	clear: both;
	font-size: 13px;
	font-family: "Myriad", "lucida grande", "verdana", sans-serif;
	padding: 3px;
	width: 100%;
}
#content input {
	width: 98%;
	display: block;
    padding: 9px 9px 11px 9px;
    line-height: 1.25;
    color: #495057;
    background-color: #f8f7f7;
    border: 0;
    background-image: none;
    background-clip: padding-box;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#content input:focus {
	border-color: #7591bf;
}

#content select {
	clear: both;
	font-size: 12px;
	vertical-align: text-bottom;
	border: 0;
    border-radius: .25rem;
    padding: 5px 6px 6px 6px;
    background-color: #f8f7f7;
}

#content select:focus {
	border-color: #7591bf;
}

div#content .ui-multiselect {
	background-color: #f8f7f7;
	background-image: none;
	padding: 3px 0 4px 6px;
	border:0;
    border-radius: .25rem;
}

#content .ui-multiselect:focus {
	border-color: #7591bf;
}

#content input[type=file] {
	display: block;
}

#content select[multiple=multiple] {
	width: 100%;
}
#content option {
	font-size: 120%;
	padding: 0 3px;
}
#content .checkbox {
	position: relative;
}

#ContentEditForm input[type=checkbox] {
	visibility: hidden;
}

#ContentEditForm .checkbox label{
	padding-left: 51px;
	height: 20px;
	padding-bottom: 0;
}
#ContentEditForm .checkbox label:before{
	content: '';
	background: #f0f0f0;
	border:2px solid rgba(0,0,0,0.2);
	position: absolute; 
	left: 0;
	top: 5px;
	width: 42px;
	height: 20px;
	border-radius: 15px;
	transition: all 0.15s ease 0.15s;
}

#ContentEditForm .checkbox label:after{
	content: ''; /* No hay contenido */
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 3px;
	top: 7px;
	-webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
	transition: all 0.15s ease 0.15s;
}

#ContentEditForm .checkbox input[type=checkbox]:checked + label:after {
	left: 23px;
	-webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 0 -3px 0 rgba(0,0,0,0.2);
	transition: all 0.15s ease 0.15s;
}
 
#ContentEditForm .checkbox input[type=checkbox]:checked + label:before {
 	background: #F49517;
 	transition: all 0.15s ease 0.15s;
}

#ContentEditForm .select .checkbox label {
	height: 23px;
	padding-bottom: 3px;
	line-height: 36px;
}

#content input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 0px 2px;
	width: auto;
}

#content input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
#content input[type=color] {
	width: 20%;
	height: 40px;
}

div.radio label {
	margin: 0 0 6px 20px;
}
div.checkbox{

}
div.checkbox label{
	font-weight: normal;
	font-size: 130%;
}
#content button[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 10px 25px;
	width: auto;
	vertical-align: bottom;
	color: #fff;
	background-color: #F39414;
	border-radius: 1.5rem;
	float: left;
	cursor: pointer;
	font-weight: 300;
	border: 0;
	margin-right: 15px;
	margin-bottom: 5px;
}

#content button[type=submit].loading {
	/*font-size: 180%;*/
}

#content button[type=submit]:hover {
	background-color: #da820b;
}

.mesaje_contenido {
	display: none;
}

#footer{
	clear: both;
	height: 40px;
}

div.submit a.cancel{
	line-height: 20px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	display: block;
	float: left;
	margin-top: 10px;
	cursor: pointer;
	color: #F39414;
}

.legends {
	margin-top: 3px;
	color: #888;
}

/* uploads */

div.image{
	float: left;
	margin: 10px 10px 0 0;
	padding: 5px;
	text-align: center;
	background: #fff;
}

div.image ul.actions a{
	display: block;
	float: left;
}

div.image p.description{
	margin-top: 5px;
	float: left;
	line-height: 1.15em;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

div.image td{
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

div.files-gallery{
	clear: both;
	margin-bottom: 15px;
}

div.files-gallery div.files{
	background: #fff;
	margin-bottom: 2px;
}

div.files-gallery ul.files-actions{
	float: right;
}

div.files-gallery ul a{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
}

div.files-gallery ul.files-actions li{
	float: left;
}

div.files-gallery a.brw-file{
	display: block;
	float: left;
	padding: 10px;
	color: #444;
	line-height: 1.1em;
}

/* home */

#home h2{
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #248cfd;
	text-transform: uppercase;
	background: url(img/border-h2-home.gif) left bottom repeat-x;
	padding: 10px 0 12px 0;
	margin-bottom: 20px;
}

.home-box{
	width: 213px;
	float: left;
	border: #fff 1px solid;
	margin: 0 15px 15px 0;
	background: url(img/home.png) 0 0;
}

#home h3{
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
	height: 51px;
	border: 1px solid #e6e6e6;
	text-transform: uppercase;
}

#home h3 span{
	display: block;
	padding: 10px;
}

.home-box ul{
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.home-box ul li{
	width: 105px;
	float: left;
}

.home-box ul li a{
	display: block;
	color: #676767;
	text-align: center;
	padding: 50px 0 10px 0;
	background: center 7px no-repeat;
}

.home-box ul li a:hover{
	background-color: #268AFC;
	color: #fff;
	font-weight: bold;
}

.home-box ul li.add a{
	background-image: url(img/home_nuevo.png);
	border-right: 1px solid #fff;
}

.home-box ul li.index a{
	background-image: url(img/home_examinar.png);
	border-left: 1px solid #d8d8d8;
}


/* plugin combo select */

div#content fieldset.comboselect {
	border: 0;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}

div#content fieldset.comboselect * {
	display: block;
	float: left;
	width: 40%;
}

div#content fieldset.comboselect select {
	height: 112px;
	clear: right;

}

div#content fieldset.comboselect fieldset {
	border: 0;
	width: 80px;
	margin: 0;
	padding-top: 25px;
}

div#content fieldset.comboselect fieldset input {
	width: 100%;
	clear: left;
	font-size: 11px;
	margin: 5px 0;
}

div#content fieldset.comboselect select option {
	width: 100% !important;
	border: 0;
	border-bottom: 1px dotted #959DB7;
}

.csleft, .csright{
	*width: 300px !important;
}

#siteSelector{
	padding: 4px;
	margin: 0;
}
#siteSelector h2{
	margin: 0.6em 0;
	font-size: 1.2em;
	font-weight: bold;
}
#siteSelector div.submit{
	display: inline;
	vertical-align: middle;
}
#siteSelector select{
	width: 160px;
	vertical-align: middle;
	margin-right: 4px;
}

.cake-sql-log{
	*display: none;
}

/* sortable */

table td.sortable{
	text-align: center;
	width: 66px;
	padding: 1px 5px;
}

table td.sortable a{
	width: 25px;
	padding: 0 4px;
	margin: 0;
	height: 30px;
	display: block;
	float: left;
	background: center center no-repeat;
	overflow: hidden;
	text-indent: -500px;
}

.sortable a.up{
	background-image: url(ico/16x16/go-up.png);
}
.sortable a.down{
	background-image: url(ico/16x16/go-down.png);
}

.sortable a:hover{
	background-color: #268AFC;
}

table td.fcktxt h1{
	float: none;
}

#content .fieldsUploads div.input, #content  .fieldsUploads div.cloneHolder{
	padding-left: 0;
	margin-left: 0;
}

fieldset.fieldsUploads{
	padding-bottom: 0px !important;
}

div#content form div.fieldsetUploads{
	background: #fff;
	margin-bottom: 20px;
}

#content a.cloneLink{
	display: block;
	float: left;
	padding: 0px 10px 0px 45px;
	height: 40px;
	line-height: 40px;
	background-position: 4px center;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	color: #444;
}

a.cloneLink_Image{
	background-image: url(ico/32x32/insert-image.png);
}

a.cloneLink_File{
	background-image: url(ico/32x32/insert-file.png);
}

#content a.cloneLink:hover{
	background-color: #268AFC;
	color: #fff;
}

table tr td.multiLang{
	padding: 0;
	border-collapse: collapse;
	/*border-right: 0;
	border-bottom: 0;*/
}

table tr td.multiLang table{
	margin: -1px;
}

table tr td.multiLang table{
	border-right: none;
}

td.multiLang td.fcktxt{
	width: 100%;
	border-right: none;
}

td.multiLang td.locale{
	background-color: #f4f4f4;
	text-align: right;
	font-weight: bold;
}

span.lang{
	color: #676767;
}

table tr td.habtm{
	padding: 2px;
	margin: 0;
}

td.habtm ul{
	margin: 0;
	padding: 0;
}

td.habtm li{
	float: left;
}

td.habtm li a{
	margin: 4px;
	padding: 3px 7px 3px 7px;
	display: block;
	color: #444;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ccc;
}

td.habtm li a:hover{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

div#content form.filter{
	vertical-align: middle;
	margin: 0 0 10px 0;
	background: #fff;
	padding: 0 10px 10px 10px;
	width: auto;
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
	border-radius: 5px;
}

form.filter div.advanced{
	display: none;
}

a#show_advanced{
	margin-left: 5px;
	float: right;
	color: #444;
	position: absolute;
	width: 100px;
}

div#content form.filter div.input, div#content form.filter div.submit, div#content form.filter div.text{
	float: left;
	clear: none;
	margin: 0;
	padding: 10px 10px 0 0;
}

div#content form.filter label{
	padding-bottom: 3px;
	font-size: 100%;
}

div#content form.filter div.text{
	margin-right: 4px;
}

div#content form.filter div.submit{
	margin-top: 26px;
	padding: 0;
}

div#content form.filter div.submit input, div#content form.filter div.submit button{
	padding: 5px 10px 5px 10px;
	background-color: #F39414;
	color: #fff;
	border: none;
	border-radius: 
}

div#content form.filter div.submit button{
    line-height: 1.25;
	font-size: 13px;  
    border-radius: .25rem;
    margin-bottom: 0;
}

div#content form.filter div.input select{
	max-width: 150px;
	padding: 1px 1px 3px 1px;
	height: 26px;
}

div#content form.filter div.input input:focus, div#content form.filter div.input select:focus {
	border-color: #7591bf;
}

div#content form.filter div.input select, div#content form.filter div.input input{
	background-color: #f8f7f7
}

div#content form.filter div.input input{
	font-size: 13px;
    padding: 3px 2px 4px 5px;
    font-family: 'Myriad', sans-serif;
    height: 19px;
}

#content form div#enabledLangs label, #content form div#enabledLangs div{
	float: left;
	clear: none;
}

div#enabledLangs label.enabledLangs{
	padding: 6px;
}

#content form.filter input.filter-choose{
	padding: 1px;
	font-size: 12px;
	width: 100px;
}

#content form.filter input.number{
	width: 70px;
}

.filter-checkbox{
	display: none;
}

.slicknav_menu {
	display:none; 
}

#PublicationDatePlanDay {
	display: none;
}

@media (max-width: 850px) {
	#menu {
		display:none;
	}
	#toggle-menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	.actions-view ul.actions a {
		padding: 0 10px;
	}
	#options-bar {
		background-size: 200px;
	}
}

#menu_responsive .slicknav_btn {
	background: none;
}
/* Button Lines */
#menu_responsive .slicknav_menu .slicknav_icon-bar {
  background-color: #E6E6E6;
}
#menu_responsive .slicknav_menu {
	background:#f8f7f7;
	padding:0;
	font-family: 'Myriad', sans-serif;
	
}
#menu_responsive .slicknav_nav ul, #menu_responsive .slicknav_nav li {
	border-top:1px solid #e8e5e5;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
}
#menu_responsive .slicknav_nav .slicknav_item:hover {
	background:none;
	color:#f39414;
}

#menu_responsive .slicknav_nav a {
	color:#f39414;
	font-size: 13px;
}
#menu_responsive .slicknav_nav a:hover{
	background:none;
	color:#f39414;
}
#menu_responsive .slicknav_nav .slicknav_txtnode {
    padding: 7px 15px;
	margin: 0;
}

#menu_responsive .slicknav_item h2 {
	display: inline;
	text-transform: uppercase;
	color: #69aefd;
}

.ejemplo_mockup {
	width: 215px;
	margin-left: -25px;
}

.MiniBaseMockup {
	float: left;
	position: relative;
}

.file_base_instagra {
	float: left;
	width: 70%;
}

.por_formulario {
	float: left;
	width: 70%;
}

.arriba_prueba {
	position: absolute;
	top: 31px;
	left: 8px;
	width: 153px !important;
}
.MiniBaseMockup .under-instagram {
	position: absolute;
	width: 153px !important;
	bottom: 45px;
	left: 8px;
	z-index: 5;
}

.mensaje_base {
	margin: 15px 0;
	color: #888;
}
.div_logo_cliente{
	margin: 15px 0;
}

.logo_cliente_edit {
	float: left;
}

.div_float_logo_cliente {
	float: left;
	width: 70%;
	margin: 16px 0 0 15px;
}

.download_instructivo {
	display: inline-block;
	background-color: #f39414;
	color: #fff;
	padding: 7px 15px; 
	border-radius: 15px;
	margin-bottom: 20px;
}
.table_logo_cliente {
	width: 80px;
	height: 80px;
	border: none;
}

.table_logo_cliente td{
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	border: none;
}

@media (max-width: 1080px) {
	.file_base_instagra {
		float: none;
		width: 100%;
	}

	.por_formulario {
		float: none;
		width: 100%;
	}
}

@media (max-width: 450px) {
	#login {
		width: 320px;
	}
	#login form input {
	    width: 123px;
	}
	#login form label {
   		margin-left: 9px;
	}
	#login .separador {
    	width: 280px;
	}
	#login h1 {
    	padding: 34px 0 0 100px;
    }
    #login .login-img-logo {
    	width: 200px;
	}
	#login i.fa-unlock-alt {
		top: 38px;
		left: 35px;
		font-size: 47px;
	}

	#authMessage{
		width: 307px;
	}
	.actions-view ul.actions a {
		padding: 0 2px;
	}

	#options-bar {
		background-size: 180px;
	}

}

#PlanMonthPlanMonthDay {
	display: none;
}
