/** CSS TEMPORAL **/
.box.active {
	/* border: 1px solid rgb(254, 233, 237); */
	padding: 10px 8px 10px 8px;
	margin: 4px 2px 10px;
	border-radius: 8px;
	background-color: rgba(252, 194, 216, 0.5);
}
/******************/

/* AJUSTE */
 
/* ESPACIADO ARRIBA */
.pt_5 { padding-top: 5px;}
.pt_10 { padding-top: 10px;}
.pt_20 { padding-top: 20px;}
.pt_30 { padding-top: 30px;}
.pt_40 { padding-top: 40px;}
.pt_50 { padding-top: 50px;}
.pt_60 { padding-top: 60px;}

/* ESPACIADO ABAJO */
.pb_5 { padding-bottom: 5px;}
.pb_10 { padding-bottom: 10px;}
.pb_20 { padding-bottom: 20px;}
.pb_30 { padding-bottom: 30px;}
.pb_40 { padding-bottom: 40px;}

/* ESPACIADO IZQUIERDA */
.pi_5 { padding-left: 5px;}
.pi_10 { padding-left: 10px;}
.pi_20 { padding-left: 20px;}
.pi_30 { padding-left: 30px;}
.pi_40 { padding-left: 40px;}

/* ESPACIADO DERECHA */
.pd_5 { padding-right: 5px;}
.pd_10 { padding-right: 10px;}
.pd_20 { padding-right: 20px;}
.pd_30 { padding-right: 30px;}
.pd_40 { padding-right: 40px;}


/* MARGEM ARRIBA */
.mt_10 { margin-top: 10px;}
.mt_20 { margin-top: 20px;}
.mt_30 { margin-top: 30px;}
.mt_40 { margin-top: 40px;}
.mt_50 { margin-top: 50px;}
.mt_60 { margin-top: 60px;}

