/* Para resetear los estilos de los navegadores */
* {  
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
em {
	font-style: italic;
}


/* HTML: etiquetas del lenguaje HTML */
body {
	background-color: #FFFFFF;
	background-image: url(../images/fondo_azul.jpg);
	background-repeat: repeat-x;
}
body {
	font : 14px "Trebuchet MS", Arial, sans-serif;
}
p, li {
	margin-top : 10px;
}
ul {
	list-style-type : disc;
	margin-left : 20px;
}

#cuerpo ul {
	
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 10px;
}
#cuerpo ul li {
	list-style-image: url(../images/bala1.gif);
	margin-left : 25px;
}
ol {
	list-style-type : decimal;
	margin-left : 18px;
}
a:link {
	color : #06c;
}
a:visited {
	color:#CC0000;
}
a:visited:hover {
	color:#FF0000;
}
a:hover {
	color : #0099FF;
}
a:active {
	color : #000000;
}
blockquote {
	background: #E3E7CF url(../images/comillas.gif) no-repeat 10px 10px;
	margin: 15px;
	padding: 15px 15px 15px 40px;
}
ol li {
	margin-left: 10px;
}

/* GENERAL: clases generales usadas en todas las divisiones */
.oculto {
	display : none;
}
.moduletable {
	margin-bottom : 10px;
}
.date {
	font-size : 11px;
	color : #999;
	display : block;
	margin-top: 3px;
	margin-bottom: 25px;
}
.update {
	font-size : 11px;
	color : #999;
	display : block;
	background : #ffc;
}
span.pathway {
	height: 23px;
	padding-top: 8px;
	font-size: 11px;
}
.pagenavbar {
	display: block;
	width: 500px;
	margin: 15px auto 10px;
	text-align: center;
	clear: both;
	font-size:1.5em;
	padding-top:25px;
	text-align:center;
}
.siguiente {
	margin-left: 10px;
}
.pagenavcounter {
	font-weight: bold;
}
.highlight {
	font-weight: bold;
	background-color: #FFCC00;
}
.small {
	font-size: 10px;
	color: #666666;
}
fieldset {
	padding: 5px;
	border: 1px dotted #FFFFFF;
	background-color: #FBFBFB;
}
fieldset a {
	font: 18px "Times New Roman", Times, serif;
}
.imagenDerecha {
	margin: 8px;
	float: right;
}



/* MAQUETACION: estructura y composicion grafica del documento */
#accesibilidad {
	display: none;
}
#metaNavegacion {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 36px;
	margin-top: 10px;
}
#contenedor {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 6px solid #EDDD97;
	background-color: #FFFFFF;
	background-image: url(../images/fondo_curva.gif);
	background-repeat: no-repeat;
	position: relative;
}
div#portada {
	z-index: 1;
}
#cuerpo {
	overflow: hidden;
	clear: both;
	background-color: #666666;
}
#utilitarios {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow: hidden;
	clear: right;
	background-color: #FFFFFF;
}
#pie {
	clear: both;
}
#creditos {
	background-color: #6F8680;
	clear: both;
	overflow: hidden;
	height: 110px;
}
#contenido {
	float: left;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/* MENU DE METANAVEGACION */

.moduletablemenuSuperior {
	float: left;	
}
.moduletablemenuSuperior h2 {
	display: none;
}
.moduletablemenuSuperior li {
	display: inline;
	margin-right: 20px;
}
.moduletablemenuSuperior ul a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.moduletablemenuSuperior ul a:hover {
	color: #FFFF66; 
}
.moduletablemenuSuperior ul a:visited {
	color: #FFF;
}
#mainlevel-nav {
	margin-left: 0px;
}

/* MOTOR DE BUSQUEDA INTERNO */

