body {
	margin: 0;
	padding: 0;

	font-family: 'Open Sans', Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background:#313234;
	cursor: default;
}
body.dark{
    background-color:#313234;
}
body.error{
    background-color:#ce3527;
    color:#fff;
}
body.error h1,
body.error h2,
body.error p{
    color:#fff;
}
.animate,
.animate * {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.animate-forse,
.animate-forse * {
	-webkit-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}

.noanimate * {
	/*CSS transitions*/
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	/*CSS transforms*/
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	/*CSS animations*/
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
.noanimate-basic * {
	/*CSS transitions*/
	-moz-transition-property: none;
	-ms-transition-property: none;
	-webkit-transition-property: none;
	transition-property: none;
	/*CSS transforms*/
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	/*CSS animations*/
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}
/***
**
** Ventana
**
***/
#container {

	padding:0;
	margin: 0;
}

.cabecera{
    background: rgb(113,117,118);
    background: -webkit-linear-gradient(top, rgba(69,68,74,1) 0%,rgba(62,63,67,1) 50%,rgba(55,56,58,1) 96%,rgba(44,45,47,1) 100%);
    background: linear-gradient(to bottom, rgba(69,68,74,1) 0%,rgba(62,63,67,1) 50%,rgba(55,56,58,1) 96%,rgba(44,45,47,1) 100%);
    
    border-top:1px solid #737478;
    padding: 10px 20px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;

    font-weight: 300;
    font-size: 14px;
    color:#fff;
    box-shadow: 0 0 20px rgba(0,0,0,.45);
}
.contenido{
    padding: 30px 20px;
}
.link-cabe{
    color:#fff;
}
/***
**
** Formularios
**
***/


label {
    display: block;
    margin: 0px;
}
label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}

textarea{
    padding: 5px 3px 3px 5px;
}

select *{
	-webkit-transition: none;
		-moz-transition: none;
		 -ms-transition: none;
			 transition: none;
}
textarea{
    height:100px;
}
textarea.miniarea{
    width:100%;
    height:80px;
}
input[type="text"]:focus,  
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus,
textarea:focus, 
select:focus,
button:focus{

	-webkit-box-shadow: 0px 0px 0px 2px rgba(5,121,252,.55), 0px 0px 0px 6px rgba(5,121,252,.35);
			box-shadow: 0px 0px 0px 2px rgba(5,121,252,.55), 0px 0px 0px 6px rgba(5,121,252,.35);
}

input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
textarea, select {
    background:#656567;
    border:none;
    border-top: 1px solid #79797b;
    color: #fff;
    height: 30px;
	box-sizing: border-box;
    margin-right: 6px;
    margin-top: 2px;
	margin-bottom: 2px;
    outline: 0 none;
    padding: 6px 10px;

    font-size: 12px;
    line-height:15px;
    

    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.15);
			box-shadow: 2px 2px 6px rgba(0,0,0,.15);

	-webkit-border-radius:5px;
		border-radius:5px;
}
textarea{
    padding: 5px 3px 3px 5px;
}

