@CHARSET "UTF-8";
@import url(reset.css);
@import url(lib.css);
@import url(font-awesome.min.css);

html, body{	

	color: #595a5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	overflow:hidden;
}

/*** Multiselect ***/
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { 
	display:none; padding:3px; position:absolute; z-index:10000; 
	background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #AAAAAA!important;
    color: #222222!important; 
}
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px; font-size: 12px; }
.ui-multiselect-checkboxes label input { position:relative; top:1px; margin-right: 5px !important; }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }


.ui-dialog .ui-dialog-title {

	font-weight: 600;
	text-transform: none;
	font-size: 16px;

}

#cms-button-panel{z-index: 11111111111111;
position: relative;
background: #fff;}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
/*** END Multiselect ***/

a:link, a:visited, a:hover{
	color: #595a5c;
	outline: none;


	padding:0px 12px;

}
#processing {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#E5E5E5;
	color:#000000;
	display:none;
	font-weight:bold;
	left:50%;
	padding:5px 8px;
	position:absolute;
	top:20px;
	width:auto;
	z-index:9999;
}
#container{
	min-height: 100%;
	width: 100%;	
	height: 100%;
}
#header{
	height: 100%;	
}
#logo{
	display: block;
	width: 552px;
	margin: 0 auto;
	height: 118px;
}

#middle{

	height:100%;

}



.load_page_edit {
    
	background: url(../img/cangando-cms.gif) 0 0 no-repeat;
	overflow: hidden;
	width: 318px;
	height:315px;
	padding: 0px;


}


.leftmenu-top {

	overflow: hidden;


}


#top_bottom_barra .add_on_page {
	
	display: block;
	background-color: #0096FF;
	line-height: 50px;
	width:48px;
	font-size: 25px;
	color:#fff;
	cursor: pointer;
	text-align: center;
	padding: 2px;
	margin-bottom: 2px;
}

#top_bottom_barra .add_on_page:hover {
	
	/*opacity: 0.6 !important;*/
	transform: scale(1.06);
	
}

#top_bottom_barra .top_bottom {
	
	display: block;
	background-color: #0096FF;
	line-height: 50px;
	width:48px;
	font-size: 13px;
	color:#fff;
	cursor: pointer;
	text-align: center;
	padding: 2px;
	margin-bottom: 2px;
	
}

#top_bottom_barra .top_bottom:hover {
	
	/*opacity: 0.6 !important;*/
	transform: scale(1.06);
	
}



#top_bottom_barra {
	
position: fixed;
width: 50px;
left: 0px;
bottom: 0px;	
	
}


#leftmenu.min_toggle div.leftmenu-top {
	
	margin: 9px auto;
	background: url(../img/cr-ico2.png) 0 0 no-repeat;
	height: 35px;
	width: 39px;
	background-size: 35px 39px !important;
	
}

#leftmenu.max_toggle div.leftmenu-top {
	
	margin: 9px auto;
	background: url(../img/cr-ico.png) 0 0 no-repeat;
    height: 95px;
    width: 95px;
		background-size: 95px 95px !important;

}

#leftmenu.min_toggle > div > .select_edit_page {
	
	width: 23px;
	
}

.content-middle{
	height:100%;
}


#leftmenu.min_toggle div.select-page-border{


	
}



#leftmenu.min_toggle  div.select-page select{

	background: url(../img/desplegable-ico.png) no-repeat center center;
	background-size: auto 26px;
    width: 100%;
	height: 26px;
	overflow: hidden;
    border: 0;
    font-size: 16px;
    line-height: 1;
    -webkit-appearance: none;
	-moz-appearance: none;
    text-indent: -9000px;
    text-overflow: '';
    appearance: none;
	color:#fff;
	text-transform: uppercase;
	cursor: pointer;
	
}

#leftmenu.max_toggle  div.select-page-border{
	
	padding-right: 10px;
	background-color: #1D86BA;
	border-radius: 5px;
	
}