.moduletable-busqueda  {
	float: right;
}
.moduletable-busqueda h2 {
	display: none;
}
#mod_search_searchword {
	height : 18px;
	width : 250px;
	margin-right : 10px;
	border : 1px solid #646d36;
	font-weight: bold;
	font-size : 13px;
	background-color: #fdfdfb;
	background-image: url(../images/lupa.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 18px;
}
#mod_search_searchword:active, #mod_search_searchword:focus {
	background : #fefad6;
	border : 2px solid #FFCC00;
	background-image: url(../images/lupa_off.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 18px;
}
.button-busqueda {
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	height : 22px;
	width : 50px;
	color : #fff;
	background-color: transparent;
	background-image: url(../images/boton_buscar.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-position: 0px 3px;
}
.button-busqueda:hover {
	background-image: url(../images/boton_buscar_on.gif);
}

/* LOGOTIPO SECRETARIA DE GOBIERNO */

h1 a:link, h1 a:visited, h1 a:active {
	font-size: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
h1 a:hover, h1 a:visited:hover {
	color: #FFFFCC;
}
h1 span {
	display: block;
	font-size: 32px;
}
h1 a {
	background-image: url(../images/escudo_bogota.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 85px;
	display: block;
	margin-top: 18px;
	margin-left: 18px;
	float: left;
}

/* BANNER INSTITUCIONAL*/

.moduletable-bannerInstitucional h2 {
	display: none;
}

.moduletable-bannerInstitucional {
	float: right;
	height: 60px;
	width: 468px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* MENU HORIZONTAL */

.moduletable-menuDesplegable {
	clear: both;
	z-index: 0;
}
.moduletable-menuDesplegable h2 {
	display:none;
}

/* NOTICIAS AGRUPADAS */

#noticiasAgrupadas {
	float: left;
	width: 468px;
	overflow: hidden;
}


/* NOTICIA DESTACADA */

.moduletable-noticiaDestacada {
	float: left;
	width: 425px;
	margin-top: 50px;
	padding-right: 25px;
	padding-left: 15px;
	height: 220px;
}
.moduletable-noticiaDestacada h2 {
	display: none;
}
div.moduletable-noticiaDestacada h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0033CC;
	text-decoration: none;
	font-weight: normal;
}
.moduletable-noticiaDestacada img {
	margin-right: 8px;
	margin-top: 10px;
}


/* IMAGENES QUE SON NOTICIA */

div.moduletable-imagenesNoticia {
	width: 490px;
	position: absolute;
	left: 469px;
	top: 125px;
}
.moduletable-imagenesNoticia h2 {
	display: none;
}
#fpss-container {
	background-color: #333333;
	margin-top: 0px;
}
#fpss-container a {
	color: #FFCC00;
	text-decoration: none;
}
.slidetext h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 3px;
}
a#fpss-container_next  {
	font-size: 20px;
}

/* EDITORIAL */

.moduletable-editorial {
	background-color: #DFEFFF;
	clear: left;
	width: 184px;
	float: left;
	background-image: url(../images/titulo_editorial.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 130px;
}
.moduletable-editorial h2 {
	display: none;
}
.moduletable-editorial h3 a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.moduletable-editorial p {
	font-size: 11px;
}


/* BANNER IMPORTANTE */

.moduletable-bannerImportante {
	background-color: #F2F9FF;
	float: left;
	width: 165px;
	height: 60px;
	padding-top: 43px;
	padding-right: 34px;
	padding-bottom: 43px;
	padding-left: 35px;
}
.moduletable-bannerImportante h2 {
	display: none;
}


/* NOTICIAS */

#noticias {
	clear: both;
	float: left;
	width: 288px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-size: 12px;
	line-height: 130%;
	background-color: #FFFFFF;
}
#noticias h2 {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #F7941D;
	text-align: right;
	padding-right: 5px;
}

div#noticias div.moduletable-noticias h3 {
	padding-top: 0px;
	margin-left: 10px;
	line-height: 120%;
}

div#noticias div.moduletable-noticias h3 a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
#noticias img {
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-right: 10px;
}
#noticias p {
	margin-left: 10px;
}
.moduletable-noticias h3.contentpagetitle {
	margin-top: 20px;
	display: block;
	margin-left: 10px;
}

div.moduletable-noticias a.contentpagetitle {
	line-height: normal;
	font-size: 12px;
}
div.moduletable-noticias div.mosimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

/* LEER MAS NOTICIAS */

.moduletable-leerNoticias h2 {
	display: none;
}
.moduletable-leerNoticias p {
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}
/* RUTA DE MIGAS */

.rutaMigas {
	margin-top: 0px;
	font-size: 11px;
	color: #666666;
}


/* LOCALIDADES DE BOGOTA */

.moduletable-localidadesBogota h2{
display:none;
}
.moduletable-localidadesBogota {
	clear: right;
	width: 671px;
	float: right;
	background-color: #FFFFFF;
	height: 295px;
}

/* TV GOBIERNO */

.moduletable-video {
	clear: right;
	float: left;
	background-color: #0E4B78;
	padding: 10px;
	width: 281px;
}
.moduletable-video h2 {
	font-size: 20px;
	color: #FFFFFF;
}
.moduletable-video p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 120%;
}
.moduletable-video a {
	color: #FFFF00;
}

/* BANNERS */

.moduletable-bannerInicio img {
	display: block;
	width: 165px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
		margin-top: 13px;
}
.moduletable-bannerInicio h2 {
	display:none;
}
.moduletable-bannerInicio  {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 277px;	
}

/*ENCUESTA */

.moduletable-encuesta {
	float: right;
	width: 180px;
	font-size: 12px;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.moduletable-encuesta h2 {
	display: none;
}
#cuerpo .moduletable-encuesta ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#cuerpo .moduletable-encuesta ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: transparent;
}
.moduletable-encuesta .button {
	background-image: url(../images/boton_buscar.gif);
	margin-left: 15px;
	color: #FFFFFF;
	height: 19px;
	width: 50px;
	display: block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
}