input[type="text"]::-webkit-input-placeholder{      color: #98989a; }
input[type="text"]::-moz-input-placeholder{         color: #98989a; }
input[type="text"]:-moz-input-placeholder{          color: #98989a; }
input[type="text"]::-ms-input-placeholder{          color: #98989a; }


.select-dark{
    display:inline-block;
    position: relative;
}
.select-dark:before {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 2px;
    width:20px;
    height:30px;
    padding:7px 6px 0;
    content: '\f0dc';
    font-family: FontAwesome;
    color: #fff;
    
    pointer-events: none;
    z-index:1;
    
    border-top: 1px solid #2a73e3;
        -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
                border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
    
    background: rgb(23,104,231);
    background: -webkit-linear-gradient(top, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
    background: linear-gradient(to bottom, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
}
.select-dark.pick:before{
    width:32px;
    content: ' ';
}
select {

	padding-right: 30px;
	box-sizing: border-box;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;

    text-overflow: ' ';
    height: 30px !important;
    position:relative;
}
select option{
    background-color:#fff;
    color:#000;
    box-sizing: border-box;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    border:none;
}

select *,
.noanim *,
.ckeditor *,
.cke *{
	-webkit-transition: none;
		-moz-transition: none;
		 -ms-transition: none;
			 transition: none;
}
select:not([multiple]) {
    height: 35px;
}
select[multiple] {
    height: auto;
	line-height: 25px;
	background: #FFF;
	padding: 8px 8px;
	overflow-x:hidden; 
	overflow-y:scroll;
}

textarea{
    height:100px;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
select:disabled,
textarea:disabled {
    opacity:.35;
}

select.cke_dialog_ui_input_select{
    background-image: url(/images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 11px;
    padding-right: 20px;
}
.cke_dialog_contents_body{
    width: 400px !important;
}
.cke_dialog_contents_body *{
    color:#000 !important;
}

.cke_reset,
.cke_source{
    color:#000 !important;
    /*
    background:#000 !important;
    
    */
}

/***
**
** Botones
**
***/
.button:disabled{
    opacity:.35;
}
.button{
    opacity:1;
    background: rgb(110,111,115);
    
    background: -webkit-linear-gradient(top, rgba(110,111,115,1) 0%,rgba(107,108,112,1) 25%,rgba(105,106,110,1) 70%,rgba(104,105,109,1) 100%);
    background: linear-gradient(to bottom, rgba(110,111,115,1) 0%,rgba(107,108,112,1) 25%,rgba(105,106,110,1) 70%,rgba(104,105,109,1) 100%);
    
    
    white-space:nowrap;
    border:none;
    border-top: 1px solid #79797b;
    color: #fcfdff;
    height: 40px;
	box-sizing: border-box;
    margin: 4px 8px;


    outline: 0 none;
    padding: 8px 15px;

    font-family: 'Open Sans', Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:1.5em;
    font-weight:200;
    cursor:default;

    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.15);
			box-shadow: 2px 2px 6px rgba(0,0,0,.15);

	-webkit-border-radius: 5px;
            border-radius: 5px;
		
}

.button:hover,
.button:active{
    color:#fff;
    border-color:#6695d9;
    text-decoration:none;
    background: rgb(23,104,231);

    background: -webkit-linear-gradient(top, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
    background: linear-gradient(to bottom, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);

}
.button:active{
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.25), 0px 0px 20px rgba(0,0,0,.25) inset;
			box-shadow: 2px 2px 6px rgba(0,0,0,.25), 0px 0px 20px rgba(0,0,0,.25) inset;
}
.button.red{
    color:#fff;
    border-color:#f57477;
    background: rgb(242,68,72);
    background: -webkit-linear-gradient(top, rgba(242,68,72,1) 0%,rgba(242,60,64,1) 25%,rgba(235,58,62,1) 70%,rgba(232,57,61,1) 100%);
    background: linear-gradient(to bottom, rgba(242,68,72,1) 0%,rgba(242,60,64,1) 25%,rgba(235,58,62,1) 70%,rgba(232,57,61,1) 100%);
}
.button.red:hover{
    background: rgb(237,59,59);
    background: -webkit-linear-gradient(top, rgba(237,59,59,1) 0%,rgba(229,45,48,1) 25%,rgba(209,50,29,1) 70%,rgba(209,50,29,1) 100%);
    background: linear-gradient(to bottom, rgba(237,59,59,1) 0%,rgba(229,45,48,1) 25%,rgba(209,50,29,1) 70%,rgba(209,50,29,1) 100%);
}
.button.white{
    font-weight:normal;
    color:#3e3f43;
    border-color:#f2f2f2;
    background: rgb(204,203,208);
    background: -webkit-linear-gradient(top, rgba(204,203,208,1) 0%,rgba(200,201,205,1) 25%,rgba(198,199,203,1) 70%,rgba(197,198,202,1) 100%);
    background: linear-gradient(to bottom, rgba(204,203,208,1) 0%,rgba(200,201,205,1) 25%,rgba(198,199,203,1) 70%,rgba(197,198,202,1) 100%);
}
.button.white:hover{
    
    color:#3e3f43;
    background: rgb(237,59,59);
    background: -webkit-linear-gradient(top, #ebebeb 0%, #e5e5e5 25%,#d6d6d6 70%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #ebebeb 0%, #e5e5e5 25%,#d6d6d6 70%,#e0e0e0 100%);
}

.button.green{
    color:#fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.35);
    border-color:#38d64e;
    background: #34c648;
    background: -webkit-linear-gradient(top, rgba(52,198,72,1) 0%,rgba(50,189,69,1) 25%,rgba(48,182,66,1) 70%,rgba(50,189,69,1) 100%);
    background: linear-gradient(to bottom, rgba(52,198,72,1) 0%,rgba(50,189,69,1) 25%,rgba(48,182,66,1) 70%,rgba(50,189,69,1) 100%);
}
.button.green:hover{
    color:#fff;
    background: #34c648;
    background: -webkit-linear-gradient(top, rgba(52,198,72,1) 0%,rgba(50,189,69,1) 25%,rgba(44,166,60,1) 70%,rgba(50,189,69,1) 100%);
    background: linear-gradient(to bottom, rgba(52,198,72,1) 0%,rgba(50,189,69,1) 25%,rgba(44,166,60,1) 70%,rgba(50,189,69,1) 100%);
}

.button.lines{
    color:#fff;
    border:1px solid #fff;
    background: transparent;
    opacity:.65;
    display:inline-block;
}
.button.lines:hover{
    opacity:1;
}
.button.lines.green{
    opacity:1;
    color: #34c648;
    border-color: #34c648;
}
.button.lines.green:hover{
    color:#fff;
}

.button-sm{
    padding: 3px 12px;
    font-size: 10px;
    height: 25px;
}

.button-md{
    padding: 5px 12px;
    font-size: 12px;
    height: 30px;
}
.butupload{
    overflow: hidden;
    height: auto;
}
.butupload span{
    display: block;
    white-space: normal;
    height: auto;
}
.btn-tophead{
    margin: 4px;
}
.spaced{
    margin: 8px;
}
.ds-block{
    display:block;
}
.ds-iblock{
    display:inline-block;
}
.from-group input,
.from-group button{
    margin-left: 2px;
    margin-right: 2px;
}

/***
**
** Otros BTS
**
***/

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 20px 30px;
    cursor: default;
    margin: 0 auto;

    background: rgba(0,0,0,.65);
    border-radius: 15px;
    
    
    -webkit-box-shadow: 10px 10px 60px rgba(0,0,0,.85);
            box-shadow: 10px 10px 60px rgba(0,0,0,.85);
            
}
.form-signin p{
    font-family: 'Open Sans', Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 14px;
    color:#fff;
    text-align:center;
}
.form-label-group {
  position: relative;
  margin-bottom: 10px;
}

.form-label-group > input,
.form-label-group > label {
    height:40px;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    display:block;
    text-align:center;
}
.form-signin input{
    
    border-color: rgba(255,255,255,.15);
    background-color: rgba(0,0,0,.35);
    
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.15), 4px 4px 25px rgba(0,0,0,.45) inset;
			box-shadow: 2px 2px 6px rgba(0,0,0,.15), 4px 4px 25px rgba(0,0,0,.45) inset;
    
    
}
.form-signin button{
    width: 100%;
    margin: 0;
    
}

.form-label-group > label {
    position: absolute;
    font-size:14px;
    top: 3px;
    left: 0;
    display: block;
    width: 50px;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;

}



.form-label-group input:not(:placeholder-shown) {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.form-signin .text-muted{
    color: rgba(255,255,255,.45);
}
/***
**
** otros
**
***/
.avatar{
    width:  120px;
    height: 120px;
    overflow:hidden;
    -webkit-border-radius: 120px;
            border-radius: 120px;
    border: 2px solid #444547;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 45px rgba(0,0,0,.45);
            box-shadow: 10px 10px 45px rgba(0,0,0,.45);
}
.avatar:hover{
    border-color: #ffae24;
}
.avatar span{
    display:block;
    margin:2px;
    width:  112px;
    height: 112px;
    overflow:hidden;
    -webkit-border-radius: 120px;
            border-radius: 120px;
}
.avatar img{
    width:  112px;
    height: 112px;
}
.tooltopbar{
    float:right;
    margin-top: -7px;
    margin-right:-18px;
}
.pad-min{
    padding: 10px;
}
.align-middle_parent{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.align-middle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.block{ display:block;}
.text-left{ text-align:left; }
.text-right{ text-align:right; }
.text-center{ text-align:center; }
.text-upper{ text-transform:uppercase; }
.text-divide{ word-break: break-all; }
.text-muted{
    color: rgba(255,255,255,.7);
}
.text-muted2{
    color: rgba(255,255,255,.45);
}
.nomargin{
    margin:0;
}
.text-white{ color:#fff; }
.text-green{ color:#34c648; }
.text-red{ color: #f57477; }
.text-grey{ color:#000; }
.nodisplay{ display:none;}
.box-round{
    display: inline-block;
    background-color: #92959b;
    background-color: rgba(118,121,129,.9);
    position:relative;
    border-top:     1px solid #e1e6ef;
    border-bottom:  1px solid #a7abb2;
    cursor: default;
    width:  200px;
    height: 200px;
    overflow:hidden;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin: 20px;
    
    -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,.35);
            box-shadow: 5px 5px 30px rgba(0,0,0,.35);
    
     -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
             transform-style: preserve-3d;
             
    top:0;
    color:#fff;
}
.box-round:hover{
    text-decoration:none;
}
.box-caja{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 1px 1px 3px rgba(0,0,0,.55);
    padding: 0 15px;
    display:block;
}
.box-caja i{
    font-size: 40px;
}   
.box-caja h2{
    font-size: 14px;
    margin: 8px 0;
}

.box-round:hover,
.box-round:focus,
.box-round:active{
    top: 5px;
    background-color: #92959b;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(5,121,252,.55), 0px 0px 0px 6px rgba(5,121,252,.35);
			box-shadow: 0px 0px 0px 2px rgba(5,121,252,.55), 0px 0px 0px 6px rgba(5,121,252,.35);
}

.error{
    background: #f0c6c3; 
    color:#ce3527;
    border: 1px solid #cc6622;
    
    padding: 5px 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
	.box-round {
		width:  200px;
        height: 200px;
        margin: 20px;
	}
	.box-caja i{
        font-size: 50px;
    }   
    .box-caja h2{
        font-size: 16px;
        margin: 8px 0;
    }
    .scroll{
        display: inline-table;
    }
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
	.box-round {
		width:  200px;
        height: 200px;
        margin: 20px;
	} 
	.box-caja i{
        font-size: 50px;
    }   
    .box-caja h2{
        font-size: 16px;
        margin: 8px 0;
    }
    .scroll{
        display: inline-table;
    }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.box-round {
		width:  120px;
        height: 120px;
        margin: 20px;
	}
	.box-caja i{
        font-size: 40px;
    }   
    .box-caja h2{
        font-size: 14px;
        margin: 8px 0;
    }
    .scroll{
        display: block;
    }
    select{
        width:100%;
    }
    .select-dark:before {
        right: 0px;
    }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.box-round {
		width:  150px;
        height: 150px;
        margin: 20px;
	}
	.box-caja i{
        font-size: 40px;
    }   
    .box-caja h2{
        font-size: 14px;
        margin: 5px 0;
    }
    .scroll{
        display: block;
    }
    select{
        width:100%;
    }
    .select-dark:before {
        right: 0px;
    }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 300px) and (max-width: 767px)  {
	.box-round {
		width:  90px;
        height: 90px;
        margin: 10px;
	}
	.box-caja i{
        font-size: 20px;
    }   
    .box-caja h2{
        font-size: 10px;
        margin: 5px 0;
    }
    .scroll{
        display: block;
    }
    select{
        width:100%;
    }
    .select-dark:before {
        right: 0px;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	.box-round {
		width:  90px;
        height: 90px;
        margin: 10px;
	}
    .box-caja i{
        font-size: 20px;
    }   
    .box-caja h2{
        font-size: 10px;
        margin: 5px 0;
    }
    .scroll{
        display: block;
    }
    select{
        width:100%;
    }
    .select-dark:before {
        right: 0px;
    }
    .bedits .btn-link{
        display: block;
        font-size: 10px;
    }
}
/**
End
**/
.text-head {
    width: 75%;
    margin: 0 auto;

}
.text-head h2{
    border-top: 1px solid #515255;
    text-align:center;
    line-height:0;
    
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;

    font-weight: 200;
}
.text-head span{
    background: #313234;
    padding: 0 20px;
}
.text-head h2 strong{
    font-weight: 600;
}

.cargando{
    padding-top:90px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 300;
}


#cpagina {
	width: 950px;
	margin: 50px auto 0 auto;
}

.cuerpo, .shadow {
	position: relative;
	bottom: 4px;
	right: 4px;
}

.cuerpo {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 45px;
}

.cuerpo div {
	border: none;
}

/***
***
*** INI Zebra
***
***/

.ZebraDialog * {
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important
}
.ZebraDialog,
.ZebraDialog_Body,
.ZebraDialog_Buttons a,
.ZebraDialog_Title {
    margin: 0;
    padding: 0;
    text-align: left
}
.ZebraDialog {
    max-width: 100%;
    z-index: 1001;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 10px 10px 40px rgba(0,0,0,.45);
            box-shadow: 10px 10px 40px rgba(0,0,0,.45);
}
@media (max-width:574px) {
    .ZebraDialog {
        width: 100%
    }
}
.ZebraDialog_Confirmation .ZebraDialog_Body {
    background-image: url(/images/alert/confirmation.png)
}
.ZebraDialog_Error .ZebraDialog_Body {
    background-image: url(/images/alert/error.png)
}
.ZebraDialog_Information .ZebraDialog_Body {
    background-image: url(/images/alert/information.png)
}
.ZebraDialog_Question .ZebraDialog_Body {
    background-image: url(/images/alert/question.png)
}
.ZebraDialog_Warning .ZebraDialog_Body {
    background-image: url(/images/alert/warning.png)
}
.ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
    text-align: center
}
a.ZebraDialog_Close {
    background: 0 0;
    font-family: arial,sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin-top: -15px;
    position: absolute;
    text-decoration: none;
    top: 50%
}
.ZebraDialog_NoTitle .ZebraDialog_Close {
    top: 0;
    margin-top: 0
}
.ZebraDialogOverlay {
    background: #28292a;
    height: 100%;
    z-index: 1000;
    width: 100%
}
.ZebraDialog,
.ZebraDialog_Body,
.ZebraDialog_Buttons a,
.ZebraDialog_Title {
    font-family: Helvetica,Tahoma,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4
}
.ZebraDialog_Preloader {
    background: url(/images/preloader.gif) center center no-repeat;
    height: 32px
}
.ZebraDialog {
    background: #313234;
    border: 1px solid #494845;
    width: 450px
}
.ZebraDialog_Title {
    background: rgb(113,117,118);
    background: -webkit-linear-gradient(top, rgba(69,68,74,1) 0%,rgba(62,63,67,1) 50%,rgba(55,56,58,1) 96%,rgba(44,45,47,1) 100%);
    background: linear-gradient(to bottom, rgba(69,68,74,1) 0%,rgba(62,63,67,1) 50%,rgba(55,56,58,1) 96%,rgba(44,45,47,1) 100%);
    
    position: relative;
    border-bottom: 1px solid #4c4b49;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px;
    
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.ZebraDialog_Body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #dfdfe1;
    padding: 40px
}
.ZebraDialog_Icon .ZebraDialog_Body {
    background-repeat: no-repeat;
    background-position: 40px 40px;
    background-size: 48px 48px;
    padding-left: 124px;
    min-height: 50px;
    height: auto !important;
}
.ZebraDialog_Buttons {
    text-align: right;
    padding: 10px 5px 10px 10px;
    border-top: 1px solid #4c4b49;
}
.ZebraDialog_Buttons a {
    display: inline-block;
    white-space: nowrap;
    zoom: 1;
    *display: inline;
    _width: 60px;
    
    background: rgb(110,111,115);
    
    background: -webkit-linear-gradient(top, rgba(110,111,115,1) 0%,rgba(107,108,112,1) 25%,rgba(105,106,110,1) 70%,rgba(104,105,109,1) 100%);
    background: linear-gradient(to bottom, rgba(110,111,115,1) 0%,rgba(107,108,112,1) 25%,rgba(105,106,110,1) 70%,rgba(104,105,109,1) 100%);
    
    
    border:none;
    border-top: 1px solid #79797b;
    color: #fcfdff;
    height: 23px;
	box-sizing: border-box;
    margin: 4px 8px;


    outline: 0 none;
    padding: 8px 15px;

    font-family: 'Open Sans', Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:1.5em;
    font-weight:200;
    cursor:default;

    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.15);
			box-shadow: 2px 2px 6px rgba(0,0,0,.15);

	-webkit-border-radius: 5px;
            border-radius: 5px;
            
}
.ZebraDialog_Buttons a:hover,
.ZebraDialog_Buttons a:focus {
    color:#fff;
    border-color:#6695d9;
    text-decoration:none;
    background: rgb(23,104,231);

    background: -webkit-linear-gradient(top, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
    background: linear-gradient(to bottom, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
}
.ZebraDialog_Buttons a:active {
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.25), 0px 0px 20px rgba(0,0,0,.25) inset;
			box-shadow: 2px 2px 6px rgba(0,0,0,.25), 0px 0px 20px rgba(0,0,0,.25) inset;
}
.ZebraDialog_Buttons a.red{
    color:#fff;
    border-color:#f57477;
    background: rgb(242,68,72);
    background: -webkit-linear-gradient(top, rgba(242,68,72,1) 0%,rgba(242,60,64,1) 25%,rgba(235,58,62,1) 70%,rgba(232,57,61,1) 100%);
    background: linear-gradient(to bottom, rgba(242,68,72,1) 0%,rgba(242,60,64,1) 25%,rgba(235,58,62,1) 70%,rgba(232,57,61,1) 100%);
}
.ZebraDialog_Buttons a.red:hover{
    background: rgb(237,59,59);
    background: -webkit-linear-gradient(top, rgba(237,59,59,1) 0%,rgba(229,45,48,1) 25%,rgba(209,50,29,1) 70%,rgba(209,50,29,1) 100%);
    background: linear-gradient(to bottom, rgba(237,59,59,1) 0%,rgba(229,45,48,1) 25%,rgba(209,50,29,1) 70%,rgba(209,50,29,1) 100%);
}
.ZebraDialog_Buttons a.blue{
    color:#fff;
    border-color:#6695d9;
    text-decoration:none;
    text-shadow: 1px 1px 3px rgba(0,0,0,.35);
    background: rgb(23,104,231);    
    background: -webkit-linear-gradient(top, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
    background: linear-gradient(to bottom, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
    
}
.ZebraDialog_Buttons a.blue:hover{
    background: rgb(23,104,231);    
    background: -webkit-linear-gradient(top, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
    background: linear-gradient(to bottom, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.25), 0px 0px 20px rgba(0,0,0,.25) inset;
			box-shadow: 2px 2px 6px rgba(0,0,0,.25), 0px 0px 20px rgba(0,0,0,.25) inset;
}


.ZebraDialog_Buttons a.lines{
    color:#fff;
    border:1px solid #fff;
    background: transparent;
    opacity:.65;
    display:inline-block;
    float:left;
}
.ZebraDialog_Buttons a.lines:hover{
    opacity:1;
}

.ZebraDialog_Close {
    color: #888;
    right: 10px
}
.ZebraDialog_Close:focus,
.ZebraDialog_Close:hover {
    color: #000
}


.zd_trash .ZebraDialog_Body { background-image: url(/images/alert/trash.png); }
.zd_check .ZebraDialog_Body { background-image: url(/images/alert/confirmation.png); }
.zd_unche .ZebraDialog_Body { background-image: url(/images/alert/minus.png); }

/***
***
*** END
***
***/

#myNicPanel {
	border: none;
	margin: 0;
	padding: 0;
}

.shadow {
	background-color: #777;
}

.paper {
	width: 850px;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0;
}

#bartop {
	width: 100%;
	height: 34px;
	background: #fff url(../images/bargtop.png) repeat-x bottom;
	display: block;
	position: fixed;
	z-index: 5;
}

#bartop .content {
	padding: 9px 10px 0;
}

#tools {
	width: 100%;
	display: block;
	position: fixed;
	z-index: 5;
}

#navdir {
	font-size: 12px;
	margin: 10px 0 0 0;
}

#navdir .content {
	padding: 5px 15px 5px;
}

#navdir span {
	color: #fff;
}

.nnormal {
	background: #2294D0;
	color: #A3D3EB;
}

.urgente {
	background: #75c1ff url(../images/urgente.png) no-repeat top left;
}

#baropt {
	padding: 0;
	margin: 4px 0 0 5px;
}

#baropt li {
	display: inline;
}



#baropt li a {
	color: #000;
	border: 1px solid #D8D9DA;
	background: #fff url(../images/bargbut.png) repeat-x bottom;
	text-decoration: none;
	float: left;
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#baropt .inac a {
	color: #999;
	border: 1px solid #D8D9DA;
	background: #F2F2F3;
	text-decoration: none;
	float: left;
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#baropt .inac a:hover {
	border: 1px solid #D8D9DA;
	background-color: #F2F2F3;
	color: #000;
	cursor: default;
}

#baropt li a:hover {
	border: 1px solid #ffb700;
	background-color: #FFF2CF;
	background: #fff url(../images/orb_submenu_item_hover.png) repeat-x top;
	color: #000;
}

#wpag {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
}

#content {
	padding: 15px;
}