#leftmenu.max_toggle div.select-page select{

	background: url(../img/desplegable-ico.png) no-repeat right #1D86BA;
		background-size: auto 26px;
    width: 134px;
	height: 51px;
	padding-left:10px;
	overflow: hidden;
    border: 0;
    font-size: 16px;
    line-height: 1;
    -webkit-appearance: none;
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    border-radius: 5px;
	color:#fff;
	text-transform: uppercase;
	cursor: pointer;
	
}

.select-page select option {
	
	background-color: #fff;
	color: initial;
	
}

.toggle_leftmenu {	
	
	text-indent: 1px;
	width: 25px; 
	height: 25px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	margin: 10px;
	font-size: 2em;
	color:#fff;
	cursor: pointer;
}



#leftmenu  .leftmenu-middle-container{

border-collapse: separate;

}

#leftmenu.max_toggle.height_full {

	height:100% !important;

}

#leftmenu.max_toggle.height_full .leftmenu-middle-container{
	
	position: relative !important;
	
}



#leftmenu.max_toggle.height_full .leftmenu-middle-container .leftmenu-middle{
	
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	overflow-y: auto;
	
}



#leftmenu{

	position:fixed;
	top: 0px;
/*	
	left: 200px;
	margin-left: -200px;
*/
	overflow: hidden;
	background-color: #fff;
	z-index: 100;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	
	-webkit-box-shadow: 0 0 10px rgba(51,51,51,0.57);
	box-shadow: 0 0 10px rgba(51,51,51,0.57);
	-moz-box-shadow: 0 0 10px rgba(51,51,51,0.57);
	border-radius: 0 0 4px 0;
}





/* min general button-leftmenu */
#leftmenu.min_toggle .leftmenu-middle .button-leftmenu {

	display: table; 
	width: 35px;
	height: 26px;
	margin: 6px auto;
	border-radius: 4px;
	padding: 0px;
	cursor:pointer;

}


#leftmenu.min_toggle .leftmenu-middle .button-leftmenu  .cms-menu-text{
	
	display: none;
	color:#fff !important;
	vertical-align: middle;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	
}



/* min end general button-leftmenu */


/*  dennys */

.cms-button-back-windows-text{

	line-height: 35px;
	float: right;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 600;

}

.cms-link-back-windows{
	
	padding: 0px !important;
	
}
.cms-link-back-windows:hover > .cms-button-back-windows {
	

	box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-webkit-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-moz-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	opacity: 0.6 !important;

}


.cms-button-back-windows {
	
	text-indent:0;
	border-radius: 100%;
	border:1px solid #dcdcdc;
	float:left;
	color:#777777;
	font-family:arial;
	font-size:26px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:35px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
	padding: 0px !important;
}
.cms-button-back-windows:hover {
	
	box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-webkit-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-moz-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	opacity: 0.6 !important;
	
}

.cms-button .cms-button-icon {
	
	margin: 0px auto; 

}

.cms-button .cms-button-container-icon{
	
	display: table-cell; 
	vertical-align: middle; 
	width: 33px;
	height: 27px;
	
}

.cms-button  .cms-button-text{
	
	color:#fff !important;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	
}

.cms-button:hover{

	box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-webkit-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-moz-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
    opacity: .7;
	
}

.cms-button {

	display: inline-table; 
	border-radius: 4px;
	padding: 4px 4px 4px 12px;
	cursor:pointer;
	border-collapse: separate;

}


