/* ==========================================================================
   @typography
   ========================================================================== */
@font-face {
	font-family: 'LatoWeb';
	src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'LatoWebLight';
    src: url('fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* ==========================================================================
   estructura
   ========================================================================== */
html {
    overflow-y:scroll;
}
html, body, .contenido {
  height: 100%;
}
/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font: inherit;
}
/* Basic */
body {
	font-family: 'LatoWeb';
	font-size:0.9em;
    color:#2c2c2c;
}
ul, ul ul {
    margin-top:0px;
    margin-bottom:0px;
}
ul ul li {
    list-style-type:square;
}
a:link, a:visited, a:active {
    color:#039;
    text-decoration:none;
}
a:hover {
    color:#039;
    text-decoration:none;
}
p {
    margin:15px 0 !important;
}
/*header*/
header{
	margin:0;
}
/* Menú 1 */
#fondo_menusup {
    /*background-color:#DDD;*/
	background-color: #f8953f;
    min-height:30px;
    border:0px;
	width:100%;
}
#menusup {
    /*width:1050px;*/
	width:80em;
    height:30px;
    line-height:30px;
	margin-right:auto;
	margin-left:auto;
}
#navbar-header {
	margin-right:0px;
	margin-left:0px;
}
#fecha_hoy {
    text-align:left;
    float:left;
    line-height:inherit;
    font-size:inherit;
    height:inherit;
    padding:inherit;
    color:#333;
    margin-left:40px;
}
#menusup #navbar-header #fecha_hoy p{
	line-height:1px;
	float:left;
	padding-right:4.5em;
}
/* cabezal logo */
#fondo_cabezal {
	background-color:#EEE;
	height:7em;
	width:100%;
	text-align:center;
}

.logotipo {
    /*padding:6px;*/
    width:90%;
	line-height: 5em;
	margin: 0 auto;
	text-align:left;
}
.img-responsive {
    display:inherit;
	vertical-align:middle;
}
/* Menú 2 */
.separador{
	clear:both;
	height:0px;
}
#divmenu {
    background:transparent url(../imagenes/fondo_menu.jpg);
    min-height:33px;
    border:0px;
	width:100%;
	padding:0;
	text-align:center;
}

#menu{
	display:block;
	position:relative;
    left:-1.5em;
}

#menu li{
	display: inline-block;
	position: relative;
	z-index:100;
	width:12.5em;
	margin:0;
}

#menu li:first-child{margin-left:0;}

#menu li a {
	font-weight:600;
	text-decoration:none;
	padding:8px;
	display:block;
	color:#2c2c2c;
	-webkit-transition: all 0.2s ease-in-out 0s;
	   -moz-transition: all 0.2s ease-in-out 0s;
	   -o-transition: all 0.2s ease-in-out 0s;
	   -ms-transition: all 0.2s ease-in-out 0s;
	   transition: all 0.2s ease-in-out 0s;
}

#menu li a:hover, #menu li:hover > a{
	color:#ffffff;
	/*background:#a8ce5f;*/
}
/* aquí colocamos color diferente a cada ítem del menú */
/*módulos*/
#menu .tab_modulos a{
	border-top:4px solid #da251d;
	/*background:#da251d;*/
}
#menu .tab_modulos a:link{
	color:#2c2c2c;
}
#menu .tab_modulos a:hover{
	/*color:#fff;*/
	background-color: #da251d;
	background-image: url(../imagenes/bot_modulos.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*para no repetir el color en el submenúcolor*/
#menu .tab_modulos ul li a{
	border-top:1px solid #ffffff;
	/*background:#fff;*/
}
#menu .tab_modulos ul li a:link{
	color:#595959;
}
#menu .tab_modulos ul li a:hover{
	background:#ffe6db;
	border-left:3px solid #da251d;
	color:#797979;
}
/*pagos*/
#menu .tab_pago a{
	border-top:4px solid #00923f;
}
#menu .tab_pago a:link{
	color:#2c2c2c;
}
#menu .tab_pago a:hover{
	color:#fff;
	background-color: #00923f;
	background-image: url(../imagenes/bot_pago.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu .tab_pago ul li a{
	border-top:1px solid #ffffff;
}
#menu .tab_pago ul li a:link{
	color:#595959;
}
#menu .tab_pago ul li a:hover{
	background:#dbffc3;
	border-left:3px solid #00923f;
	color:#797979;
}