/* CANAL RSS */
.moduletable-canalRSS {

}
.moduletable-canalRSS h2 {
	display : none;
}
.moduletable-canalRSS img {
	float : left;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	padding-right : 6px;
	margin-left: 10px;
}
.moduletable-canalRSS p {
	line-height : 110%;
	font-size: 11px;
}
.moduletable-canalRSS a {
	font-weight : bold;
}

/* LA CIFA DE LA SEMANA */

.moduletable-cifra {
	
	margin-right : auto;
	margin-left : auto;
	margin-top : 15px;
	background-color: #E3E7CF;
	background-image: url(../images/lapices.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
#noticias .moduletable-cifra h2 {
	color : #646d36;
	padding-top : 5px;
	margin-left : 10px;
	font : 18px Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-align: left;
}
.moduletable-cifra img {
	float : left;
	margin-right : 15px;
	margin-left : 12px;
}
div.moduletable-cifra p {
	color : #646d36;
	font : italic 21px "Times New Roman", Times, serif;
	padding-left: 75px;
}


/* MENU PIE PAGINA */

#pie {
	background-color: #495855;
	padding-top: 20px;
	overflow: hidden;
}
.moduletable-gobiernoLocal, .moduletable-seguridad, .moduletable-justicia, .moduletable-asuntosPoliticos, .moduletable-derechosHumanos {
	float: left;
	width: 165px;
	padding-right: 10px;
	padding-left: 10px;
}
.moduletable-gobiernoLocal, .moduletable-seguridad, .moduletable-justicia, .moduletable-asuntosPoliticos {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #617671;
}

.moduletable-gobiernoLocal h2, .moduletable-seguridad h2, .moduletable-justicia h2, .moduletable-asuntosPoliticos h2, .moduletable-derechosHumanos h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFCC00;
}
#pie li a{
	font-size: 12px;
	list-style-image: url(../images/bala2.gif);
	color: #FFFFFF;
	text-decoration: none;
}
#pie li {
	list-style-image: url(../images/bala2.gif);
	margin-top: 3px;
}
.moduletable-menuHorizontal h2 {
	display:none;
}
a.mainlevel-menuHorizontal {
	font-size: 12px;
	color: #FFCC00;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
a.sublevel-menuHorizontal {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: disc;
	display: list-item;
}

/* MENU LEGAL */

.moduletable-menuLegal{
	background-color: #5E716C;
	clear: both;
	overflow: hidden;
	height: 30px;
}
.moduletable-menuLegal li {
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 15px;
	margin-left: 15px;
}
.moduletable-menuLegal h2 {
	display: none;
}
.moduletable-menuLegal ul {
	float: right;
	margin-top: 8px;
}

/* AVISO LEGAL */
#creditos a{
	color: #FFCC00;
}

.moduletable-avisoLegal {
	font-size: 11px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.moduletable-avisoLegal h2 {
	display: none; 
}

/* VALIDACION */

.moduletable-validacion {
	float: right;
	width: 210px;
	margin-top: 20px;
	font-size: 11px;
	color: #FFFFFF;
}
.moduletable-validacion  h2{
	display: none;
}

/* PAGINAS INTERNAS */

/* CUERPO: corresponde al MainBody de Joomla */
#cuerpo h3, h2.componentheading {
	padding-top: 15px;
	margin-top : 15px;
	font-family: "Times New Roman", Times, serif;
	
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	padding-left: 0px;
}
h3 a.contentpagetitle {
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
#cuerpo h4 {
	font-size: 17px;
	margin-top: 26px;
	font-style: normal;
	font-weight: normal;
}
.bordeImagenes {
	padding : 2px;
	margin : 5px 5px 5px 0;
	background-color: #FFFFFF;
}
#cuerpo div.sig_thumb img {
	margin:-5px 5px 5px -5px;
	padding:4px;
}
a.iconoPDF, a.iconoEMAIL, a.iconoIMPRIMIR, .derecha {
	float: right;
}
.mosimage {
	background: #FAFBF7;
	border: 1px solid #999999;
	margin: 7px;
	padding:2px;
}
.mosimage img {
	margin:0pt;
	padding:0px;
}
.mosimage_caption {
	font-size: 10px;
	color: #666666;
	display: block;
	clear: both;
}
/* TABLA DE NAVEGACION en articulos extensos */
#divisionArticulo h4 {
	display:none
}

/* MAPA DEL SITIO */
h2.menutitle {
	font-size: 16px;
	margin-top: 15px;
}
ul.level_0 li {
	list-style-image: url(../images/bala_pagina.gif);
	margin-left: 20px;
}
/* GALERIA DE FOTOS */
.galeria {
	background-color: #FEFEFC;
	padding: 20px;
	margin-top: 20px;
	clear: both;
}
/* TABLA DE NOTICIAS */
.sectiontableentry1 {
	background-color: #EEF1E4;
	height: 26px;
	font-size: 0.85em;