/* cms-button button save */
.cms-button.cms-button-save .cms-button-icon{

	background-image: url(../img/guardar-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}



.cms-button.cms-button-save{
	
	background-color: #0096ff;

}


/*  tag button */



button.cms-button .cms-button-icon {
	
	margin: 0px auto; 

}

button.cms-button .cms-button-container-icon{
	
	display: table-cell; 
	vertical-align: middle; 
	width: 33px;
	height: 27px;
	
}

button.cms-button  .cms-button-text{
	
	color:#454545 !important;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	
	
}

button.cms-button.active {

	box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-webkit-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-moz-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	opacity: 1;
}

button.cms-button:hover {

	box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-webkit-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-moz-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
    opacity: .7;
	
}

button.cms-button {

	display: inline-table; 
	border-radius: 4px;
	padding: 8px 4px 8px 12px;
	cursor:pointer;
	border-collapse: separate;
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	

}





label.cms-button .cms-button-icon {
	
	font-size: 20px;

}

label.cms-button .cms-button-container-icon{
	
	display: table-cell; 
	vertical-align: middle; 
	width: 33px;
	height: 27px;
	text-align: center;
	
}

label.cms-button  .cms-button-text{
	
	color:#454545 !important;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	padding-right: 2px;
	
	
}

label.cms-button.active {

	box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-webkit-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-moz-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	opacity: 1;
}

label.cms-button:hover {

	box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-webkit-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-moz-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
    opacity: .7;
	
}



label.cms-button {
	
	overflow: hidden;
	display: block; 
	border-radius: 4px;
	padding: 8px 4px 8px 12px;
	cursor:pointer;
	border-collapse: separate;
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	margin-left:5px;
	margin-right:5px;
	
}


label.cms-button [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    max-height: 0px;
    max-width: 0px
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}


button.cms-button.cms-button-color{
	
	background: #f6f6f6;

}
			
button.cms-button.cms-button-video .cms-button-icon, button.cms-button.cms-button-imagen .cms-button-icon {

	font-size: 20px;

}

button.cms-button.cms-button-color .cms-button-icon {
	
	border: 1px solid; 
	height: 20px; 
	width: 20px;

}

/*  en tag button */





/* end  */








/* general button-leftmenu */


/* cms-button button  */
/*.cms-button.cms-button-save .cms-button-icon{

	background-image: url(../img/guardar-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 17px;
	
}*/


/* end button-leftmenu button save */



#leftmenu .leftmenu-middle .button-leftmenu .cms-menu-icon {
	
	margin: 0px auto; 

}

#leftmenu .leftmenu-middle .button-leftmenu .cms-menu-container-icon{
	
	display: table-cell; 
	vertical-align: middle; 
	width: 33px;
	height: 27px;
	
}

/* end general button-leftmenu */


					   
/* max general button-leftmenu */
#leftmenu.max_toggle .leftmenu-middle  .button-leftmenu {

	display: table; 
	min-width: 131px;
	margin: 6px auto;
	border-radius: 4px;
	padding: 8px;
	cursor:pointer;

}


#leftmenu.max_toggle .leftmenu-middle .button-leftmenu  .cms-menu-text{
	
	color:#fff !important;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	
}


/* max end general button-leftmenu */




/* button-leftmenu button profile */

#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-profile .cms-menu-icon{

	background-image: url(../img/perfil-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}


#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-profile{
	
	background-color: #00aed2;
	
}


/* end button-leftmenu button profile */

/* button-leftmenu button moreapp */
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-moreapp .cms-menu-icon{

	background-image: url(../img/app-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 31px;
	height: 27px;
	
}


#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-moreapp{
	
	background-color: #00aed2;

}


/* end button-leftmenu button moreapp */



/* button-leftmenu button posicionamiento web */
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-pweb .cms-menu-icon{

	background-image: url(../img/pweb-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}


#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-pweb{
	
	background-color: #00aed2;

}


/* end button-leftmenu button posicionamiento web */


/* button-leftmenu button CONTENIDO web */
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-cweb .cms-menu-icon{

	background-image: url(../img/cweb-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}


#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-cweb{
	
	background-color: #00aed2;

}


/* end button-leftmenu button CONTENIDO web */