/*trámites*/
#menu .tab_tramites a{
	border-top:4px solid #974578;
}
#menu .tab_tramites a:link{
	color:#2c2c2c;
}
#menu .tab_tramites a:hover{
	color:#fff;
	background-color: #974578;
	background-image: url(../imagenes/bot_tramites.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#menu .tab_tramites ul li a{
	border-top:1px solid #ffffff;
}
/*servicios*/
#menu .tab_servicios a{
	border-top:4px solid #e77817;
}
#menu .tab_servicios a:link{
	color:#2c2c2c;
}
#menu .tab_servicios a:hover{
	color:#fff;
	background-color: #e77817;
	background-image: url(../imagenes/bot_servicios.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu .tab_servicios ul li a{
	border-top:1px solid #ffffff;
}
#menu .tab_servicios ul li a:link{
	color:#595959;
}
#menu .tab_servicios ul li a:hover{
	background:#ffe5c2;
	color:#595959;
	border-left:3px solid #e77817;
}
/*tarifas*/
#menu .tab_tarifas a{
	border-top:4px solid #fff500;
}
#menu .tab_tarifas a:link{
	color:#2c2c2c;
}
#menu .tab_tarifas a:hover{
	color:#fff;
	text-shadow: 0.1em 0.1em 0.05em #e77817;
	background-color: #fff500;
	background-image: url(../imagenes/bot_tarifas.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu .tab_tarifas ul li a{
	border-top:1px solid #ffffff;
}
/*transp*/
#menu .tab_transp a{
	border-top:4px solid #0093dd;
}
#menu .tab_transp a:link{
	color:#2c2c2c;
}
#menu .tab_transp a:hover{
	color:#fff;
	background-color: #0093dd;
	background-image: url(../imagenes/bot_transparencia.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu .tab_transp ul li a{
	border-top:1px solid #ffffff;
	text-align:left;
}

#menu .tab_transp ul li a:link{
	color:#595959;
}
#menu .tab_transp ul li a:hover{
	background:#d9f3fb;
	border-left:3px solid #0093dd;
	color:#797979;
}
/**//**/
/* aquí configuramos las opciones de cada elemento del submenú */
#menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width:12.5em;
	position: absolute;
	top: 40px;
	left: 0px;
	background: #ffffff;
}

#menu ul li {
	display:block;
	float: none;
	background:none;
	margin:0;
	padding:0;
}
#menu ul li a {
	font-size:14px;
	font-weight:normal;
	display:block;
	color:#595959;
	border-left:3px solid #ffffff;
	background:#ffffff;
}

#menu ul li a:hover, #menu ul li:hover > a{
	background:#f0f0f0;
	/*border-left:3px solid #9CA3DA;*/
	color:#797979;
}

