

	.formularios-lt10 .form-control {
		display:inline-block;
	}
	.formularios-lt10 input.form-control {
		width:50%;
	}
	.formularios-lt10 textarea.form-control {
		width:50%;
	}
	.cke-lt10{
		margin-left:25%;
		
	}
	.cke_button__linkleermas_label
    {
        display : inline !important; /*show the text label*/
    }
	.cke_button__linkleermas_icon{
		display: none !important; /*without icon*/
	}

	.cke_button__btnspace_icon
	{
		display: none !important; /*without icon*/
	}

	.cke_button__btnspace_label
	{
		display : inline !important; /*show the text label*/
	}

	.bloque-informativo{
		width: 102.7%;
		min-height: 70px;
		font-size: 13px;
		color: #fafafa;
		background-color: rgba(72,127,48,.8);
		margin-top: -15px;
		margin-bottom: 13px;
		margin-left: -15px;
		padding-left: 16px;
		padding-top: 5px;
		line-height: 25px;
		font-weight: 600;
	}
	.bloque-informativo h5{
		margin: 0;
		margin-top:5px;
		margin-bottom:10px;
	}
	.formularios-lt10 select.form-control {
		width:50%;
	}
	.formularios-lt10 label.form-label {
		 margin-bottom: 0;
	  	 padding-top: 7px;
		 font-weight: normal;
	}
	.botonera{
		 text-align:right;
		 background-color: #f5f5f5;
	   	 padding:10px;
	   	 border: 1px solid;
	   	 border-color: #ddd;
	}
	.header-lt10{
		 text-align:left;
		 background-color: #f5f5f5;
	   	 padding:10px;
	   	 border: 1px solid;
	   	 border-color: #ddd;
	}
	.header-lt10:first-of-type{
		margin-top:0px;
	}
	.footer {
	    background-color: #f5f5f5;
	    bottom: 0px;
	    height: 40px;
	    width:100%;
	  	position:relative;
	 	bottom: -webkit-calc(-100% + 40px);
	  	bottom:calc(-100% + 40px);
	    padding-left:190px;
	}
	.tabla-lt10{
		border: 1px solid #ddd;
		max-width: 100%;
   		width: 100%;
   		border-collapse: collapse;
   		border-spacing: 0;
   		background-color: transparent;
	}
	
	.tabla-lt10 thead {
		width:50%;
		background-color: #337ab7;
   		color: #fff;
	}
	.tabla-lt10 > tbody > tr > th, .tabla-lt10 > tfoot > tr > th, .tabla-lt10 > thead > tr > td, .tabla-lt10 > tbody > tr > td, .tabla-lt10 > tfoot > tr > td {
		border-top: 1px solid #ddd;
   		line-height: 1.42857;
    	padding: 4px;
   		vertical-align: top;
	}
	.tabla-lt10 > thead > tr > th {
		border-top: 1px solid #ddd;
   		line-height: 1.42857;
    	padding: 8px;
   		vertical-align: top;
	}
	.mensajes-logon{
		display: block;
	    position: absolute;
	    width: 100%;
	    left: 0;
	}
	
	.nav-tabs { 
		border-bottom: 2px solid #DDD; 
	}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
   		border-width: 0; 
    }
    .nav-tabs > li > a { 
  		border: none; 
  		color: #666; 
    }
	.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
		border: none; 
		color: #337ab7 !important; 
		background: transparent;
	}
	.nav-tabs > li > a::after { 
		content: ""; 
		background: #337ab7; 
		height: 2px; 
		position: absolute; 
		width: 100%; 
		left: 0px; 
		bottom: -1px; 
		transition: all 250ms ease 0s; 
		transform: scale(0); 
	}
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
	    transform: scale(1); 
    }
	.tab-nav > li > a::after { 
		background: #21527d none repeat scroll 0% 0%; 
		color: #fff; 
	}
	.tab-pane { 
		padding: 0px 0; 
	}
	.tab-content{
		padding:0px;
		margin-top:15px;
	}
	
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		color: #262626;
		text-decoration: none;
		background-color: #e1e1e1;
	}
	
	.toggle {
    height: 32px;
}
.toggle input[type="checkbox"], .toggle input[type="radio"] {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    text-indent: -100000px;
    width: 0;
}
.toggle .handle {
    background-color: #fff;
    border-radius: 19px;
    box-shadow: 0 0 0 1px #b8bfc8 inset;
    display: block;
    height: 32px;
    left: 0;
    position: relative;
    top: -20px;
    width: 50px;
}
.toggle .handle::after, .toggle .handle::before {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 0 1px #b8bfc8 inset, 1px 1px 1px #c7ccd3;
    content: "";
    display: block;
    height: 30px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
}
.toggle input[type="checkbox"]:disabled + .handle, .toggle input[type="checkbox"]:disabled + .handle::after, .toggle input[type="checkbox"]:disabled + .handle::before, .toggle input[type="radio"]:disabled + .handle, .toggle input[type="radio"]:disabled + .handle::after, .toggle input[type="radio"]:disabled + .handle::before {
    background-color: #e6e9ed;
    opacity: 0.6;
}
.toggle input[type="checkbox"]:checked + .handle::before, .toggle input[type="radio"]:checked + .handle::before {
    background-color: #a0d468;
    width: 50px;
}
.toggle input[type="checkbox"]:checked + .handle::after, .toggle input[type="radio"]:checked + .handle::after {
    box-shadow: 0 0 0 1px #f5f7fa inset, 1px 1px 1px #c7ccd3;
    left: 20px;
}