/***
**
** HTML
**
***/

a {
	color: #157efb;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}

p {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #dfdfe1;
	line-height: 20px;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5 {

	font-family: 'Open Sans', Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 200;
	color:#dfdfe1;
	line-height:1.4em;
	margin: 20px 5px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 14px;
}

hr {
	border: none;
	border-bottom: 1px solid #aaa;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hr {
	height: 9px;
}


.clear {
	clear: both;
}
.link{
    display: inline-block;
    overflow-x: auto;
    word-break: break-all;
    
    border-top:1px solid #fff;
    background-color: #dfdfe1;
    padding:6px 15px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
            
    
}
.colors{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	background-color: rgba(255,255,255,.25);
	border: 2px solid #fff;
	display: block;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
	        box-shadow: 0 0 5px rgba(0,0,0,.45);
}
.colors span{
    background-color: #000;
    display:block;
    margin:  2px;
    width: 12px;
	height: 12px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
.colors:hover{
    background-color: rgba(255,255,255,.8);
    border-color: #ffb12a;
}
.handle i{
    color: rgba(255,255,255,.45);
}
.handle:hover i{
    color: rgba(255,255,255,1);
}
/***
**
** Classes
**
***/

#liqui {
	margin: 0px 330px 0px 0px;
}

#opci {
	position: fixed;
	right: 20px;
	width: 300px;
}

#opci .content {
	padding: 10px;
	border: 1px solid #aaa;
}