#menu li:hover > ul{ display: block;}
#menu ul ul {left: 149px;
	top: 0px;
}
#menu .tab_pago {
	/*text-align: center;*/
}
#menu .tab_modulos ul li {
	text-align: left;
}
#menu .tab_pago ul li {
	text-align: left;
}
#menu .tab_servicios ul li {
	text-align: left;
}
/**/
#content #espacio1 {
	clear:both;
	background-color: #FFFFFF;
	height: 20px;
	width: 100%;
}
#content #espacio2 {
	clear:both;
	height: 10px;
	width: 100%;
}
/* CUERPO DE LA PANTALLA */
#content {
	background-image: url(../imagenes/bg_contenido.png);
	background-repeat: repeat-x;
	background-position: right top;
	margin:0;
}
/* NOTICIAS */
#content #noticias{
	width:90%;
	margin: 0 auto;
}
#content #noticias h3 {
	width:98%;
	background-color:#00A8E2;
	text-align:center;
	padding:0.5em;
	margin-left:auto;
	margin-right:auto;
}
#content #noticias #contenido50 {
	width:50%;
	float:left;
	padding: 1em;
}
#content #noticias #contenido50 h3 {
	width:100%;
	background-color:#00A8E2;
	text-align:center;
	padding:0.5em;
	margin:0px;
}
#content #noticias #contenido50 #interesante {
	width:100%;
	text-align:center;
	padding: 1em;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #59846b;
	background-color:#f5f5f5;
	font-weight: bold;
	color: #333333;
}
#content #noticias #contenido50 #interesante img {
    /*display:inherit;
	vertical-align:middle;*/
	width:80%;
	height:80%;
}

#content #noticias #contenido50 #licita {
	width:100%;
	text-align:center;
	padding-top: 0.6em;
	/*border: thin solid #c0c0c0;*/
	font-weight: bold;
	color: #333333;
}
#content #noticias #contenido50 #mapa {
	height:18em;
}
#content #noticias2{
	width:90%;
	margin: 0 auto;
	padding:0;
	text-align:left;
}
#content #noticias2 iframe{
	text-align:left;
	margin:0;
	padding:0;
	float:left;
}
/*==============================================
	Buttons
==============================================*/
.btn-lux {
	background: transparent;
	color: #232323;
	box-shadow: none;
	/*border: 1px solid #989898;*/
	border-radius: 8px;
	transition: all ease-in-out 200ms;
	padding: 0.5em 6.1em;
	font-size: 1.5em;
	margin-bottom: 5px;
}
.btn-lux:focus,
.btn-lux:hover {
  background: rgba(85, 165, 28, 0.8);
  color: #fff;
  outline: 0;
  /*border: 1px solid #a8ce5f;*/
}
.white .btn-lux,
.light-gray .btn-lux,
.inverse .btn-lux {
  color: #333;
  border-color: #333;
}
.white .btn-lux:focus,
.light-gray .btn-lux:focus,
.inverse .btn-lux:focus,
.white .btn-lux:hover,
.light-gray .btn-lux:hover,
.inverse .btn-lux:hover {
  background: #333;
  color: #fff;
  outline: 0;
}
.btn.btn-round {
  border-radius: 50px;
}
/**/

/* MENÚ INICIO */
#inicio{
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:0.7em;
}
#inicio li{
	display: inline-block;
	margin:0;
	padding-left:1em;
	padding-right:1em;
}
#inicio li a {
	text-decoration:none;
	color:#2c2c2c;
}
#inicio li a:hover, #inicio li:hover > a{
	color:#ffffff;
}
#fondo_menusup2 {
	display:none;
}
/* FIN MENÚ INICIO */