/* button-leftmenu button save */
#leftmenu .leftmenu-middle  .button-leftmenu.cms-menu-save .cms-menu-icon{

	background-image: url(../img/guardar-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-save{
	
	background-color: #0096ff;

}
/* end button-leftmenu button save */

/* button-leftmenu button help */
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-help .cms-menu-icon{

	background-image: url(../img/ayuda-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 23px;
	height: 27px;	
	
}
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-help{
	
	background-color: #2bbabc;

}
/* end button-leftmenu button help */


/* button-leftmenu button logout */
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-logout .cms-menu-icon{

	background-image: url(../img/salir-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-logout{
	
	background-color: #0096ff;

}
/* end button-leftmenu button logout */



/* button-leftmenu button users */
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-users .cms-menu-icon{

	background-image: url(../img/ico-us.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}
#leftmenu  .leftmenu-middle .button-leftmenu.cms-menu-users{
	
	background-color: #0096ff;

}
/* end button-leftmenu button users */




/* button-leftmenu button sections */
#leftmenu  .leftmenu-middle .button-leftmenu.cms-menu-sections .cms-menu-icon{

	background-image: url(../img/ico-pw.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-sections{
	
	background-color: #0096ff;

}
/* end button-leftmenu button sections */



/* button-leftmenu button options */
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-options .cms-menu-icon{

	background-image: url(../img/ico-op.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-options{
	
	background-color: #0096ff;

}
/* end button-leftmenu button options */

/* button-leftmenu button blog */
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-blog .cms-menu-icon{

	background-image: url(../img/ico-bl.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-blog{
	
	background-color: #0096ff;

}
/* end button-leftmenu button blog */


/* button-leftmenu button ajuste */
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-ajuste .cms-menu-icon{

	background-image: url(../img/ajuste-ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	
}
#leftmenu .leftmenu-middle .button-leftmenu.cms-menu-ajuste{
	
	background-color: #00AED2;

}
/* end button-leftmenu button ajuste */





#leftmenu.min_toggle{

	width: 50px;

}

#leftmenu.max_toggle{

	width: 200px;

}


#leftmenu.max_toggle .leftmenu-middle .copyright{
	
	display:block;
	
}

#leftmenu.min_toggle .leftmenu-middle .copyright{
	
	display:none;
	
}



#leftmenu.max_toggle .leftmenu-middle .button-leftmenu:hover{
	
	box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-webkit-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
	-moz-box-shadow: 0 4px 8px 0 rgb(148, 151, 154);
    opacity: .7;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.1);
	
}

.height_100{
	height:100% !important;
}

#right{
	
	height:100%;
	
}
#footer-wrap{
	background: #f6f5f5 url(../img/footer.png) 0 0 repeat-x;
	height: 40px;
	margin-top: -40px;
	width: 100%;
}
#footer{
	height: 40px;
	margin: 0 auto;
	position: relative;
	width: 1040px;
}
#footer p{
	position: absolute;
	top: 15px;
	right: 0;
	
}

/* Login */
#login-content{
	margin: auto;
	min-height: 220px;
	height:auto !important;
	height: 220px;
	width: 560px;
	position: relative;
	left: 33%;
	
	
}
#login-content h3{
	color: #ffffff;
	font-weight:bold;
	font-size: 30px;
	margin: 0  0 23px ;
	text-align: center;
	text-transform:uppercase;
}
.login-box{
	width: 500px;
	height: 297px;
	background: none;
	overflow: hidden;
	padding-top: 30px;
	

}
/* Buttons */
.button{
	border: none;
	cursor: pointer;
	height: 30px;
	width: 97px;	
	box-shadow: -1px 1px 2px #B4B4B4;
    border-radius: 5px;
}

.button_login{background: url(../img/btn_login.png) 0 0 no-repeat;}
.button_preview{background: url(../img/btn_preview.png) 0 0 no-repeat;}
.button_send{background: url(../img/btn_send.png) 0 0 no-repeat;}
.button_save{background: url(../img/btn_save.png) 0 0 no-repeat;}
.button_search{background: url(../img/btn_search.png) 0 0 no-repeat;}
.button_export{background: url(../img/btn_export.png) 0 0 no-repeat;}
.button_close{ background: url(../img/btn_close1.png) 0 0px no-repeat;}
.button_hover{background-position: 0 -30px;}


/* Form controls */
.text,
.select,
.textarea{
	background-color: #fff;
	border: solid 1px #DDDEE0;
	border-radius: 3px;

	/*
	box-shadow: inset 2px 2px 1px #e8e8e8;
	-moz-box-shadow: inset 2px 2px 1px #e8e8e8;	
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8;
	-webkit-border-radius: 3px;
	*/
	padding: 5px 3px;
}
.text{
	height: 29px !important;
}

.ui-multiselect {
	
	padding: 10px;
	cursor: pointer;
	
}