.skin {
	background: transparent url(../images/skin.png) no-repeat;
	height: 16px;
	width: 16px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.barlist ul {
	margin: 0px;
	padding: 0px;
}

.barlist li {
	display: inline;
	list-style-type: none;
	padding: 0 5px 0 5px;
	float: left;
}

.btit_1 {
	background: #f4f4f4 url(../images/bg_ti.png) repeat-x top;
	border-top: 1px solid #b3becb;
	border-bottom: 1px solid #b3becb;
	color: #082962;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}

.btimetro {
    
	font-size: 13px;
	color: #dfdfe1;
	padding: 15px 10px !important;
	font-weight: 100;
	border-bottom: 1px solid #444547;
	background-color:#28292b;
	

    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 80%,rgba(0,0,0,0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 80%,rgba(0,0,0,0.15) 100%);

    
}
.btimetro.round-left{
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.btimetro.round-right{
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.btimetro2 {
	font-family: Century Gothic,sans-serif;
	background-color: #1895d4;
	border-right: 1px solid #37ade8;
	color: #fff;
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
}

.btimetro_add {
	font-family: Century Gothic,sans-serif;
	background-color: #13ab41;
	border-right: 1px solid #119839;
	color: #fff;
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
}

.btimetro_edit {
	font-family: Century Gothic,sans-serif;
	background-color: #ff8913;
	border-right: 1px solid #f08112;
	color: #fff;
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
}


.btimetro3a{
	font-size: 12px;
	color: #dfdfe1;
	padding: 10px 10px !important;
	font-weight: 100;

}

.btimetro3{
	font-size: 13px;
	color: #dfdfe1;
	padding: 15px 10px !important;
	font-weight: 100;
}
.btimetro3 a{
    display:block;
    font-size: 13px;
	color: #dfdfe1;

	font-weight: 100;
    padding: 0px;
}
.tabmetro {
	font-size: 11px;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-right: none;
}

.tabmetro td {
	padding: 5px;
	border-right: 1px solid #e5e5e5;
}

.tabmetro tr:nth-child(odd) {
	background-color: #f4f4f4;
}

.tabmetro tr:nth-child(even) {
	background-color: #fff;
}

.tabmetro tr:hover {
	background: #fff7cf url(../images/hselect.png) repeat-x bottom left;
}

.tabmetro2 {

	width: 100%;

	font-size: 12px;
	font-weight: 200;
	color:#fff;
	border-top: 1px solid #444547;
}
.tabmetro2.notop{
    border-top: none;
}
.tabmetro2 td {
	padding: 5px;	
	border-bottom: 1px solid #444547;
	vertical-align:middle;
}

.tabmetro2 tr:hover {
	background-color: rgba(74,75,78,.65);
}


.tabmetro2.zebra tr:nth-child(odd) {
	background-color: #f4f4f4;
}

.tabmetro2.zebra tr:nth-child(even) {
	background-color: #fff;
}
.table-round{
    overflow:hidden;
    
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;

    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.scroll{
    overflow-x: auto;
}
.ptxta p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

.ptxta h5 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
}

.btit_2 {
	background: #e9f2ff url(../images/bg_el.png) repeat-x top;
	border: 1px solid #add1ff;
	color: #082962;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}

.btit_3 {
	background: #f4f4f4;
	border-bottom: 1px solid #b3becb;
	border-right: 1px dotted #b3becb;
	color: #082962;
	padding: 5px;
	font-size: 11px;
}

.btit_4 {
	background: #e9f2ff url(../images/bg_el.png) repeat-x top;
	color: #082962;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}

.btit_5 {
	background: #f4f4f4;
	color: #082962;
	padding: 5px;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.bcont {
	padding: 10px;
	font-size: 12px;
}

.bcont2 {
	padding: 10px 10px 0 10px;
	font-size: 12px;
}

.trcols td {
	background: #e9f2ff url(../images/bg_el.png) repeat-x top;
}

.tabla {
	font-size: 12px;
	width: 100%;
}

.tabla td {
	padding: 5px;
	border-bottom: 1px dotted #aaa;
}

.tabla tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.tabla tr:nth-child(even) {
	background-color: #fff;
}

.tabla tr:hover {
	background-color: #ffd86c;
}

.tabla4 {
	font-size: 12px;
	width: 100%;
}

.tabla4 td {
	padding: 5px;
	border-bottom: 1px dotted #aaa;
}

.tabla4 tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.tabla4 tr:nth-child(even) {
	background-color: #fff;
}

.tablanone {
	font-size: 12px;
	width: 100%;
	border:none;
}

.tablanone td {
	padding: 5px;
	border: none;
    border:none;
}

.tabla2 {
	font-size: 12px;
	width: 100%;
}

.tabla2 td {
	padding: 5px;
	border-bottom: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
}

.tabla2 tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.tabla2 tr:nth-child(even) {
	background-color: #fff;
}

.tabla2 tr:hover {
	background-color: #ffd86c;
}

.tabla3 {
	font-size: 12px;
	width: 100%;
}

.tabla3 td {
	padding: 5px;
	border-bottom: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
}

.tabla3 tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.tabla3 tr:nth-child(even) {
	background-color: #fff;
}

.tabla3 tr:hover {
	background-color: #fff0c7;
}

.none {
	padding: 0px;
}

.spacer {
	padding: 3px 0 3px 0;
}

.normal {
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0 5px 0;
}

.tbox1 {
	width: 200px;
}

.tbox2 {
	width: 100%;
}

.but1 {
	margin-top: 10px;
	padding: 0 15px 0 15px;
}

.mone {
	background: transparent url(../images/sol.gif) no-repeat top left;
}

.alert1 {
	border: 1px solid #ffd400;
	color:#ffd400;
	display:block;
	padding: 10px 20px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;

	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	        box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.info {
	border: 1px solid #1bb9ff;
	color:#1bb9ff;
	display:block;
	padding: 10px 20px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;

	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	        box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.alert2 {
	border: 1px solid #34c648;
	color:#34c648;
	display:block;
	padding: 10px 20px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;

	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	        box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.alert3 {
	border: 1px solid #cb3636;
	background-color: #e55124;
	padding: 2px 4px 2px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.opera {
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 2px 5px 2px 10px;
	font-family: Century Gothic,sans-serif;
	background: #fff url(../images/bg_grid.png) repeat-x 0px -2px;
}

.opera a {
	font-family: Lucida Grande,Geneva,Arial,Arial,Helvetica,sans-serif;
}

.opera2 {
	border: 1px solid #e5e5e5;
	padding: 2px 5px 2px 10px;
	font-family: Century Gothic,sans-serif;
	background: #fff url(../images/bg_grid.png) repeat-x 0px -2px;
}

.opera3 {
	border-top: none;
	border: 1px solid #e5e5e5;
	padding: 2px 5px 2px 10px;
	background: #fff;
}

.tboxes {
    border: 1px solid #444547;
	color: #fff;
	padding: 5px 2px 5px 15px;
	
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.bboxes {
    font-size: 13px;
	color: #dfdfe1;
	padding: 15px 10px;
	
	

	background-color:#28292b;
	

    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 20%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 20%);

    -webkit-border-bottom-right-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
             border-bottom-left-radius: 10px;
}

.boxes {
	font-family: 'Open Sans', Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #6a6f75;
}

.boxes a:link,
.boxes a:visited,
.boxes a:active,
.current_nav {
    
    
	display: inline-block;
    white-space:nowrap;
    border:none;
    border: 1px solid #79797b;
    color: #fcfdff;

	box-sizing: border-box;
    margin: 4px 2px;

    text-shadow: 1px 1px 3px rgba(0,0,0,.55);
    outline: 0 none;
    
    padding: 5px 10px;
    font-size: 10px;
    height: 27px;
    
    line-height:1.5em;

    cursor:default;

    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.15);
			box-shadow: 2px 2px 6px rgba(0,0,0,.15);

	-webkit-border-radius: 5px;
            border-radius: 5px;
}


.boxes a:hover,
.boxes a:active{
    color:#fff;
    border-color:#6695d9;
    text-decoration:none;
    background: rgb(23,104,231);

    background: -webkit-linear-gradient(top, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
    background: linear-gradient(to bottom, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);

}
.boxes a:active{
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.25), 0px 0px 20px rgba(0,0,0,.25) inset;
			box-shadow: 2px 2px 6px rgba(0,0,0,.25), 0px 0px 20px rgba(0,0,0,.25) inset;
}


.current_nav {
    border-color: #1768e7;	
    background:#4481d9;
}

.min {
	font-size: 11px;
}

.med {
	font-size: 12pt;
}

.ico_big {
	background-color: transparent;
	background-image: url(../images/skin.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	display: block;
}

.botimg {
	background: transparent url(../images/tbot.png) no-repeat 0px 0px;
	width: 119px;
	height: 31px;
	display: block;
	float: right;
	margin-top: 5px;
	padding: 6px 0 0 5px;
}

.botimg * {
	cursor: pointer;
}

.botimg:hover {
	background-position: 0px -37px;
}

.botimg_con {
	width: 80px;
	margin-left: 33px;
	font-size: 10px;
	position: relative;
	top: -25px;
}

.botimg_con span {
	font-size: 9px;
	position: relative;
	top: -2px;
}

.red {
	color: #f00;
}

.spbar {
	color: #7e848c;
	padding: 0 5px 0 5px;
}

.vactive {
	border: 1px solid #767676;
	width: 40px;
	height: 27px;
	color: #000;
	text-align: center;
	padding-top: 8px;
	margin: 10px 10px 0 0;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.vactive:hover {
	background-color: #ffd86c;
}

.vinactive {
	border: 1px solid #C3C3C3;
	width: 40px;
	height: 27px;
	text-align: center;
	text-decoration: line-through;
	padding-top: 8px;
	margin: 10px 10px 0 0;
	background-color: #EAEAEA;
	color: #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bsi {
	background-color: #D8F1DE;
	border: 1px solid #609c43;
	padding: 0px 3px;
	cursor: default;
	width: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btam {
	z-index: 10;
	margin-top: -12px;
	right: 10px;
	position: absolute;
}
.bedits{
    margin-top: 13px;
}
.btn-link {
    border: 1px solid #125bc5;
    background:#1465da;
    padding: 6px 12px;
	color: #fff;
	font-size: 12px;
	margin: 5px;
	display: inline-block;
    font-weight:200;

	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.btn-link:hover{
    background-color:#0156a9;
    border-color:#1052b2;
    color:#fff;
    text-decoration:none;
}
.btn-link.red{
    border-color:#f57477;
    background-color: rgb(242,68,72);    
}
.btn-link.red:hover{
    background-color: rgb(237,59,59);
    background: -webkit-linear-gradient(top, rgba(237,59,59,1) 0%,rgba(229,45,48,1) 25%,rgba(209,50,29,1) 70%,rgba(209,50,29,1) 100%);
    background: linear-gradient(to bottom, rgba(237,59,59,1) 0%,rgba(229,45,48,1) 25%,rgba(209,50,29,1) 70%,rgba(209,50,29,1) 100%);
}

.bedit, .bdelete {
	display: block;
	height: 13px;
	width: 13px;
	background-color: transparent;
	cursor: pointer;
}


.bedit:hover, .bdelete:hover {
	background-position: bottom;
}

.bedit {
	background: url('../images/bedit.png') no-repeat top left;
}

.bdelete {
	background: url('../images/bdelete.png') no-repeat top left;
}



.img_uplo {
	max-width: 180px;
	max-height: 205px;
	border: 1px solid #79797b;
	text-align: center;
	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.15);
            box-shadow: 2px 2px 6px rgba(0,0,0,.15);
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.img_uplo.noborder{
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.rojo a {
	font-size: 12px;
	color: #f00;
}

.sino {
	border: 1px solid #1e48a1;
	background-color: #f0f5ff;
	padding: 2px 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 16px;
	text-align: center;
	margin: 0 auto;
	cursor: default;
}

.sn1 {
	border-color: #085a16;
	background-color: #e1f5e4;
}

.sn2 {
	border-color: #f00;
	background-color: #fab4bf;
}

.sn1:hover {
	border-color: #064010;
	background-color: #0da425;
	color: #fff;
}

.sn2:hover {
	border-color: #d20000;
	background-color: #f00026;
	color: #fff;
}

.sn1b {
	border-color: #0da425;
	background-color: #0da425;
	color: #fff;
}

.sn2b {
	border-color: #f00026;
	background-color: #f00026;
	color: #fff;
}

.acolor {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.atext {
	display: block;
	padding-left: 20px;
	padding-top: 2px;
}

.agenda {
	cursor: default;
	text-align: left;
	width: 150px;
	float: left;
	padding: 4px 6px;
	margin-right: 10px;
	font-size: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
	background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
	background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );

}


#galleria {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -10px;
	margin-top: 10px;
}

#galleria li {
	display: inline-block;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.6em;
	margin: 1em;
	padding: 0px;
	position: relative;
	vertical-align: top;
	width: 200px;
}

#galleria img {
	max-height: 200px;
	max-width: 200px;
	padding: 1px;
	border: 1px solid #aaa;
}

/* =Quote
-------------------------------------------------------------- */

.bquote {
	background-color: #1586c8;
	background-image: url(../images/quote.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 10px 20px 5px;
}

.bquoteopen {
	background-image: url(../images/openquote.png);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote {
	font: 1em/1.4 Cambria,Georgia,sans-serif;
	color: #fff;
	margin: 5px;
	min-height: 40px;
}

blockquote p {
	font: 1.2em/1.4 Cambria,Georgia,sans-serif;
	color: #fff;
	line-height: 16px;
	margin: 0;
	text-shadow: 1px 1px 1px #073360;
}

blockquote span {
	padding-left: 55px;
	display: block;
}

cite {
	text-align: right;
	font-style: normal;
	display: block;
	font-size: 13px;
}

cite:before {
	content: '\2013 \00A0';
}

.border-round{
    padding:15px 5px;
	border: 2px solid rgba(255,255,255,.3);

 	 -webkit-border-radius: 5px;
            border-radius: 5px;
}

.border-round:hover {
    background-color: rgba(0,0,0,.25);
	border-color: #38d64e;
}


.verde {
	font-weight: bold;
	color: #fff;
	padding: 3px 8px;
	background: #0da425;
	text-shadow: 1px 1px 1px #0a7a1b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.usred {
	padding: 0;
	margin: 10px 15px;
}

.noleido {
	background: #bedaf3;
}

.combosuggest {
	width: 350px;
	padding: 5px;
}

.combosuggest_inner {
	width: 320px;
	border: 1px solid #333;
	background: #fff;
	padding: 10px;
}

/* ComboSuggest Links */

.combosuggest a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 7px 5px 7px;
	color: #222;
	font-size: 10px;
	text-decoration: none;
}

/* ComboSuggest Links – Hover Effect */

.combosuggest a:hover {
	background: #1895d4;
	color: #fff;
}

.combosuggest .link {
	position: relative;
	float: right;
	font-size: 9px;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 5px;
	padding: 2px 6px;
	background: #fff;
	color: #333;
	border: 1px solid #444;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.combosuggest .link:hover {
	background: #FF7F00;
	color: #fff;
}

#growlcontainer {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	font-size: 12px;
	width: 350px;
}

.growlstatus {
	position: relative;
	background-color: #f86006;
	border: 3px #fff solid;
	padding: 15px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 12px;
	
	-webkit-border-radius: 10px;
	        border-radius: 10px;

	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	        box-shadow: 1px 1px 6px rgba(0,0,0,0.7);
}

.growlstatus:hover {
	border: 3px #ffa200 solid;
}

.growlstatus .growltitle {
	font-weight: bold;
	margin-bottom: 5px;
}

.growlstatusclose {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
	background: transparent url(../images/growlclose.png) no-repeat;
}

.growlstatus:hover .growlstatusclose {
	display: block;
}

.growlwithicon {
	padding-left: 50px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
}

.growlicon_6 {
	background-image: url(../images/gw6.png);
}

/* tags_checklist Links */

#tags_checklist{
	width: 100% !important;
	height: 215px !important;
	background-color: rgba(255,255,255,.05);
}
div.checklist,div.checklistHighlighted{overflow-y:auto;overflow-x:hidden;}
div.checklist{
    /*
    border:1px solid #ddd;
    border-left:3px solid#ccc;
    */
    color:#fff;
    font-size:12px;
    line-height:1.6em;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 5px;
     -webkit-border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
             border-bottom-left-radius: 5px;
}
div.checklistHighlighted{
    
    background-color: rgba(255,255,255,.1);
}
ul.checklist{list-style-type:none;margin:0;padding:0;}
div.checklist li{padding:3px;}
div.checklist li.even{
    background-color: rgba(255,255,255,.05);
}
div.checklist li.odd{
    background-color: rgba(255,255,255,.1);
}
div.checklist li.even:hover,div.checklist li.odd:hover,div.checklist li.focused,div.checklist li:hover label{
    background-color:#ffd86c;
    color:#000;
}
div.checklist li.checked{
    background:#ffd86c;
    color:#000;
    font-style:italic;
}
div.checklist li.checked:hover,div.checklist li.checked:hover label{
    background:#ffd86c;
    color:#000;
    font-style:italic;
}
div.checklist li.checked label{ 
    color:#000;
}
div.checklist label.disabled{color:#ddd;}
div.checklist li input{display:block;float:left;}
div.checklist label{display:block;margin:0;padding:0;}
#tags_checklist div.checklist label.leaveRoomForCheckbox{display:block;padding-left:25px;}
#tags_checklist ul.showSelectedItems{color:#770;font-size:.8em;list-style-position:outside;margin-left:0;padding-left:1.4em;}
#tags_checklist ul.showSelectedItems li:hover{cursor:pointer;color:red;text-decoration:line-through;}
#tags_checklist div.findInList{margin-bottom:5px;}
#tags_checklist div.findInList input{background-color:#ffffef;border:solid 1px #eee; color:black; font-family:arial; font-size:.8em;padding:2px;
	
}
#tags_checklist div.findInList input.blurred{background-color:white;color:gray;}
#tags_checklist div.checklist li.optgroup{font-size:1.1em;font-weight:bold;font-style:italic;background-color:#ccc;border-top:1px solid#777;border-bottom:1px solid#777;padding-left:7px;}
#tags_checklist div.checklist li.optgroup:hover{background-color:#ccc;}
#tags_findInList{
	width: 100% !important;
}
#tags_findInListDiv{
	width: 100% !important;
	display: block;
	background-color: rgba(255,255,255,.15);
	padding: 5px;

	box-sizing: border-box;
	-webkit-border-top-right-radius: 5px;
     -webkit-border-top-left-radius: 5px;
            border-top-right-radius: 5px;
             border-top-left-radius: 5px;
             
}

.tags{
	color: #333;
	font-size: 10px;
	padding: 4px 0 0 5px;
    margin-top:5px;
}
.tags span{
	cursor: default;
	border: 1px solid #fff;
	color:#fff;
	padding: 1px 5px;
	margin: 0 2px;
    opacity:0.4;
    white-space:nowrap;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.tags span:hover{
	opacity:1;
}


.picbox{
    width: 50px;
    height: 50px;
    padding: 2px;
    -webkit-border-radius: 5px;
	        border-radius: 5px;
	border: 2px solid #444547;
}
.picbox:hover{
    background-color: rgba(0,0,0,.25);
	border-color: #ffb12a;
}
/*
 * Carga de archivos
 */

.mlup_box{
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	font-size: 10px;
	border: 4px dashed #dfdfe1; 

	height: 120px;
	padding: 10px;
	margin: 0 auto 20px;
    
    
    
     -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
             transform-style: preserve-3d;
             
}
.mlup_box:hover{
	border-color: #ff7600;
}

.mlup_console{
	border: 1px solid #dfdfe1;
	height:120px;
	padding:10px;
	overflow-y:auto;
	margin: 0 auto 20px;
    box-sizing: border-box;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	        
}
.up_inne{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.up_inne i{
    font-size: 26px;
}
.up_inne span{
    display: block;
    font-size: 10px;
    font-weight: 200;
    margin-top:5px;
}

.mlup_cargando{

	border-color: #fff; 
	background: transparent url(/images/progress.gif) no-repeat center center;
}
.mf_upload_m{
    display:block;
    opacity:1;
}
.mf_upload_m.hide{
    display:none;
    opacity:0;
}

.mlup_form{
	position:relative;
	height:130px;
}
.gridfiles{
	width: 100%;
    min-height: 300px;
	border: none;
}

.pho_renumber{
    margin-left: 8px;
}
.photo-list{
    margin: 10px 0;
    height: 202px;
    position: relative;
}
.photo-img{
    display: block;
    width: 100%;
    height: 150px;
    
    margin-top: -10px;
	padding: 1px;
	border: 1px solid rgba(255,255,255,.3);
	overflow:hidden;
	-webkit-border-radius: 5px;
	        border-radius: 5px;

    object-fit: cover;
    background-color: rgba(0,0,0,.15);
}

.photo-list img{
	height: 150px;
	left: 50%;
    position: relative;
    transform: translateX(-50%);
	
}

.ctrols{
    position: absolute;
    left:   0px;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}


.up_success{
	display: inline-block;
	color: #fff;
	background: #29992b;
	padding: 2px 4px;
	border-radius: 3px;
}
.files{
	padding: 1px 0;
}

/*
 * Editor online
*/
.dAba2 {
    color:#fff;
    border-color:#6695d9;
    text-decoration:none;
    width: 100%;
    border:none;
    color: #fff;
    height: 30px;
	box-sizing: border-box;
    margin-right: 6px;
    margin-top: 2px;
	margin-bottom: 2px;
    outline: 0 none;
    padding: 6px 10px;

    font-size: 12px;
    line-height:15px;
    

    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.15);
			box-shadow: 2px 2px 6px rgba(0,0,0,.15);


    
    border-top: 1px solid #2a73e3;
    
        -webkit-border-radius: 5px;
                border-radius: 5px;
    
    background: rgb(23,104,231);
    background: -webkit-linear-gradient(top, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
    background: linear-gradient(to bottom, rgba(23,104,231,1) 0%,rgba(24,100,222,1) 25%,rgba(23,95,213,1) 70%,rgba(22,91,208,1) 100%);
}
.dAba2:hover{
  background-color:#147ddf;
}
.dAred{
	border-color: #f00 !important;
}
.dAba {
    display: inline-block;
    cursor: pointer;

    text-decoration:none;

    border:none;

    height: 30px;
	box-sizing: border-box;
    margin-right: 6px;
    margin-top: 2px;
	margin-bottom: 2px;
    outline: 0 none;
    padding: 6px 10px;

    font-size: 12px;
    line-height:15px;
    

    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.15);
			box-shadow: 2px 2px 6px rgba(0,0,0,.15);


    
    border-top: 1px solid #38d64e;
    
        -webkit-border-radius: 5px;
                border-radius: 5px;
    
    
    color:#fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.35);

    background: #34c648;
    background-image: -webkit-linear-gradient(top, rgba(52,198,72,1) 0%,rgba(50,189,69,1) 25%,rgba(48,182,66,1) 70%,rgba(50,189,69,1) 100%);
    background-image: linear-gradient(to bottom, rgba(52,198,72,1) 0%,rgba(50,189,69,1) 25%,rgba(48,182,66,1) 70%,rgba(50,189,69,1) 100%);
    
}
.dAba:hover{
    color:#fff;
    background: #34c648;
    background-image: -webkit-linear-gradient(top, rgba(52,198,72,1) 0%,rgba(50,189,69,1) 25%,rgba(44,166,60,1) 70%,rgba(50,189,69,1) 100%);
    background-image: linear-gradient(to bottom, rgba(52,198,72,1) 0%,rgba(50,189,69,1) 25%,rgba(44,166,60,1) 70%,rgba(50,189,69,1) 100%);
}
.dAbb {
  font-size:20pt;
  border:3px solid #0000FF;
  width:76px;
  background-color:#fff;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  color:#0000FF;
  font-weight: bold;
}
.dAbb2 {
  font-size: 12px;

  border: 3px solid #0000FF;
  width: 100%;
  background-color:#fff;
  text-align: left;
  padding: 4px 3px;
  color:#0000FF;

}

.dAbTxt{
  font-size:11pt;
  border:3px solid #0000FF;
  width:97%;
  background-color:#fff;
  text-align:left;
  padding:5px;
  color:#000;
}

.edici{
  font-size:6pt;
  width:84px;
  background-color:#009966;
  text-align:center;
  padding-top:2px;
  padding-bottom:2px;
  color:#fff;
  font-weight: bold;
}
.edici:hover{
  background-color:#FF9966;
}
/* metro style */