/* mapa del sitio */
.accordion {
	background-color: #f8953f;
	margin: auto;
	padding: 0.5em;
	width: 100%;
	background-image: url(../imagenes/cintas_transp.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
.accordion h1 {
	text-align: center;
}
.accordion h2 {
	color: #fff;
	cursor: pointer;
	font-size:1em;
	width: 70em;
	padding-left:5em;
}
.accordion h2, .accordion p {
	margin: 0;
}

/* Start of "Micro clearfix" */
	.cf { zoom: 1; }
	.cf:before,
	.cf:after { content: ""; display: table; }
	.cf:after { clear: both; }
/* End of "Micro clearfix" */
.section { 
	float: left;
	display: inline;
	width: 20em;
	height: 188px;
	padding:0;
	margin-left:6em;
	margin-bottom:1.2em;
}
.section li {
	color:#fff;
    list-style:none;
    text-align:left;
	list-style-position: outside;
	list-style-image: url(../imagenes/vineta01.png);
}
.submenu li {
	font-size:0.9em;
	list-style:none;
	list-style-position: outside;
	list-style-image: url(../imagenes/vineta02.png);
}
.section a, .submenu li a {
	color:#fff;
	display:block;
}
.submenu li a:hover {
	color:#444;
}
/* fin mapa del sitio */

/* PIE DE PÁGINA */
footer{
	width:100%;
	margin:0px;
	height:19em;
	background-color:#59846b;
	background-image: url(../imagenes/bg_pie_abajo.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
footer #encabezado{
	width:80em;
	height:3.125em;
	margin-right:auto;
	margin-left:auto;
}
footer #encabezado #enc_imagen {
	width:40em;
	height:inherit;
	margin: 0px;
	float:left;
}
footer #pie_central{
	width:80em;
	height:15.8em;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../imagenes/bg_pie_llave2.png);
	background-repeat: no-repeat;
	background-position: 55em bottom;
}

footer #pie_central #pie_logo {
	width:49%;
	height:inherit;
	background-image: url(../imagenes/bg_pie_logo.png);
	background-repeat: no-repeat;
	background-position: 2em 5em;
	float:left;
}

footer #pie_central #pie_logo p {
	padding-top:4em;
	padding-left:8em;
	color:#fff;
	line-height:1.4em;
	float:left;
}
footer #pie_central #pie_llave {
	width:49%;
	float:left;
	color:#fff;
}
#pie_central #pie_llave h3 {
	padding-top:1.5em;
	padding-left:21em;
}
#pie_central #pie_llave #img-face {
	margin-top:1.2em;
	margin-left:21.5em;
	margin-bottom:0px;
	float:left;
}
#pie_central #pie_llave p {
	line-height:6em;
	height:4em;
}
#pie_central #pie_llave #img-twitter {
	margin-top:0px;
	margin-left:21.5em;
	margin-bottom:0px;
	float:left;
}
#pie_central #pie_llave #twitter {
	line-height:4em;
	height:4em;
}

/* FIN PIE DE PÁGINA */
/* REDES SOCIALES */
.twitter-timeline {
	font-family: 'LatoWeb';
	font-size:0.8em;
    color:#2c2c2c;
}
/* FIN REDES SOCIALES */


/*********************************************************************************************/

@media (max-width: 1250px) and (min-width: 1025px) {
/* menú 2 */
#menu ul {
	top: 38px;
}
#menu li{
	display: inline-block;
	position: relative;
	z-index:100;
	width:12.2em;
	margin:0;
}
#menu ul li a {
	font-size:0.9em;
}
/*NOTICIAS*/
#content #noticias{
	width:99%;
	margin: 0 auto;
}
#content #noticias h3 {
	width:98%;
	background-color:#00A8E2;
	text-align:center;
	padding:0.5em;
	margin-left:auto;
	margin-right:auto;
}
#content #noticias #contenido50 {
	width:50%;
	float:left;
	padding: 1em;
}
#content #noticias #contenido50 h3 {
	width:100%;
	background-color:#00A8E2;
	text-align:center;
	padding:0.5em;
	margin:0px;
}
#view1 {
	width:40% !important;
	display:none;
}

/*licitaciones*/
#content #noticias #contenido50 #licita {
	padding-top: 0.8em;
}
.btn-lux {
	padding: 0.5em 5em;
	font-size: 1.2em;
}
/**/

}


@media (max-width: 1150px) and (min-width: 1024px) {
/* ==========================================================================
   estructura
   ========================================================================== */
   body {
		font-family: 'LatoWeb';
		font-size:0.8em;
		color:#2c2c2c;
	}
	
	/* Menú 1 */
	#fecha_hoy {
		text-align:left;
		float:left;
		line-height:inherit;
		font-size:inherit;
		height:inherit;
		padding:inherit;
		color:#333;
		margin-left:10px;
	}
