@import url("webfonts/Lato_Regular/stylesheet.css");
@import url("webfonts/Lato_Black/stylesheet.css");
@import url("webfonts/Lato_Bold/stylesheet.css");

#linea-header {
	background-color: #1E8F39;
	float: left;
	height: 4px;
	width: 100%;
}

#encabezado {
/* 	padding: 10px; */
	background-color: white;
	height: 80px;
}
#logo {
	float: left;
	padding: 8px;
}
#encabezado-redes {
	float: right;
	color: #909193;
	font-size: large;
	padding-top: 45px;
	padding-right: 10px;
}
#encabezado-redes a {
	color: #909193;
}

em {
	background-color: yellow;
}

h1 {
	color: #00334e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top:2px;
	font-family: "Lato Black";
}

.menu-text {
	font-size: 11px;
	font-family: "Lato Regular";
	font-weight: bold;
}

.nav > li > a {
	padding: 15px 7px;
}

.site-index {
	background-color: #F5F5F5;
}

.gris {
	color: #8F9092;
}


.quitar-filtro {
	background-color: white;
	margin: 0;
	padding: 2px 2px 1px 2px;
}
.texto-quitar-filtro {
/* 	font-weight: bold; */
/* 	display: inline-block; */
/* 	padding-left: 4px;  */
}

.rojo {
	color: #C70039;
	padding-top: 3px;
}

.table-gridview {
	border: none;
}

.right-left {
    padding: 10px;
}

.container {
	max-width: 960px; 
}

.agregaciones {
	font-size: 12px;
	margin-left: 10px;
}

.titulo-grilla {
/* 	padding: 6px 5px 4px 0px; */
}

.contenido-column-detalle {
	font-size: 12px;
/* 	padding: 0px 4px 4px 4px; */
/* 	margin: -10px 0px 0px 0px; */
}

.contenido-column {
	background-color: white;
/* 	padding: 0; */
/* 	margin-right: 0; */
}

.filtros {
/* 	color: #18354F; */
	color: red;
	font-weight:bold;
}

.titulo-grilla-registro {
	color: #00334e;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Lato Black";
	margin: 2px;
}

.separador-grilla-registro {
/* 	border-style: solid #8F9092; */
	border-top: 1px solid #E2E2E2;
}

.organismo-grilla {
/* 	color: #244384; */
}

.item-grilla {
	color: #244384;
}

.cbx-container {
	margin-bottom: 13px; 
}

#cant-elementos {
	color: #379039;
	font-weight: bold;
}
#max-elementos {
	color: red;
}

.body-busqueda {
	padding: 10px;
	background-color: #F5F5F5;
}


.row-busqueda {
/* 	background-color: red !important; */
/* 	border-radius: 10px !important; */
/* 	padding: 3px; */
/* 	border-radius: 10px 0 0 10px; */
/* 	-moz-border-radius: 10px 0 0 10px; */
/* 	display: table-row; */
/* 	border-top-left-radius: 10px; */
/*      border-bottom-left-radius: 10px; */
}
.link-faceta { 
	color: #244384;
}
.faceta {
	padding-top: 10px;
}
.label-agregaciones {
	font-size: 14px;
}

.options-inline {
	margin: 0;
}	
.options-inline > .radio {
	display: inline !important;
	width: auto !important; 
	margin: 0px 10px 0px 0px !important;
}
.options-inline > .radio > label > input {
	margin-top: 1px !important;
}
.con-opcions {
	margin-bottom: 0px !important;
}

/* SOBREESCRITURA BOOTSTRAP 3.5 */
.navbar {
    border-radius: 0px;
}

.navbar {
	margin: 0;
	padding: 0;
	border: none;
}

.navbar-inverse {
    background-color: #2C477E;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.img-logo-movil {
	padding: 8px 15px;
}

#nav-pjrn {
/* 	padding: 0; */
}



#menu-lateral {
	float: left;
	margin-right: 15px;
}

#button-menu-lateral {
	float: right;
	margin: 5px;
	
}

#id-menu {
	width: 250px;
}






