
/* CSS Document */

[class*="col-"]
{
	background-color:#FFF;
}
/* cb bs */

/*banners*/

.rTable {
		    	display: table;
		    	width: 100%;
		}
		.rTableRow {
		    	display: table-row;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #ddd;
		}
		.rTableCell, .rTableHead {
		    	display: table-cell;
		    	padding: 3px 10px;
		    	border: 1px solid #999999;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #ddd;
		    	font-weight: bold;
		}
		.rTableFoot {
		    	display: table-footer-group;
		    	font-weight: bold;
		    	background-color: #ddd;
		}
		.rTableBody {
		    	display: table-row-group;
		}


.listado_pdfs tr
{
	padding-bottom:.5rem;
	border-bottom:1px solid #ccc;
	margin-bottom:1rem;
	margin-top:.5rem;
}

.fondo_total
{
	position:fixed;
	top:0px;
	left:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0.5;
	z-index:1000;
	display:none;
}

.modal_plus
{
	z-index:1500;
	position:fixed;
	left:0px;
	top:10%;
	width:100%;
	background-color:#036;
	color:#FFF;
	font-size:1.1rem;
	text-align:center;
	padding:1rem;
	display:none;
}

.boton_plus
{
	background-color:#CCC;
	color:#333;
	padding:.6rem;
	text-align:center;
	cursor:pointer;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:.5rem;
	cursor:pointer;
	border-radius:.5rem;
}
.boton_plus:hover
{
	background-color:#333;
	color:#FFF;
}

.fila
{
	display:table;clear:both;width:100%;margin-bottom:10px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {float:left;min-height:1px; background-color:#FFF}





.buscar
{
	width:12vw;
}

.destacados
{

	padding-bottom:0.5rem;
	width:100%;
	border-bottom:1px solid #ddd;
	margin-bottom:1.1rem;
}

.destacados .central
{
	float:left;
	width:70%;
	margin:auto;
	border:0px;
}
.destacados .laterales
{
	float:left;
	width:28%;
	padding-top:0.9rem;
}

.destacados .laterales .contenido
{
	width:95%;
	margin:auto;
}
.destacados .central .izda
{
	width:35%;
	float:left;
	margin-right:1.5rem;
	
}
.destacados .central .dcha
{
	width:60%;
	float:left;
}


.articulos
{
}
.destacados .cabecera h3
{
	width:20%;
	font-size:1.2em;
	font-weight:600;
	border-bottom:2px solid #333;
	border-bottom-width:20%;
	padding-bottom:3px;
	margin-bottom:6px;
}
		  
filae
{
	
}
.urgente
{
	border-bottom:1px solid #ccc;
	margin-top:1.2rem;
	margin-bottom:1rem;
}
.info_urgente
{
	float:left;
	margin-right:1rem;
	background-color:#036;
	color:#FFF;
	width:10%;
	padding:0.3rem;
	text-align:center;
}
.titu_urgente
{
	font-size:1rem;
	font-weight:700;
	float:left;
	padding:0.3rem;
	text-align:left;
}
body
{
	/*font-family:"Roboto", Sans-serif;*/
	font-family:'playfair display', serif;
	font-size:1em;
	line-height:1.4em;
	border:0px;
	margin:0px;
	padding:0px;
}

input
{
	background-color:#09F;
	padding:4px;
	font-size:1.1em;
	color:#333;
	border:0px solid #ccc;
	width:100%;
	margin-top:1px;
}

input:focus
{
	border:0px solid #333;
	background-color:#DDD;
}



.contenedor_pop
{
	background-color:#333;
	padding:5%;
	width:50%;
	position:fixed;
	top:10px;
	left:10px;
	border-radius:5px;
	color:#FFF;
	display:none;
	z-index:2;
	-webkit-box-shadow: 10px 10px 24px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 10px 10px 24px 0px rgba(0,0,0,0.27);
box-shadow: 10px 10px 24px 0px rgba(0,0,0,0.27);
}



.botonp
{
display: block;
background-color: #FC6;
color: #333;
padding: 3px;
font-size: 0.9em;
cursor: pointer;
margin-top: .5rem;
}

#menu_top
{
	overflow:auto;
	width:90%;
}

#logo_top
{
	margin-top:10px; margin-bottom:10px; cursor:pointer
}

.barra_top
{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#F60;
	color:#fff;
	font-family:'Merryweather', Georgia, Sans-serif;
	margin:0px;
	z-index:100000;
	box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.3);	
}

.barra_top_menu
{
	width:100%;
	background-color:#F60;
	color:#FFF;
	padding:10px;
	margin-left:-5px;
	z-index:10;
	display:none;
	border-top:1px solid #ccc;
}

.barra_top_menu ul li
{
	list-style:none;
	margin-bottom:8px;
	border-bottom:1px solid #fff;
	width:50%;
	cursor:pointer;
}

.barra_top_menu ul li:hover
{
	background-color:#FC0;
}

.barra_top_menu ul li a
{
	text-decoration:none;
	font-family:'Merryweather', Georgia, Sans-serif;
	font-size:1.9rem;
	color:#fff;
	cursor:pointer;
}

.barra_top_oculto
{
	
	visibility:hidden;
}
.bloque_cabecera
{
	
}
.bloque
{
	width:100%;
	display:block;
}
.bloque::after
{
	clear:both;
}

.navbar {
          width: 50px;
          display: inline;
          margin:auto;
		  float:left;
		  cursor:pointer;
		  
}
.navbar div
{
	width: 30px;
    height: 4px;
    background-color: #333;
    margin: 4px 0;
}
.cabecera_social
{
	font-size:1em;
	padding:5px;
}
.cabecera_social .servicios
{
	float:left;
	margin-right:10px;
	vertical-align:middle;

}
.cabecera_social .social
{
	float:right;
	margin-right:10px;
	vertical-align:middle;
}
	.apartado_nav
	{
		font-size:1.2rem;
	}
	.apartado_nav li
	{
		padding-bottom:0.5rem;
		padding-top:0.3rem;
		padding-left:0.3rem;
		background-color:#FFF;
		color:#333;
	}
	.apartado_nav ul li:hover
	{
		background-color:#FFF;
	}

.panel_secciones
{
	z-index:99990;
	position:fixed;
	background-color:#979485;
	top:0px;
	left:0px;
	width:50%;
	min-width:340px;
	height:100%;
	overflow:auto;
	display:none;


}

.panel_secciones ul
{
		padding:10px;
		list-style:none;
		color:#FFF;
}
.panel_secciones ul li
{
	border-bottom:1px solid #333;
		padding-bottom:0.2rem;
		font-family:'Roboto',Sans-serif;
		font-size:1.2rem;
	
}

.panel_secciones ul li:hover
{
		background-color:#333;
		color:#FFC;
}
.panel_secciones ul li a
{
	text-decoration:none;
	color:#FFF;
}

.ul_subnivel
{
	background-color:#97948A;
	padding:10px;
}
.banner_mov{
	margin-top:1rem;
	margin-left:.3rem;
}