.cms-form{
	
	
	
}

.p {
	
	display:block;
	
	overflow: hidden;
	/*margin: 0 0 10px;*/
	padding:10px;
}

.cms-form p:nth-child(odd){
	
	background: #F3F4F5 !important;
	
}

.cms-form p{
	overflow: hidden;
	/*margin: 0 0 10px;*/
	padding:10px;
}

.cms-form div.p label.title{
	
	display: inline-block;
	padding: 8px 35px 8px 14px;
	width: 200px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: 600;	
	
}

.cms-form p label.title{
	display: inline-block;
	/*float: left;*/
	padding: 8px 35px 8px 14px;
	width: 200px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: 600;
}



.cms-form  #boxSettingIcon, #boxSettingImageFill, #boxSettingVideoFill{
	display: inline-block;
}

.cms-form textarea  {
	
	/*resize: vertical;*/
	
}

.cms-form p > input, span, label, textarea  {

	vertical-align: middle;

	
}

.cms-form p label.title span{
	display: block;
	padding: 15px 26px 0;
	font-weight: normal;
	
}
label.error{
	color: red;
	display: block;
	/*padding: 5px 0 0 100px;*/
}
span.left{
	display: block;
	margin: 5px 0 0;
}
.cms-form h3{
	color: #185181;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
/* Menu */
.cms-menu{}
.cms-menu li{}

.cms-menu li a:link, .cms-menu li a:visited{
	color: #D8D8D8;
	display: block;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	
}
.cms-menu li a:hover,
.cms-menu li a.cms-menu-focus{
	color: #fff;
	text-decoration: none;
	background-color: #53585F;
}

.cms-menu a {

	margin: 0px auto;
	display: block;

}
.cms-menu-preview{background: url(../img/leftmenu-icons.png) 0 0px no-repeat;}
.cms-menu-install{background: url(../img/leftmenu-icons.png) 0 -185px no-repeat;}
.cms-menu-files{background: url(../img/leftmenu-icons.png) 0 -37px no-repeat;}
.cms-menu_limpiarCache{background: url(../img/leftmenu-icons.png) 0 -111px no-repeat;}




/* table */
.cms-table{
	border-collapse: separate;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #e5e2e2;
	border-bottom: solid 1px #e5e2e2;
	empty-cells: show;
	width: 100%;
}
.cms-table th{
	background-color: #fff;
	border-bottom: solid 1px #e5e2e2;
	border-right: solid 1px #e5e2e2;
	color: #027ac6;
	font-weight: bold;
	font-size: 1.2em;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
}
.cms-table th.nosub{
	border-bottom: solid 1px #fff;
}
.cms-table th.sub{
	background-color: #f7f7f7;
	border-right: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	color: #000;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding: 5px 7px;
	white-space: nowrap;
}
.cms-table th.sort{
	overflow: hidden;
	padding: 0;
	width: 16px;
}
.cms-table th.sort div{
	height: 35px;
	line-height: normal;
	overflow: hidden;
	width: 16px;
}
.cms-table a:link, .cms-table a:visited{
	color: #007AC3; /*808080;*/
	text-decoration: none;
}
.cms-table a:hover{
	text-decoration: underline;
}
.sort a{
	display: block;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.sort a.up:link, .sort a.up:visited, .sort a.up:hover{ background: url(../img/icons/bullet_arrow_up.png) 0 0 no-repeat; }
.sort a.down:link, .sort a.down:visited, .sort a.down:hover{ background: url(../img/icons/bullet_arrow_down.png) 0 0 no-repeat; }
.cms-table tbody tr.odd{
	background-color: #fff;
}
.cms-table tbody tr.even{
	background-color: #F7F7F7;
}
.cms-table tbody tr.highlight{
	background-color: #FFFFCC;
}
.cms-table tbody tr.hover{
	background-color: #F7F7F7;
}
.cms-table a.icon:link, .cms-table a.icon:visited{
	color: #757777;
	display: block;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	text-decoration: none;
}
.cms-table a.icon-calendar{
	background: url(../img/icon-calendar.png) 0 0 no-repeat;
}
.cms-table a.icon-edit{
	background: url(../img/icon-edit.png) 0 0 no-repeat;
}
.cms-table a.icon-delete{
	background: url(../img/icon-delete.png) 0 0 no-repeat;
}
.cms-table a.icon-duplicate{
	background: url(../img/icon-duplicate.png) 0 0 no-repeat;
}
.cms-table a.icon-install{
	background: url(../img/icon-install.png) 0 0 no-repeat;
}
.cms-table td{
	border-right: solid 1px #e5e2e2;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 5px 7px;
}
.cms-table td.scms_item_name:HOVER{
	cursor: pointer;
}
.cms-table span.ghost{
	display: block;
	width: 24px;
	height: 24px;
}

/* jqueryui fix */
.ui-widget {
    font-family: inherit;
    font-size: 14px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: inherit;
}
img.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	padding: 10px 0;
	overflow: hidden;
}
#content div.ui-tabs{
	padding: 0;
}
#content div.ui-widget-content{
	background: none;
	border: none;
}
/* Errors */
.notice-box{
	margin: 0 0 10px 0;
	overflow: hidden;
	
}