/* MARGEM ABAJO */
.mb_5 { margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_40 { margin-bottom: 40px !important;}

/* MARGEM IZQUIERDA */
.mi_5 { margin-left: 5px;}
.mi_10 { margin-left: 10px;}
.mi_20 { margin-left: 20px;}
.mi_30 { margin-left: 30px;}
.mi_40 { margin-left: 40px;}

/* MARGEM DERECHA */
.md_10 { margin-right: 10px;}
.md_20 { margin-right: 20px;}
.md_30 { margin-right: 30px;}
.md_40 { margin-right: 40px;}
.md_50 { margin-right: 50px;}
.md_60 { margin-right: 60px;}
.md_70 { margin-right: 70px;}
.md_filtrar { margin-right: 95px;}
.md_filtrar_b { margin-right: 105px; padding-top: 5px;}
.info_busqueda { font-size: 12px;}


.text-right { text-align: right !important; }
.text-left { text-align: left !important; }

.margen_cabecera {padding-top: 75px;}

.resaltado { background: #f5f5f5; }

@media screen and (max-width: 980px) {
  .margen_cabecera {padding-top: 0px;}
  }
.texto-centrado {
    text-align: center !important;
}

/* GENERICO */
.pointer { cursor: pointer; }

.cursor_ordenar { cursor: all-scroll; }

.table th span {
  cursor: help;
}

.dividir {
  border-bottom-color:#E5E5E5;
  border-bottom-style:solid;
  border-width:0 0 1px;
  padding: 0;
  margin-bottom: 15px;
}
.dividir-min {
  border-bottom-color:#E5E5E5;
  border-bottom-style:solid;
  border-width:0 0 1px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


/* LOGIN */
article.login {
  position: relative;
  overflow: hidden;
}
article.login .container {
  width:360px;
  padding: 0 auto;
  background: #d7d7d7;
border: 0;

}
article.login .container .login-logo {
  width: 100px;
 text-align: center;
}
article.login .container .login-logo .brand {
  
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 322px;
  height: 80px;
  text-align: center;
  margin: 20px;
	
}
article.login .container .login-logo h4 {
  width: 360px;
 text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
article.login .container form {
  width: 285px;
  background-color: #ffffff;
margin: 10px auto;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.2);
       -moz-box-shadow: 0 3px 8px rgba(0,0,0,.2);
            box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
article.login .container form:before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 12px 12px 12px 12px;
  content: "";
  height: 0;
  top: -24px;
  left: 150px;
  position: absolute;
  width: 0;
}
article.login .container form .input-prepend {
  margin-bottom: 0;
}
article.login .container form .input-prepend + .checkbox,
article.login .container form .input-prepend + .help-block + .checkbox {
  margin-top: 10px;
}
article.login .container form .error .input-prepend .add-on {
  color: #ffffff;
}
article.login .container form input[type="text"],
article.login .container form input[type="password"] {
  width: 216px;
  font-weight: bold;
  background-color: #ffffff;
}
article.login .container form .btn {
  margin-top: 15px;
}
article.login .container form .login-link {
  color: #BFC9CA;
  display: block;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}

/* CAJONES */
.data-block {
  position: relative;
  margin-bottom: 15px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

}

.block {
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

}

.block section {
  padding: 20px;
}
/* EFECTO PAGINAS 
.data-block { 
	-webkit-box-shadow: 0 5px 0 -4px #fff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #fff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #fff, 0 17px 0 -11px #c2c0b8;
		-moz-box-shadow: 0 5px 0 -4px #fff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #fff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #fff, 0 17px 0 -11px #c2c0b8;
		box-shadow: 0 5px 0 -4px #fff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #fff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #fff, 0 17px 0 -11px #c2c0b8;
}*/

.data-block section {
  padding: 20px;
}

.data-block section2 {
  padding: 10px;
}

.data-block.gris header {
  background: #33363B;
}


.data-block.gris header img{
  width: 32px;
  padding: 0 10px 0 0;
}

.data-block.gris header { 
	-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
		box-shadow: 0;
}

.data-block.gris header h2 + .btn li a,
.data-block.gris header h2 + .btn-group li a,
.data-block.gris header .data-header-actions li a {
  color: #33363B;
  background: #fff;
}

.data-block.gris header .dropdown li a {
	background: transparent;
}

.data-block.gris header .dropdown li:hover {
  background: #ccc;
}


.data-block.gris header .header-search input {
  color: #bfc6c6;
  border-color: #5a6465;
  background-color: #5a6465;
}
.data-block.negro header {
  background: #2c3e50;
}
.data-block.negro header h2 + .btn li a,
.data-block.negro header h2 + .btn-group li a,
.data-block.negro header .data-header-actions li a {
  color: #ffffff;
  background: #1a242f;
}
.data-block.negro header .header-search input {
  color: #969fa8;
  border-color: #11181f;
  background-color: #11181f;
}
/* Data block header */
.data-block header {

  padding: 8px 20px;
  background: #2980b9;
  *zoom: 1;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}

.data-block.redondo header {
  *zoom: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.data-block header:before,
.data-block header:after {
  display: table;
  content: "";
  line-height: 0;
}
.data-block header:after {
  clear: both;
}
.data-block header h2 {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 17.5px;
  line-height: 22px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  float: right;
}
/* Data block footer */
.data-block footer {
  text-transform: uppercase;
  color: #727f80;
  padding: 10px;
  background: #bdc3c7;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.data-block footer p {
  margin: 0;
}
/* Data block header controls */
.data-block header h2 + .btn,
.data-block header h2 + .btn-group,
.data-block header .data-header-actions {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.data-block header h2 + .btn:before,
.data-block header h2 + .btn-group:before,
.data-block header .data-header-actions:before,
.data-block header h2 + .btn:after,
.data-block header h2 + .btn-group:after,
.data-block header .data-header-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.data-block header h2 + .btn:after,
.data-block header h2 + .btn-group:after,
.data-block header .data-header-actions:after {
  clear: both;
}
.data-block header h2 + .btn > li,
.data-block header h2 + .btn-group > li,
.data-block header .data-header-actions > li {
  float: left;
  display: block;
  position: relative;
  margin-top:2px;

}
.data-block header h2 + .btn > li + li,
.data-block header h2 + .btn-group > li + li,
.data-block header .data-header-actions > li + li {
  margin-left: 10px;
}
.data-block header h2 + .btn > li a,
.data-block header h2 + .btn-group > li a,
.data-block header .data-header-actions > li a {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  background: #333333;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.data-block header h2 + .btn > li a:hover,
.data-block header h2 + .btn-group > li a:hover,
.data-block header .data-header-actions > li a:hover,
.data-block header h2 + .btn > li.open a,
.data-block header h2 + .btn-group > li.open a,
.data-block header .data-header-actions > li.open a,
.data-block header h2 + .btn > li.active a,
.data-block header h2 + .btn-group > li.active a,
.data-block header .data-header-actions > li.active a {
  color: #000000;
  text-decoration: none;
}
.data-block header h2 + .btn > li .loading,
.data-block header h2 + .btn-group > li .loading,
.data-block header .data-header-actions > li .loading {
  display: block;
}



/* Data block widgets */
.data-block.widget-block {
  display: block;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.data-block.widget-block section > span,
.data-block.widget-block strong {
  color: #2980b9;
  display: block;
  font-size: 47.6px;
  line-height: 1;
}
.data-block.widget-block strong {
  margin-top: 5px;
  font-size: 16px;
}
.data-block.widget-block .sparkline {
  display: block;
  margin: 5px auto;
}
.data-block.widget-block .sparkline canvas {
  display: block !important;
  margin: 0 auto;
}
.data-block.widget-block .sparkline + strong,
.data-block.widget-block .sparkline + a {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.data-block.widget-block .sparkline + a:hover {
  color: #2980b9;
}
a.data-block.widget-block:hover {
  text-decoration: none;
  background: #f4f4f4;
}
a.data-block.widget-block:hover span,
a.data-block.widget-block:hover strong,
a.data-block.widget-block:hover h6 {
  /*color: #ffffff;*/
}

.accordion-block .accordion {
  margin-bottom: 18px;
}

.accordion-block .data-header-actions {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}

.accordion-block .accordion-group {
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 6px;

}

.accordion-block .accordion .accordion-group .accordion-heading {
  background: none;
  box-shadow: none;
}

.accordion-block .accordion-heading .accordion-toggle {
  display: block;
  color: #ffffff;
  font-size: 17.5px;
  line-height: 22px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.accordion-block .accordion-heading .accordion-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  margin-top: 10px;
  margin-left: 5px;
}
.accordion-block  .accordion-heading .accordion-toggle {
  padding: 2px 0;
}
.accordion-block .accordion-toggle {
  cursor: pointer;
}
.accordion-block .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion-block .accordion-inner-sin {
  padding: 0;
  border-top: 0;
}

.accordion-caret .accordion-toggle:hover {
  text-decoration:none;
}

.accordion-caret .accordion-toggle:hover span {
  text-decoration:underline;
}

.accordion-caret .accordion-toggle:before {
  font-family:FontAwesome;
  font-size:16px;
  margin-right:10px;
  vertical-align:2px;
}

.accordion-caret .accordion-toggle:not(.collapsed):before {
  content:"\F0D8";  
  margin-left:0px;
}

.accordion-caret .accordion-toggle.collapsed:before {
  content:"\f0d7";
  margin-left:0px;
}


/* TEMAS */

.lista_contenido_temas {
  border-left:1px solid #eaeaea;
  border-right:1px solid #eaeaea; 
  border-bottom:1px solid #eaeaea; 
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin:-6px 0 10px 0;
  padding: 20px 20px 0px 20px;
}


/* GLOBOS */

/* Icono Principal */

.boton_modulo {
position:absolute; top:-8px; right: -8px;
}

.table {
	font-size: 14px;
}

/* ALERTAS */
.alertas .amarilla {
  color: #F89406;
}
.alertas > .dropdown-menu {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: none;
  width: 100%;
  padding: 0px 0;
  margin: 0px 0 0;
  list-style: none;
  background-color: #333;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 0px;
  *border-bottom-width: 0px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  color: #fff;
}


.alertas > .dropdown-menu > li > a {
  display: block;
  padding: 15px 15px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}

.alertas > .dropdown-menu > li > a:hover,
.alertas > .dropdown-menu > li > a:focus,
.alertas > .dropdown-submenu:hover > a,
.alertas > .dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #414141, #414141);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#414141));
  background-image: -webkit-linear-gradient(top, #414141, #414141);
  background-image: -o-linear-gradient(top, #414141, #414141);
  background-image: linear-gradient(to bottom, #414141, #414141);
  background-repeat: repeat-x;

}

.alertas > .dropdown-menu > .active > a,
.alertas > .dropdown-menu > .active > a:hover,
.alertas > .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #414141, #414141);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#414141));
  background-image: -webkit-linear-gradient(top, #414141, #414141);
  background-image: -o-linear-gradient(top, #414141, #414141);
  background-image: linear-gradient(to bottom, #414141, #414141);
  background-repeat: repeat-x;
}


/* _DRAW_CALENDAR */
table.calendar		{  }
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#f4f4f4; color: #999;}
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { font-weight:bold; text-align:center;  padding:4px; margin-bottom: 10px; border-bottom: 2px solid #999; border-top:1px dotted #999; font-size:12px; }
div.day-number		{ padding: 8px; text-align: center; font-size:12px;}
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; border-bottom:1px dotted #999;  }
td.calendar-today { background-color: #7F8C8D; font-weight: bold;  color:#fff; }


/* CALENDARIO BIC */
.scroll {
     width:212px;
     max-height:280px;
     overflow:auto;
     padding: 0 10px 0 0;
}

.haz_scroll {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    border-top: 1px solid #000;
    background: red;
    z-index: 1;
}

/* USUARIOS ONLINE */
.usr_online { padding:10px 0 15px 0; margin: 6px -1px 6px -1px; 
	border-bottom: 1px dotted #ccc;
}
.usr_online:hover { background-color: #f5f5f5; }

.usr_online_name { font-weight: normal;  }
.usr_online_mail { font-style: italic; display:inline;}
.usr_online_status { float: right; }
.usr_online_status span{ border-radius: 3px; padding: 2px 4px; font-size: 10px; font-weight: bold; color: white; position: relative !important; }
.usr_online_status_0 { background-color: #c62724; } /* offline */
.usr_online_status_1 { background-color: #6fa414; } /* online */
.usr_online_status_2 { background-color: #058dc7; } /* away */


/* MEDIA */

.media-grid{margin: 0 auto; zoom:1;}.media-grid:before,.media-grid:after{display:table;content:"";zoom:1;}
.media-grid:after{clear:both;}
.media-grid li{display:inline; margin: 0 auto; }
.media-grid a {float:left; width: 95px; height: 90px; text-align:center; padding:5px 4px 4px 4px; margin:0px 7px 15px 7px;
  border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}
.media-grid a img{display:block;}
.media-grid a:hover{border-color:#999; border-style: dotted; color:#fff;}
.media-grid .thumbnail_centro { margin: 0 auto; }
.media-grid section {
  padding: 15px 5px 5px 5px;
}
.media-grid i {
  font-size: 45px;
  color: #e5004e;
}
.media-grid h6 {
  text-transform: uppercase;
}


/* TABLAS SELECCION */

.lista_selected	{ background-color: #fff25e; }

.lista_normal:hover, .lista_normal_2:hover { background-color: #cbdae2; }
.lista_selected:hover { background-color: #ffd200; }

/* ARBOLES */
 
.tree {
    min-height:20px;
    margin-bottom:20px;
}
.tree ul {
    margin:0 0px 0 0px;
    padding: 0px;
}

.tree li {
    list-style-type:none;
    margin:0;
    padding:0px 0px 0 0px;
    position:relative;

}
.tree li::before, .tree li::after {
    content:'';
    left:-6px;
    position:absolute;
    right:auto;
}
.tree li::before {
    border-left:2px dotted #999;
    bottom:0px;
    height:100%;
    top:-6px;
    width:1px;
}
.tree li::after {
    border-top:2px dotted #999;
    height:10px;
    top:15px;
    width:15px;
}
.tree li span {
  display: inline;
    width: 35px;
    text-decoration:none;
    margin-left: 10px;
}

.tree li a {
  display: inline-block;
    width: 85%;
    padding:3px;
    margin-left: 0; margin-right: -130%;
}
.tree li.parent_li>span {
    cursor:pointer;
}
.tree li.parent_li ul {
  margin: 0px 0 0 25px;
  padding: 0;
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0;
}
.tree li:last-child::before {
    height:23px;
}
/*.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span, .tree li.parent_li>a:hover {
    background:#eee;
    color:#000;
}*/
.tree .cajon {
  padding: 3px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;

}
.tree .cajon:hover {
  background:#f4f4f4;
}

.tree  span .icon-folder-close-alt, .tree span .icon-folder-open-alt, .tree span .icon-folder-close {
  font-size: 20px;
  line-height: 26px;
}


.tree div.active {
  background-color: #f4f4f4;
  border-right: 7px solid #999;
  margin-right: -27px;
  margin-left: -10px;
  padding-left: 13px;
  border-color: transparent;
}

.tree_contador {
  float: right;
  background: rgba(0,0,0,0.1);
  padding: 10px 5px;
  margin: -10px -10px 0 15px;
  width: 30px;
  height: 20px;
  text-align: center;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.tree_modelos {
    min-height:20px;
    margin-bottom:20px;
}
.tree_modelos ul {
    margin:10px 0px 15px 0px;
    padding: 0px;
}

.tree_modelos li {
    list-style-type:none;
    margin: 0 0 5px 12px;
    padding: 6px;
    position:relative;

}

.tree_modelos li li {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
.tree_modelos li::before, .tree_modelos li::after {
    content:'';
    left:-15px;
    position:absolute;
    right:auto;
}
.tree_modelos li::before {
    border-left:2px dotted #999;
    bottom:0px;
    height:120%;
    top:-9px;
    width:1px;
}
.tree_modelos li::after {
    border-top:2px dotted #999;
    height:10px;
    top:15px;
    width:15px;
}
.tree_modelos li span {
  display: inline;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-left: -15px;
  text-transform: uppercase;
}
.tree_modelos li li span.color_modelo {
  width: 15px;
  height: 15px;
  margin: 0px 5px -2px 0;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


.tree_modelos li a {
  display: inline-block;
    padding:0 5px;
    margin-left: 0;
}

.tree_modelos li li a {
  width: 100%;
}


.tree_modelos li li:hover {
  background: #EEEEEE;
}

.tree_modelos li.parent_li>span {
    cursor:pointer;
}
.tree_modelos li.parent_li ul {
  margin: 0px 0 0 25px;
  padding: 0;
}
.tree_modelos>ul>li::before, .tree_modelos>ul>li::after {
    border:0;
}
.tree_modelos li:last-child::before {
    height:23px;
}

.color_modelo {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px -1px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

h2 .color_modelo {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px -2px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
}
/* CARPETAS BOX */

.carpetas {
  font-size: 25px;
  font-weight: bold;
  padding-left: 5px;
}
.titulo_carpetas {
  font-size: 20px; padding: 10px;
  border-radius: 5px;
}
/* jQuery jGrowl */
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  color: #ffffff;
  background-color: #2c3e50;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.jGrowl div.jGrowl-closer {
  color: #ecf0f1;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.jGrowl div.jGrowl-closer:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.jGrowl div.primary {
  background-color: #27ae60;
  color: #ffffff;
}
div.jGrowl div.primary a {
  color: #ffffff;
  border-bottom: 1px dotted;
}
div.jGrowl div.primary a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
div.jGrowl div.red {
  background-color: #c0392b;
  color: #ffffff;
}
div.jGrowl div.red a {
  color: #ffffff;
  border-bottom: 1px dotted;
}
div.jGrowl div.red a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
div.jGrowl div.blue {
  background-color: #2980b9;
  color: #ffffff;
}
div.jGrowl div.blue a {
  color: #ffffff;
  border-bottom: 1px dotted;
}
div.jGrowl div.blue a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
div.jGrowl div.green {
  background-color: #27ae60;
  color: #ffffff;
}
div.jGrowl div.green a {
  color: #ffffff;
  border-bottom: 1px dotted;
}
div.jGrowl div.green a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
div.jGrowl div.orange {
  background-color: #f39c12;
  color: #ffffff;
}
div.jGrowl div.orange a {
  color: #ffffff;
  border-bottom: 1px dotted;
}
div.jGrowl div.orange a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
div.jGrowl div.purple {
  background-color: #8e44ad;
  color: #ffffff;
}
div.jGrowl div.purple a {
  color: #ffffff;
  border-bottom: 1px dotted;
}
div.jGrowl div.purple a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}

/* AJAX */

#div_imagenes_loading, #div_adjuntos_loading, 
#div_comentarios_loading, #div_relacionados_loading, #div_grupos_loading {
	font-size: 13px;
	line-height: 18px;
}

.cargando {
  position:absolute; top: 15px; right:15px; background-image: url("../img/loading_cargando.gif"); width: 28px; height: 28px; 
}

.cargando_mini {
  position:absolute; top: 22px; right:22px; background-image: url("../img/loading_cargando.gif"); width: 28px; height: 28px; 
}

.cargando_grande {
  position:absolute; top: 15px; right:18px; background-image: url("../img/loading_cargando_grande.gif"); width: 34px; height: 34px; 
}

/* CAJON POPUP*/
.document_contenido {
	padding: 20px 20px;
}

/* SELECT ESPECIAL */
.margen { margin: 5px 10px 0px 10px; }

.margen .dropdown-menu li > a {
	padding: 3px 10px;

}
	
.marcado {  background: #bf0411;  margin: 5px;   
	         -webkit-border-radius: 4px 4px;
		      -moz-border-radius: 4px 4px;
		        border-radius: 4px 4px; 
				font-weight: bold !important;
			    color:#ffffff !important;}
			

			
/* COMENTARIOS */

/* Comments */
/*
div.post-comments {
	margin-top: 45px;
}

ul.comentarios {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.comentarios div.comment-arrow {
	border-bottom: 15px solid transparent;
	border-right: 15px solid #F4F4F4;
	border-top: 15px solid transparent;
	height: 0;
	left: -15px;
	position: absolute;
	top: 28px;
	width: 0;
}

ul.comentarios div.comment-block {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F4F4F4;
	border-radius: 5px;
	padding: 10px 10px 25px;
	position: relative;
	border-left: 5px solid #666;
	
}

ul.comentarios div.comment-block span.comment-by {
	display: block;
	font-size: 1em;
	line-height: 21px;
	margin: 0;
	padding: 0 0 5px 0;
}

ul.comentarios div.comment-block span.date {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

ul.comentarios div.comment-block p {
	font-size: 0.9em;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

ul.comentarios li {
	clear: both;
	padding: 0px 0 0 0px;
	margin-bottom: 10px;
}

ul.comentarios li div.comment {
	margin-bottom: 10px;
}

ul.comentarios li img.avatar {
	height: 80px;
	width: 80px;
}

ul.comentarios li ul.reply {
	padding: 0 0 0 18px;
	margin-top: 10px;
	border-left: 2px dotted #ccc;
}

ul.comentarios ul.reply div.comment-block  {
	border-left: 5px solid #ccc;

}

ul.comentarios li a {
	text-decoration: none;
}

div.post-leave-comment {
	margin-top: 25px;
	padding-top: 45px;
}

div.post-leave-comment h3 {
	margin: 0 0 40px;
}
*/		




/* COMENTARIOS  */

/*------------------------------
 TREE
------------------------------*/
.comentarios {
	margin-bottom: 20px;
	min-width: 400px;
}
.comentarios > .titulo {
    font-size: 18px;
    font-weight: bold;
    padding:  20px 0px;
    color: grey;
}
.comentarios > .titulo > .total{
    font-size: 14px;
	
    font-weight: normal;
    font-style: italic;s
    color: #B1B1B1;
}

.comentarios ul {
	/* border-width: 0px 0px 0px 6px; */
	/* border-color: #FFFFFF; */
	/* border-style: solid; */
	list-style: none;
	margin-left: 30px;
}
.comentarios > ul { margin-left: 0px; }
.comentarios ul li {}
.comentarios ul li .comentario {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	padding-bottom: 30px;
	background-color: #F9F9F9;
	position: relative;
	border-radius: 6px;
	transition: background-color 1s ease, color 1s ease;
	/* box-shadow: 2px 2px 4px -1px rgb(206, 206, 206); */
	color: #989898;
	display: flex;
	flex-direction: column;
}
.comentarios ul li .comentario:hover {
    background-color: #EAE5EC;
    color: #636363;
}

.comentarios ul li .comentario.active{
	background-color: #DBEDF9;
}
.comentarios ul li .titulo {
	/* color: #989898; */
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px; 
	padding-right: 100px;
	order: 1;
}
.comentarios ul li .texto { 
	text-align: justify;
	order: 3;
}
.comentarios ul li .autor,
.comentarios ul li .fecha_alta{
	color: #B1B1B1;
	font-size: 10px;
	/* position: absolute; */      
	top: 35px;      
	right: 20px;
	order: 2;
}
.comentarios ul li .autor{
    position: absolute;
     top: 10px;
    left: 20px;
}
.comentarios ul li .autor:before {
	font-family: FontAwesome;
	content: '\f007';
	margin-right: 6px;	
}
.comentarios ul li .fecha_alta{ }
.comentarios ul li .fecha_alta:before {
	font-family: FontAwesome;
	content: '\f133';
	margin-right: 6px;
}

.comentarios ul li .botones{
    position: absolute;
    top: 8px;
    right: 9px;
}



/*
.comentarios ul li .bt_responder{
    position: absolute;
    top: 25px;
    right: 12px;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: normal;
    background-color: #F9F9F9;
    color: #B9B9B9 !important;
}
.comentarios ul li .bt_responder:before{
	font-family: FontAwesome;
	content: '\f112';
	margin-right: 6px;
}
.comentarios ul li .bt_responder:hover{ color: white !important; }

*/



/* FICHEROS FORMULARIO */

.thumb_test {
  width: 200px;
  height: 150px;
  padding: 5px;
  border:2px dotted #ccc;
  margin: 2px;
  background: #fff;
}

/*.preview_default {
  width: 190px;
  height: 115px;
  padding: 40px 8px 0 8px;
  margin: 0 10px 10px 10px;
  border:2px dotted #ccc;
  background: #fff;
  font-size: 70px;
  color: #ccc;
}*/

.preview_default {
  width: 215px;
  height: 215px;
  margin: 10px 10px 15px 0px;
  border:2px dotted #ccc;
  background: #fff;
  font-size: 70px;
  color: #ccc;
}

.preview_default i {
  padding: 70px 0 0 70px;
}

.preview_default .img_preview {
  width: 215px;
  height: 215px;
}

.preview_default_ext {
    width: 190px;
  height: 115px;
  padding: 30px 8px 0 8px;
  margin: 0 10px 10px 10px;
  border:2px dotted #ccc;
  background: #fff;
  font-size: 30px;
  color: #ccc;
}

.preview_default_ext i {
  font-size: 70px;
  margin-bottom:10px;
  color: #ccc;
}

.info_files {
  padding: 10px 20px;
  border: 1px dotted #ccc;
  border-radius: 5px;

}

/* TAGS */

/*
 * DO NOT EDIT THIS FILE DIRECTLY
 * Compiled from bootstrap-tagmanager.less based on Bootstrap 2.3.1 variables
 * https://github.com/twitter/bootstrap/blob/master/less/variables.less
 */
.tm-tag {
  color: #555555;
  background-color: #f5f5f5;
  border: #bbbbbb 1px solid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: inline-block;
  border-radius: 3px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0 5px 5px 0;
  padding: 4px;
  text-decoration: none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle;
}
.tm-tag .tm-tag-remove {
  color: #000000;
  font-weight: bold;
  margin-left: 4px;
  opacity: 0.2;
}
.tm-tag .tm-tag-remove:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
}
.tm-tag.tm-tag-warning {
  color: #945203;
  background-color: #f2c889;
  border-color: #f0a12f;
}
.tm-tag.tm-tag-error {
  color: #84212e;
  background-color: #e69ca6;
  border-color: #d24a5d;
}
.tm-tag.tm-tag-success {
  color: #638421;
  background-color: #cde69c;
  border-color: #a5d24a;
}
.tm-tag.tm-tag-info {
  color: #4594b5;
  background-color: #c5eefa;
  border-color: #5dc8f7;
}
.tm-tag.tm-tag-inverse {
  color: #cccccc;
  background-color: #555555;
  border-color: #333333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
.tm-tag.tm-tag-inverse .tm-tag-remove {
  color: #ffffff;
}
.tm-tag.tm-tag-large {
  font-size: 16.25px;
  border-radius: 4px;
  padding: 11px 7px;
}
.tm-tag.tm-tag-small {
  font-size: 11.049999999999999px;
  border-radius: 3px;
  padding: 2px 4px;
}
.tm-tag.tm-tag-mini {
  font-size: 9.75px;
  border-radius: 2px;
  padding: 0px 2px;
}
.tm-tag.tm-tag-plain {
  color: #333333;
  box-shadow: none;
  background: none;
  border: none;
}
.tm-tag.tm-tag-disabled {
  color: #aaaaaa;
  background-color: #e6e6e6;
  border-color: #cccccc;
  box-shadow: none;
}
.tm-tag.tm-tag-disabled .tm-tag-remove {
  display: none;
}
input[type="text"].tm-input {
  margin-bottom: 5px;
}
.input-group-btn {
position: relative;
white-space: nowrap;
}
.input-group-addon, .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group .form-control {
width: 100%;
margin-bottom: 0;
}
input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.control-group.tm-group {
  margin-bottom: 5px;
}
.form-horizontal .control-group.tm-group {
  margin-bottom: 15px;
}

.ttdropdown-menu {
  top: 100%;
  left: 0;
  z-index: 2000;
  display: none;
  min-width: 99%;
  padding: 0px 0 10px 0;
  margin: 0px 0px 10px 0;
  list-style: none;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #eaeaea;
}
.ttdropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.ttdropdown-menu.divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.ttdropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;

}
.ttdropdown-menu li > a:hover,
.ttdropdown-menu li > a:focus,
.ttdropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #eaeaea !important;
}
.ttdropdown-menu .active > a,
.ttdropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #ccc;
  background-repeat: repeat-x;
}
.ttdropdown-menu .disabled > a,
.ttdropdown-menu .disabled > a:hover {
  color: #ccc;
}
.ttdropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: #ccc;
  background-image: none;
  cursor: default;
}


/* MODULOS */
.modulos {
min-height: 90px;
padding: 10px;
}
.modulos .descripcion {
font-size: 12px;
color: #666;
padding: 0 15px 0 0;
}
.modulos .icono {
  font-size: 50px;
  padding-top: 5px;
}

/* CALENDARIO */

.color_calendario {
  float: left;
  background-color: transparent;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 1px;
  border-radius: 3px;
}

.color_calendario_maxi {
  float: left;
  background-color: transparent;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 9px;
  border-radius: 3px;
}

.color_categoria {
  float: left;
  background-color: transparent;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 1px;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
}

.btn_calendario {
  top: 4px;
  right: 4px;
  padding: 0px 3px;
  float:right;
  position: static;
  background: transparent;
}

.color_categoria_raya {
  float: left;
  background-color: transparent;
  height: 12px;
  width: 5px;
  margin: 1px 3px 0px 0;
  border-radius: 0px;
}

.btn_calendario [class^="icon-"] {
  color: #33363B;
  margin-right: 2px;
}

.categorias_eventos {
  background: transparent;
  float: left;
  padding: 1px 1px 3px 3px;
  margin: 0 3px 0 0;

}
.campo_fecha {
  float: left;
  margin-right: 10px;
}
.campo_hora {
  float: left;
}

/* --- MAIL --- */

.mail-popup-correo {
  position: relative;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  padding: 30px;
  background-color:#FFFFFF;
  background-image:url("../img/mail/mail-stripes.png");
  background-position:0 0;
  background-repeat:repeat no-repeat;
  background-size:45px 6px;
  border-top-width:0;
}

.mail-popup-correo hr {
  margin: 5px 0 15px 0;
  border: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #ffffff;
}

.mail-popup {
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  padding: 30px;
  background-color:#FFFFFF;
}

.mail-popup-maxi {
  position: relative;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  padding: 30px;
  background-color:#FFFFFF;
}

/* JQUERY - SORTABLE */
.sortable { list-style-type: none; margin: 0; padding: 0; cursor: move;}
.sortable li { margin: 0 3px 3px 0px; padding: 0.4em; height: 18px; }
.sortable li span { position: absolute; margin-left: -1.3em; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #f0f0f0;
  -webkit-border-radius: 4px 4px;
     -moz-border-radius: 4px 4px;
          border-radius: 4px 4px;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

/* COLORPICKER */

.color .add-on,
.color .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 6px;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* SOCIAL */
.facebook {
	background-image: url("../img/icons/facebook.png");
	background-repeat: no-repeat;
	background-position:15px 15px;
	padding-right: 20px;
	height: 70px;
}

.facebook .fb_count {
	font-size: 45px;
	font-weight: bold;
	color:#3b5998;
	line-height: 30px;
}

.twitter {
	background-image: url("../img/icons/twitter.png");
	background-repeat: no-repeat;
	background-position:15px 15px;
	padding-right: 20px;
	height: 70px;
}

.twitter .twitter_count {
	font-size: 45px;
	font-weight: bold;
	color:#5dd7fc;
	line-height: 30px;
}

#footer {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}

@media (max-width: 980px) {
/* Enable use of floated navbar text */
.navbar-text.pull-right {
float: none;
padding-left: 5px;
padding-right: 5px;
}

}

@media (max-width: 480px) {

  /* LOGIN */

article.login {
  position: relative;
  overflow: auto;
}
article.login .container {
  width:99%;
  padding: 0 auto;
  background: #d7d7d7;
  border: 0;

}
article.login .container .login-logo {
  width: 100%;
 text-align: center;
}
article.login .container .login-logo img {
  width: 270px;
}
article.login .container .login-logo .brand {
  
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
  
}

article.login .container form {
  width: 230px;
  background-color: #ffffff;
margin: 10px auto;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.2);
       -moz-box-shadow: 0 3px 8px rgba(0,0,0,.2);
            box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
article.login .container form:before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 12px 12px 12px 12px;
  content: "";
  height: 0;
  top: -24px;
  left: 125px;
  position: absolute;
  width: 0;
}

article.login .container form input[type="text"],
article.login .container form input[type="password"] {
  width: 150px;
  font-weight: bold;
  background-color: #ffffff;
}


	/* MEDIA */

	.media-grid{margin: 0 auto; zoom:1;}.media-grid:before,.media-grid:after{display:table;content:"";zoom:1;}
	.media-grid:after{clear:both;}
	.media-grid li{display:inline; margin: 0 auto; }
	.media-grid a {float:left; width: 100px; height: 100px; text-align:center; padding:5px 4px 4px 4px; margin:0px 5px 18px 5px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}.media-grid a img{display:block;}
	.media-grid a:hover{border-color:#0069d6; -webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}
	.media-grid .thumbnail_centro { margin: 0 auto;}
	.media-grid section { padding:20px 0;}
	
	
}

/* CHAT */


.msg_chat_list .in, .msg_chat_list .out {
  margin: 10px 0;
  max-width: 80%;
  clear: both;
}

.msg_chat_list .in {
  float: left;
  margin-right: auto;
  padding: 6px; /*position within the border*/
  
  border: 1px solid #D6E9C6;
  border-radius: 5px 5px 5px 0px; 
  -webkit-border-radius: 5px 5px 5px 0px;
  -moz-border-radius: 5px 5px 5px 0px;
  -o-border-radius: 5px 5px 5px 0px;
  -ms-border-radius: 5px 5px 5px 0px;
  background: #DFF0D8;
}


.msg_chat_list .out {
  float: right;
  margin-left: auto;
  text-align: right;
  padding:6px;

  border: 1px solid #BCE8F1;
  border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 5px 0px 5px;
  -moz-border-radius: 5px 5px 0px 5px;
  -o-border-radius: 5px 5px 0px 5px;
  -ms-border-radius: 5px 5px 0px 5px;
  background-color: #D9EDF7;

}

.msg_chat_name {
  margin-bottom: 4px;
  padding: 4px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.msg_chat_name_titulo {
  font-size:18px;
}
.msg_chat_input {
  margin: 10px 0px;
}

.msg_chat_list {
  max-height: 400px;
  overflow: auto;
  padding: 0 20px 0 10px;
  min-height: 100px;
}


/* CUADRICULA GRID MASONRY */

.grid-sizer { width: 20%; }
.caja { width: 20%; }
.caja .caja-box { 
  margin: 10px 10px; 
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}

.caja .caja-box::after {
  clear: both;
  display: block;
  content: '';
}

.caja .imagen{
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.caja .imagen i {
  font-size: 55px;
  padding:15px;
}


.caja .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.caja .box-titulo {
margin-bottom: 0;
font-size: 13px;
text-overflow: ellipsis;
overflow: hidden;
}

.caja .fm-group {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

.caja .fm-toggle {
  padding: 1px 4px;
  line-height: normal;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.caja .fm-menu {
  min-width: 120px;
}

.caja .fm-menu a {
  font-size: 12px;
  color: #333;
}

.caja .fm-menu i {
  margin-right: 7px;
  color: #999;
  width: 16px;
  font-size: 13px;
}
.caja small {
  line-height: 25px;
  color: #999;
}

.box-titulo {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1080px) {
.grid-sizer { width: 25%; }
.caja { width: 25%; }

}

@media (max-width: 920px) {
.grid-sizer { width: 50%; }
.caja { width: 50%; }

}

@media (max-width: 1024px) {
.caja .imagen i {
  font-size: 45px;
  padding:15px;
}

}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}