/* menú 2 */
#menu ul {
	top: 38px;
}
#menu li{
	display: inline-block;
	position: relative;
	z-index:100;
	width:12em;
	margin:0;
}
#menu ul li a {
	font-size:0.9em;
}
/* cabezal logo */
#fondo_cabezal {
	background-color:#EEE;
	height:7.5em;
	width:100%;
	text-align:center;
}
.logotipo {
    padding:6px;
    width:90%;
	line-height: 5em;
	margin: 0 auto;
}
.img-responsive {
    display:inherit;
	vertical-align:middle;
}

/* PIE DE PÁGINA */
footer #encabezado #enc_imagen #img-responsive {
	position:absolute; z-index:1; width:40em; height:inherit;
}
footer #pie_central #pie_logo p {
	padding-top:4.5em;
	padding-left:7em;
	color:#fff;
	line-height:1.4em;
	float:left;
}
#pie_central #pie_llave h3 {
	padding-top:1.5em;
	padding-left:22em;
}
#pie_central #pie_llave #img-face {
	margin-top:0px;
	margin-left:22.5em;
	margin-bottom:0px;
	float:left;
}
#pie_central #pie_llave p {
	line-height:4em;
	height:3.5em;
}
#pie_central #pie_llave #img-twitter {
	margin-top:0px;
	margin-left:22.5em;
	margin-bottom:0px;
	float:left;
}
#pie_central #pie_llave #twitter {
	line-height:4em;
	height:4em;
}
/**/
/*NOTICIAS*/
#content #noticias{
	width:99%;
	margin: 0 auto;
}
#content #noticias #contenido50 {
	width:50%;
	float:left;
	padding: 1em;
}
#view1 {
	width:40% !important;
	display:none;
}

/*licitaciones*/
#content #noticias #contenido50 #licita {
	padding-top: 0.8em;
}
.btn-lux {
	padding: 0.5em 5em;
	font-size: 1.2em;
}
/**/

}

@media (max-width: 1023px) and (min-width: 801px) {
html {
	overflow-x:hidden;
}
/* MENÚ 2 */
#menu li{
	display: inline-block;
	position: relative;
	z-index:100;
	width:12em;
	margin:0;
}
/* cabezal logo */
#fondo_cabezal {
	background-color:#EEE;
	height:7.5em;
	width:100%;
	text-align:center;
}
.logotipo {
    padding:6px;
    width:90%;
	line-height: 5em;
	margin: 0 auto;
}
.img-responsive {
    display:inherit;
	vertical-align:middle;
}
/* MENÚ INICIO */
#fecha_hoy #inicio {
	display: none;
}
/**/
#fondo_menusup2 {
	background-color: #f8953f;
	min-height:30px;
	border:0px;
	width:100%;
}
#menusup2 {
	width:80em;
	height:30px;
	line-height:30px;
	margin-right:auto;
	margin-left:auto;
}

#fondo_menusup2 #menusup2 #inicio{
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:0.7em;
}

#fondo_menusup2 #menusup2 #inicio li{
	display: inline-block;
	margin:0;
	padding-left:1em;
	padding-right:1em;
}
#fondo_menusup2 #menusup2 #inicio li a {
	text-decoration:none;
	color:#2c2c2c;
}

#fondo_menusup2 #menusup2 #inicio li a:hover, #fondo_menusup2 #menusup2 #inicio li:hover > a{
	color:#ffffff;
}
/**/