.file-row{
	border-top: 1px solid #ddd;
    padding-top: 15px;
}

.recuadro-drag-drop{
	border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    min-height: 75px;
    cursor: pointer;
    padding-top: 2%;
    text-align: center;
}


*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.treeview .list-group-item {
    cursor: pointer;
}
.treeview .list-group-item {
    cursor: pointer;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.fa-5{
	font-size: 5em !important;
	padding:16px !important;
}
.fa-2{
	font-size: 2em !important;
	padding:16px !important;
}
.label-lt10 {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

/* PUBLICACION DE CONTENIDO */
.grilla-publicacion{
	width: 59%;
	float: left;
  	margin-left: 0;
  	margin-right: .5%;
  	border: 1px solid #CDCDCD;
  	min-height: 20rem;
  	padding: .2rem;
}

.grilla-publicacion .container{
	width:100%;
	font-size: 1.5em;
}
.grilla-publicacion .container .clearfix{
  	min-height: 4rem;
  	/*border: 1px solid #CCC;*/
  	margin-bottom: 1rem;  	
}

.grilla-publicacion .container .clearfix .col-4,
.grilla-publicacion .container .clearfix .col-3,
.grilla-publicacion .container .clearfix .col-6,
.grilla-publicacion .container .clearfix .col-9{
	float:left;	
	margin: .1%;	
	padding: 5px;
	min-height: 6rem;	
}

.grilla-publicacion .container .clearfix .col-3{
	width: 24%;
}
.grilla-publicacion .container .clearfix .col-4{
	width: 33%;
}
.grilla-publicacion .container .clearfix .col-6{
	width: 49%;
}
.grilla-publicacion .container .clearfix .col-9{
	width: 73%;		
}

.grilla-publicacion .container .clearfix .col-9 .clearfix .col-3{
	width: 33%;
} 
.grilla-publicacion .container .clearfix .col-3.colspan .clearfix div > div.modulo.editorial{
	min-height: 24.5rem;
}


.grilla-publicacion .container .clearfix .colspan-complemento{
	background-color: #5DAAFF;
}
.grilla-publicacion .container .clearfix .col-3.colspan{
	background-color: #1D65B2;
	width: 26%;
 	min-height: 480px;

}

.grilla-publicacion section{
  	width: 95%;
  	margin-left: auto;
  	margin-right: auto;
  	min-height: 10rem;
  	border: 1px solid #CCC;
  	margin-bottom: 2rem;
  	border-top: none;
}
.grilla-publicacion section#section-gris-home  .header-section{
	  border-top: 3px solid #4c4c4c;
	 	  
}
.grilla-publicacion section#section-gris-home  .header-section h2{
	margin-top:10px;
	font-size: 15px;
}
.grilla-publicacion section#section-gris-home  .header-section h2 a{
	 color: #4c4c4c;
	 font-size: 15px;
}

.grilla-publicacion section#section-deportes-home  .header-section{
	  border-top: 3px solid #579B31;
	 	  
}
.grilla-publicacion section#section-deportes-home  .header-section h2{
	margin-top:10px;
	font-size: 15px;
}
.grilla-publicacion section#section-deportes-home  .header-section h2 a{
	 color: #579B31;
	 font-size: 15px;
}