.notice-middle span{
	display: block;
	float: left;
	height: 42px;
	margin: 0 10px 0 0;
	width: 32px;
}
.notice-middle .notice-info{
	background: url(../img/icon-info.png) 0 0 no-repeat;

}













/* */

/* paginator */
.cms-paginator{
	overflow: hidden;
	margin: 10px 0 0 0;
}
.cms-paginator li{
	display: inline;
}
.cms-paginator li a:link, .cms-paginator li a:visited{
	background-color: #CCCCCC;
	color: #000;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 1px 4px;
	border-radius: 2px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.cms-paginator li a:hover{
	background-color: #EAEAEA;
}
.cms-paginator li a.focus{
	background-color: #072B4F;
	color: #fff;
}

#file_container a.icon-delete-file{
	background: url(../img/icon-delete.png) 0 0 no-repeat;
}
#file_container a.icon:link, #file_container a.icon:visited{
	color: #757777;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 1px;
}

/**
Admin Files
*/
#info_upload_box{
	display:none;
}
.tab-file-general{
	min-height: 350px;
}

#frmSearch{
	vertical-align: top;
}
#frmSearch span{
	vertical-align: top;
	overflow: hidden;
}
#frmSearch input.text{
	float: left; 
	margin-right: 10px;
}
#frmSearch input.button_search{
	float: left;
}

.tab-file-update{
	min-height: 370px;
}

/**
Admin Section
*/
#info_add_box{
	display:none;
}
#info_add_banner_box{
	display:none;
}
#info_add_setting_box{
	display:none;
}
#info_install_box{
	display:none;
}
#install_js_container textarea, #install_php_container textarea{
	margin-top: 3px;
}

#install_php_container{
	display:none;
}
#install_php_container .title{
	float: left;
}
	
/**
Admin Users
	*/	]
.tab-user-general{
	min-height: 480px;
}
.tab-user-update{
	min-height: 500px;
}
.img-frame{
	border: solid 1px #ccc;
	padding: 1px;
	margin-left:5px;
	margin-right:5px;
}
.ico{
	display: block;
	height: 16px;
	width: 16px;
}
.ico-add2{background: url(../img/icon-add2.png) 0 0 no-repeat;}

.ico.ico-delete2{
	position: relative;
	margin-left: -16px;
	padding: 0px !important;
	top: -17px;
}

.ico-delete2{
	
	background: url(../img/icon-delete2.png) 0 0 no-repeat;
	
}

@media screen and (max-width: 1160px) {
	div#middle:Before {
	    content: 'Para poder utilizar al CMS gestor de contenido de la página web, necesitas poder conectarte desde tu ordenador o portátil con un monitor como mínimo de ancho 1160px.';
	    background: #ffffff99;
	    position: absolute;
	    width: calc(100% - 60px);
	    padding-left: 30px;
    	padding-right: 30px;
	    top: 0;
	    bottom: 0;
	    text-align: center;
	    font-size: 50px;
	    color: #525252;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    z-index: 999;
	}
}