/* MAPA DEL SITIO */
.accordion {
	font-size:0.9em;
}
.section { 
	float: left;
	display: inline;
	width: 13.5em;
	height: 17em;
	padding:0;
	margin-left:6em;
	margin-bottom:1.2em;
}
/* PIE DE PÁGINA */
footer{
	width:100%;
	margin:0px;
	height:15em;
	background-color:#59846b;
	background-image: url(../imagenes/bg_pie_abajo.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
footer #encabezado{
	display:none;
}
footer #pie_central{
	width:80em;
	height:14.95em;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../imagenes/bg_pie_llave2.png);
	background-repeat: no-repeat;
	background-position: 41em bottom;
}
#pie_central #pie_llave h3 {
	padding-top:1.5em;
	padding-left:9em;
}
#pie_central #pie_llave #img-face {
	margin-top:0px;
	margin-left:7.6em;
	margin-bottom:0px;
	float:left;
}
#pie_central #pie_llave p {
	line-height:3.2em;
	height:3.3em;
}
#pie_central #pie_llave #img-twitter {
	margin-top:0px;
	margin-left:7.6em;
	margin-bottom:0px;
	float:left;
}
#pie_central #pie_llave #twitter {
	line-height:3.3em;
	height:3.3em;
}

/*NOTICIAS*/
#content #noticias{
	width:99%;
	margin: 0 auto;
}
#content #noticias h3 {
	width:98%;
	background-color:#00A8E2;
	text-align:center;
	padding:0.5em;
	margin-left:auto;
	margin-right:auto;
}
#content #noticias #contenido50 {
	width:50%;
	float:left;
	padding: 1em;
}
#content #noticias #contenido50 h3 {
	width:100%;
	background-color:#00A8E2;
	text-align:center;
	padding:0.5em;
	margin:0px;
}

#view1 {
	width:40% !important;
	display:none;
}
#chat {
	width:40% !important;
}

/*licitaciones*/
#content #noticias #contenido50 #licita {
	padding-top: 0.8em;
}
.btn-lux {
	padding: 0.5em 5em;
	font-size: 1.2em;
}
/**/

}


@media (max-width:800px) {
/*@media (max-width: 800px) and (min-width: 641px) {*/
    /* ==========================================================================
   estructura
   ========================================================================== */
   body {
		font-family: 'LatoWeb';
		font-size:0.8em;
		color:#2c2c2c;
	}
html {
    overflow-x:none;
	overflow-y:none;
}
html, body, .contenido {
  height: 100%;
  height:1px !important;
}
	
	/* Menú 1 */
	#fecha_hoy {
		text-align:left;
		float:left;
		line-height:inherit;
		font-size:inherit;
		height:inherit;
		padding:inherit;
		color:#333;
		margin-left:10px;
	}
/* Menú 2 */
#divmenu {
    display:none !important;
}
/*header*/
#menusup #navbar-header #fecha_hoy p{
	line-height:1px;
	float:left;
	padding-right:1em;
	padding-left:0.5em;
	font-size:0.8em;
}
/* MENÚ INICIO */
#fecha_hoy #inicio {
	display: none;
}
/* cabezal logo */
#fondo_cabezal {
	background-color:#EEE;
	height:7.5em;
	width:100%;
	text-align:center;
}
.logotipo {
    padding:6px;
    width:90%;
	line-height: 5em;
	margin: 0 auto;
}
.img-responsive {
    display:inherit;
	vertical-align:middle;
}
/* FIN MENÚ INICIO */
#fondo_menusup2 {
	display:block;
	background-color: #f8953f;
	min-height:30px;
	border:0px;
	width:100%;
}
#menusup2 {
	width:80em;
	height:30px;
	line-height:30px;
	margin-right:auto;
	margin-left:auto;
}

#fondo_menusup2 #menusup2 #inicio{
	display:block;
	float:left;
	margin:0;
	margin-left:2em;
	padding:0;
	height:0.7em;
}

#fondo_menusup2 #menusup2 #inicio li{
	display: inline-block;
	font-size:0.8em;
	margin:0;
	padding-left:2.5em;
	padding-right:2em;
}
#fondo_menusup2 #menusup2 #inicio li a {
	text-decoration:none;
	color:#2c2c2c;
}