.grilla-publicacion section#section-espectaculos-home .header-section{
  	border-top: 3px solid #F6921E;
}

.grilla-publicacion section#section-espectaculos-home .header-section h2{
	margin-top:10px;
	font-size: 15px;
}
.grilla-publicacion section#section-espectaculos-home .header-section h2 a{
	color: #F6921E;
	font-size: 15px;	
}

.grilla-publicacion section#section-espectaculos-violeta-home .header-section{
  	border-top: 3px solid rgb(80,0,80);;
}

.grilla-publicacion section#section-espectaculos-violeta-home .header-section h2{
	margin-top:10px;
	font-size: 15px;
}
.grilla-publicacion section#section-espectaculos-violeta-home .header-section h2 a{
	color: rgb(80,0,80);
	font-size: 15px;	
}

.grilla-publicacion section .container{
	min-height: 0 !important;	
}

.grilla-publicacion .modulo{
	min-height: 10em;
  	border: 1px solid rgb(169, 169, 169);
  	padding: 5px;
  	font-size: 13px;
  	/*color: rgb(231, 76, 60);*/
  	background-color: #fafafa;
  	position: relative;
}

.grilla-publicacion .modulo a{
	position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 29px;
    padding: 3px;
}

.grilla-publicacion .modulo a.btn-info{
	top:29px;
}

.grilla-publicacion .modulo.publicidad{
	background-color: #fafafa;
	color:#333;
}

.grilla-publicacion .modulo.inhabilitado{
	background-color: #7f8c8d ;
	color: #fafafa;
}

.grilla-publicacion .col-6.pub-m1x3 .modulo{
    height: 290px;
}
.grilla-publicacion .col-6.omega.pub-m1x3 .modulo{
	min-height: 90px;
	height: 90px;
}

/*.grilla-publicacion .modulo.publicidad.empty{
	color: #333;
}*/

.grilla-publicacion .modulo.editorial{
	background-color: #2c3e50 !important;
	color: #fafafa !important;
}

.grilla-contenido-disponible{
	position: fixed;
  	right: 2%;
  	width: 33%;
  	border: 1px solid rgb(205, 205, 205);
  	height:70%;
  	background-color: rgb(250, 250, 250);
  	box-shadow: 0px 0px 10px 1px rgb(200, 200, 200);
  	border-radius: 4px;
}

.grilla-contenido-disponible h4{
	margin-left: 10px;
	font-size: 16px;
	font-weight: 600;
}

.grilla-contenido-disponible .lista-disponibles{
	list-style: none;
	padding: 0px;
	height: 190px;
	overflow-y: auto;
}

.grilla-contenido-disponible .lista-disponibles li{
	padding: 5px;
	background-color: #ECECEC;
	border-bottom:1px solid #CDCDCD;
	cursor:move;
	transition: background .2s ease;
	text-overflow: ellipsis;
}
.grilla-contenido-disponible .lista-disponibles li p {
	text-overflow: ellipsis;
    margin: 0;
    max-height: 60px;
    overflow: hidden;    
}
.grilla-contenido-disponible .lista-disponibles li:hover{
	background-color: rgba(236, 236, 236, 0.3);
}

.grilla-contenido-disponible .controles{
	width: 100%;
	min-height: 34px;	
	margin-top:3px;
	margin-bottom: 3px;
	padding-right: 3px;
}


#buscador-noticias{
	margin: 10px;
}

.noticia-draggable{
	margin-right: 27px;
	border: 1px dashed transparent;
    padding: 2px 5px;
}
.noticia-draggable:hover{
	cursor: move;
	border: 1px dashed green;
    
}

.modulo.publicidad.minimizado{
	min-height: 8px;
	height: 8px;
}

/* FIN PUBLICACION DE CONTENIDO */

/* CHECKBOX OCULTAR COLUMNAS DE TABLAS */
.lbl-ocultar-columnas{
	font-weight: normal;
    margin-right: 10px;
}

/* FIN  CHECKBOX OCULTAR COLUMNAS DE TABLAS */


/************* SIDEBAR **********************/
@media (min-width: 768px){
	.navbar-nav > li > a {
	    padding-top: 7px;
	    padding-bottom: 7px;
	}
}

.side-nav>li>ul>li>a {
    padding: 5px 15px 5px 28px;
}
/************* FIN: SIDEBAR *****************/