#fondo_menusup2 #menusup2 #inicio li a:hover, #fondo_menusup2 #menusup2 #inicio li:hover > a{
	color:#ffffff;
}
/* */
/* NOTICIAS */
#content #noticias{
	width:95%;
	margin: 0 auto;
}
#content #noticias h3 {
	width:95%;
	background-color:#00A8E2;
	text-align:center;
	padding:0.5em;
	margin-left:auto;
	margin-right:auto;
}
#content #espacio1 {
	clear:both;
	background-color: #FFFFFF;
	height: 12px;
	width: 100%;
}
#content #noticias #contenido50 {
	width:100%;
	float:left;
	padding: 1em;
}
#content #noticias #contenido50 h3 {
	width:100%;
	background-color:#00A8E2;
	text-align:center;
	padding:0.5em;
	margin:0px;
}
#content #noticias #contenido50 #mapa {
	height:18em;
}

/* mapa del sitio */
.accordion {
	display:none;
	height:1em;
	background-color: #f8953f;
	width:100%;
	clear:both;
}
/* fin mapa del sitio */ 
/* PIE DE PÁGINA */
footer{
	width:100%;
	margin:0px;
	height:11em;
	background-color:#59846b;
	background-image: url(../imagenes/bg_pie_abajo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size:0.8em;
}
footer #encabezado{
	display:none;
}
footer #pie_central{
	width:90%;
	height:8em;
	margin-right:auto;
	margin-left:auto;
	background-image:none;
}
footer #pie_central #pie_logo {
	width:60%;
	height:inherit;
	font-size:0.8em;
	background-image: url(../imagenes/bg_pie_logo_ch.png);
	background-repeat: no-repeat;
	background-position: 0em 3em;
	float:left;
}
footer #pie_central #pie_logo p {
	padding-top:1.2em;
	padding-left:4em;
	color:#fff;
	line-height:1.3em;
	float:left;
}
footer #pie_central #pie_llave {
	width:39%;
	padding-left:1em;
	float:left;
	color:#fff;
	font-size:0.8em;
}
#pie_central #pie_llave h3 {
	display:none;
}

#pie_central #pie_llave p {
	line-height:4em;
	width:100%;
	height:2.5em;
	color:#59846b;
}
#pie_central #pie_llave #img-face {
	margin-top:0px;
	margin-left:2em;
	margin-bottom:0px;
	position:absolute; z-index:1;
	height:4em;
	float:left;
}

#pie_central #pie_llave #twitter {
	line-height:4em;
	height:1.1em;
	width:100em;
}
#pie_central #pie_llave #img-twitter {
	margin-top:0px;
	margin-left:2em;
	margin-bottom:0px;
	position:absolute; z-index:1;
	height:4em;
	float:left;
}
/* interés */
#banner_inf {
	display:none;
}
#view1 {
	width:40% !important;
	display:none;
}
/*licitaciones*/
#content #noticias #contenido50 #licita {
	padding-top: 0.8em;
}
.btn-lux {
	padding: 0.5em 5em;
	font-size: 1em;
}
/**/
   
}

@media (max-width:480px) {
html {
    overflow-x:none;
	overflow-y:none;
}
#fondo_menusup2 #menusup2 #inicio{
	margin-left:0.2em;
}
#fondo_menusup2 #menusup2 #inicio li{
	display: inline-block;
	font-size:0.8em;
	margin:0;
	padding-left:1.8em;
	padding-right:1.5em;
}
/*licitaciones*/
#content #noticias #contenido50 #licita {
	padding-top: 0.8em;
}
.btn-lux {
	padding: 0.5em 5em;
	font-size: 1em;
}
/**/
}
@media (max-width: 1367px) and (min-width: 1250px) {
.logotipo {
    /*padding:6px;*/
    width:90%;
	line-height: 0.7em;
	margin: 0 auto;
	padding:0;
}

}
