
BODY {
	COLOR: black; FONT-FAMILY: Verdana; FONT-SIZE: 10pt;
}
BUTTON {
	COLOR: #000; FONT-FAMILY: Verdana; FONT-SIZE: 8px; FONT-WEIGHT: bolder
}
INPUT {
	FONT-FAMILY: Verdana; FONT-SIZE: 8pt
}
SELECT {
	FONT-FAMILY: Verdana; FONT-SIZE: 8pt
}
HR{
	color :black;
}

img
{
	border: none;
}

ul
{
	margin: 0px;
	padding: 0px;
}

/*li{
	padding-left : 10px;	
}*/
.cssText  {
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	text-align: justify;
	padding-left : 10px;
	padding-right : 10px;
	vertical-align : top;
}
.cssTitulo2  {
	color: navy;
	font-weight: bolder;
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: underline;
	letter-spacing: normal;
	padding-left : 10px;
	background-color : #e1e8f4;
}
.cssTitulo3{
	COLOR: Black;
	FONT-FAMILY: Verdana, SansSerif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-TRANSFORM: uppercase;
	padding-left : 10px;
	background-color : #f0db86;
}
.cssTitulo4{
	COLOR: Black;
	FONT-FAMILY: Verdana, SansSerif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-TRANSFORM: uppercase;
	padding-left : 10px;
}
.cssTitulo1 {
	COLOR: #006; FONT-FAMILY: Verdana; FONT-SIZE: 12pt; FONT-WEIGHT: bolder; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px; TEXT-DECORATION: none
}
.cssFormFieldName {
	COLOR: #001; FONT-FAMILY: Verdana; FONT-SIZE: 9pt; FONT-WEIGHT: bolder; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px
}
.cssNewsFootImage {
	BACKGROUND-REPEAT: repeat-x; COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 9px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; PADDING-LEFT: 2px; PADDING-RIGHT: 2px; PADDING-TOP: 2px
}
.cssNewsImage {
	FONT-FAMILY: Verdana; TEXT-ALIGN: right
}


.cssNewsLocalURL {
	COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bolder
}
.cssNewsExternalURL {
	COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bolder
}
.cssContent {
	COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; TEXT-ALIGN: justify; TEXT-DECORATION: none
}
.cssLinkSpecial A {
	FONT-FAMILY: Verdana; FONT-SIZE: 8px
}
.cssTableTittle {
	COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bolder
}
.cssTableTittle A {
	COLOR: navy;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
}
.cssTableTittle A:visited {
	COLOR: Gray;
}
.cssSearchField {
	FONT-FAMILY: Verdana; FONT-SIZE: 8pt
}
.cssNavigatorLink {
	COLOR: #008; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bolder
}
.cssFormInputValue {
	FONT-FAMILY: Verdana; FONT-SIZE: 8pt
}
.clsList {
	FONT-FAMILY: Verdana; FONT-SIZE: 9pt
}

.cssFecha {
	COLOR: #0000CE;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 7pt;
	TEXT-DECORATION: none;
	text-align : right;
}
.menutop {
	COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 7pt; TEXT-DECORATION: none
}
.cssTblank {
	BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #ffffff 1px solid
}

.cssCopyrights {
	COLOR: #777777; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bolder

}

/************************************ESTILOS PAGINA*************************************/

/*marco principal*/

.marco{
 BORDER-BOTTOM: black 1px ;  BORDER-TOP: black 1px;	
 border-left : black 1px;border-right:black 1px;
}

.borde_azul{
	BORDER-BOTTOM: black 1px solid;  BORDER-TOP: black 1px solid;
}

.celda
{
	width: 170px;
	height: 300px;
	border: solid 2px #ccc;
	-moz-border-radius:10px;
   -webkit-border-radius:10px;
   -ms-border-radius:10px;
	border-radius:10px;
}

.celda2
{
	width: 340px;
	height: 145px;
	border: solid 2px #ccc;
	-moz-border-radius:10px;
   -webkit-border-radius:10px;
   -ms-border-radius:10px;
	border-radius:10px;
}

.separador_vertical
{
	border-right: 3px groove #393939;
}

.separador_horizontal
{
	border-bottom: 3px groove #393939;
}

/*ESTILO MARCO PRINCIPAL*/
.celda_menu_izq{
 /*BACKGROUND-COLOR:#E2E3E5;*/
 width :170px;	 
 /*border: solid 1px #ccc;*/
}
.celda_menu_der{
/* BACKGROUND-COLOR:#B5B6BA;
 background-image : url(../imagenes/FONDO_GENERAL.jpg);*/
 /*border: solid 1px #ccc;*/
}

.celda_contenido{
   /* background-color : #CECECE; */
 /*background-image : url(../imagenes/FONDO_CENTRAL.jpg);
     background-image : url(../imagenes/FONDO_CENTRAL_2.jpg);*/
	/*border: solid 1px #ccc;*/
	border-right: 2px solid #393939;
	border-left:2px solid #393939;  
	color: black;
	font-size: 8px;
	font-family: Verdana;
	text-align: justify;
	padding-left : 10px;
	padding-right : 10px;
	vertical-align : top;
   width: 640px;	
}

.fondo_pagina
{
	background-image: url(../imagenes/fondo_web.jpg);
	width: 100%;
	background-attachment: fixed;
}

.celda_contenido_admin{
	color: black;
	font-size: 8px;
	font-family: Verdana;
	text-align: justify;
	padding-left : 10px;
	padding-right : 10px;
	vertical-align : top;
   width: 680px;	
}

.fondo_general{
 /*	border: solid 1px #ccc;
	padding: 2px;*/
	background-color: #424242;
}

.fondo_ofivirtual{
 background-image : url(../imagenes/FONDO_OFIVIRTUAL.jpg);	
}

.fondo_admin{
 background-image : url(../imagenes/FONDO_ADMIN.jpg);	
}

.fondo_videos{
 background-image : url(../imagenes/FONDO_VIDEOS.jpg);	
}

.capa_enlaces{
	background-color : #F4F4F4;	
	padding : 9px;
}

.enlaces_m_der{
 	border : 1px solid  black;
	background-color :white;

}
/*ESTILO MENU ARRIBA*/
.fondo_menu_arriba{
 background-image : url(../imagenes/barra_menus.jpg);	
 background-position : top;
 width : 750px;
 height : 15px;
 vertical-align :top;
 padding-left : 10px;
 padding-top : 0px;
}

.fondo_cabecera{
background-image : url(../imagenes/fondo_cabecera.jpg);	
background-position : bottom;
vertical-align : bottom;
 width : 750px;
 height : 15px;
}
.menu_arriba:link {TEXT-DECORATION: none; COLOR: white; FONT-FAMILY:Arial, Helvetica, sans-serif ; FONT-SIZE: 12px;FONT-WEIGHT: bold}
A.menu_arriba:active {TEXT-DECORATION: none; COLOR:   white; FONT-FAMILY: tahoma; FONT-SIZE: 12px;FONT-WEIGHT: bold}
A.menu_arriba:visited {TEXT-DECORATION: none; COLOR:   white; FONT-FAMILY: tahoma; FONT-SIZE: 12px;FONT-WEIGHT: bold}
A.menu_arriba:hover {TEXT-DECORATION: none; COLOR: white;FONT-SIZE: 12px; FONT-WEIGHT: bold;background-color : #8BBB2A;}

/*ITEMS ADMIN*/
.items_admin:link {TEXT-DECORATION: none; COLOR: #3A6E9A; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.items_admin:active {TEXT-DECORATION: none; COLOR:  #3A6E9A; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.items_admin:visited {TEXT-DECORATION: none; COLOR:  #3A6E9A; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.items_admin:hover {TEXT-DECORATION: none; COLOR: #4169E1;}

/*ENLACES CONTENIDO*/
.enlace_cont:link {TEXT-DECORATION: none; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 12px;FONT-WEIGHT: bold}
A.enlace_cont:active {TEXT-DECORATION: none; COLOR:   black; FONT-FAMILY: tahoma; FONT-SIZE:12px;FONT-WEIGHT: bold}
A.enlace_cont:visited {TEXT-DECORATION: none; COLOR:   black; FONT-FAMILY: tahoma; FONT-SIZE:12px;FONT-WEIGHT: bold}
A.enlace_cont:hover {TEXT-DECORATION: underline; COLOR: black;FONT-SIZE: 12px; FONT-WEIGHT: bold}

/*ENLACES CONTENIDO PAGINADOR NOTICIAS*/
.enlace_cont_activo:link {TEXT-DECORATION: none; COLOR: #F5751D; FONT-FAMILY: tahoma; FONT-SIZE: 14px;FONT-WEIGHT: bold}
A.enlace_cont_activo:active {TEXT-DECORATION: none; COLOR:   #F5751D; FONT-FAMILY: tahoma; FONT-SIZE:14px;FONT-WEIGHT: bold}
A.enlace_cont_activo:visited {TEXT-DECORATION: none; COLOR:   #F5751D; FONT-FAMILY: tahoma; FONT-SIZE:14px;FONT-WEIGHT: bold}
A.enlace_cont_activo:hover {TEXT-DECORATION: underline; COLOR: #F5751D;FONT-SIZE: 14px; FONT-WEIGHT: bold}

/*ENLACES GALERIA*/
.enlace_gal:link {TEXT-DECORATION: none; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 18px;FONT-WEIGHT: bold}
A.enlace_gal:active {TEXT-DECORATION: none; COLOR:   black; FONT-FAMILY: tahoma; FONT-SIZE:18px;FONT-WEIGHT: bold}
A.enlace_gal:visited {TEXT-DECORATION: none; COLOR:   black; FONT-FAMILY: tahoma; FONT-SIZE:18px;FONT-WEIGHT: bold}
A.enlace_gal:hover {TEXT-DECORATION: underline; COLOR: black;FONT-SIZE: 18px; FONT-WEIGHT: bold}

/*ENLACES IMAGENES DE GALERIA*/
.enlace_img:link {TEXT-DECORATION: none; COLOR: white; FONT-FAMILY: tahoma; FONT-SIZE: 18px;FONT-WEIGHT: bold}
A.enlace_img:active {TEXT-DECORATION: none; COLOR:   white; FONT-FAMILY: tahoma; FONT-SIZE:18px;FONT-WEIGHT: bold}
A.enlace_img:visited {TEXT-DECORATION: none; COLOR:   white; FONT-FAMILY: tahoma; FONT-SIZE:18px;FONT-WEIGHT: bold}
A.enlace_img:hover {TEXT-DECORATION: none; COLOR: orange;FONT-SIZE: 18px; FONT-WEIGHT: bold}


/*ENLACES CARRUSEL*/
.enlace_car:link {TEXT-DECORATION: none;}
A.enlace_car:active {TEXT-DECORATION: none;}
A.enlace_car:visited {TEXT-DECORATION: none;}
A.enlace_car:hover {TEXT-DECORATION:none;}

/*ENLACES CABECERA*/

.enlace_cabecera:link {TEXT-DECORATION: none; COLOR: white; FONT-FAMILY: arial; FONT-SIZE: 11px;FONT-WEIGHT: bold;}
A.enlace_cabecera:active {TEXT-DECORATION: none; COLOR:   white; FONT-FAMILY: arial; FONT-SIZE:11px;FONT-WEIGHT: bold}
A.enlace_cabecera:visited {TEXT-DECORATION: none; COLOR:   white; FONT-FAMILY: arial; FONT-SIZE:11px;FONT-WEIGHT: bold}
A.enlace_cabecera:hover {TEXT-DECORATION: none; COLOR:white;FONT-SIZE: 11px; FONT-WEIGHT: bold;  background : #B8AC00; }

/*ENLACES CATEGORIAS GALERIA*/
.enlace_categal:link {TEXT-DECORATION: none; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 20px;FONT-WEIGHT: bold}
A.enlace_categal:active {TEXT-DECORATION: none; COLOR:   black; FONT-FAMILY: tahoma; FONT-SIZE:20px;FONT-WEIGHT: bold}
A.enlace_categal:visited {TEXT-DECORATION: none; COLOR:   black; FONT-FAMILY: tahoma; FONT-SIZE:20px;FONT-WEIGHT: bold}
A.enlace_categal:hover {TEXT-DECORATION: underline; COLOR: black;FONT-SIZE: 20px; FONT-WEIGHT: bold}

/*ENLACES MENU DERECHO FLASH*/

a.flash_video{
display:block;
width:150px;
height:98px;
background-color: transparent;}

a.flash_video span{
display:none}
/*	TITULOS y TEXTOS*/
.titu_cont1{
color : #F5751D;
font-size : 13px;
font-weight : bold;
/*background-color : #F4F4F4;*/
}

.titulo_resumen
{
	width: 100%;
	text-align: left;
}

.titu_cont1_izq a{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0c0c0c;
	display:block;
	padding: 0 10px 0 10px;
	height: 59px;
	text-decoration: none;
	background: url('../imagenes/TITULO_OTRA_NOTICIA_IZQ.png') no-repeat;
}

.titu_cont1_der a{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0c0c0c;
	display:block;
	padding: 0 10px 0 10px;
	height: 59px;
	text-decoration: none;
	background: url('../imagenes/TITULO_OTRA_NOTICIA_DER.png') no-repeat;
}

.fondo_txt1_izq{
	font-size: 12px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 94%;
	height: 72px;
	right: 0px;
	text-decoration: none;
	/*background: url('../imagenes/TEXTO_OTRA_NOTICIA_IZQ.png') no-repeat;*/
	background-color: #e3e3e3;
	background-position: right top;
	z-index: 1;
	-moz-border-radius:0 0 0 17px;
   -webkit-border-radius:0 0 0 17px;
   -ms-border-radius:0 0 0 17px;
    border-radius:0 0 0 17px;
}

.fondo_txt1_der{
	font-size: 12px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 93%;
	height: 72px;
	text-decoration: none;
	/*background: url('../imagenes/TEXTO_OTRA_NOTICIA_DER.png') no-repeat;*/
	background-color: #e3e3e3;
	background-position: left top;
	z-index: 1;
	-moz-border-radius:0 0 17px 0;
   -webkit-border-radius:0 0 17px 0;
   -ms-border-radius:0 0 17px 0;
    border-radius:0 0 17px 0;
}

.enlace_cont_titulo{
color : #F5751D;
font-size : 13px;
font-weight : bold;
/*background-color : #F4F4F4;*/
TEXT-DECORATION: none;
}

.titulo_carrusel{
width: 100%;
color : #F5751D;
font-size : 12px;
font-weight : bold;
/*background-color : #F4F4F4;*/
TEXT-DECORATION: none;
}

.texto_carrusel{
width: 100%;
color : white;
font-size : 11px;
font-weight : bold;
/*background-color : #F4F4F4;*/
}

.titu_cont2{
color : #F5751D;
font-size : 18px;
font-weight : bold;
/*background-color : #F4F4F4;*/
}

.txt_usu{
	color: black;
	font-size: 9px;
	font-weight : bold;
	font-family: Verdana;	
	}
.txt_fecha{
color : #F5751D;
font-size : 10px;
font-weight : bold;
/*background-color : #F4F4F4;*/
}	
/*FONDOS DE TEXTO*/
.fondo_txt1{
    /*background-color : #CECECE;*/
	color: black;
	font-size: 11px;
	font-family: Verdana;
	text-align: justify;
	padding-left : 10px;
	padding-right : 10px;
	vertical-align : top;
}

.fondo_txt2{
color : Maroon;
font-size : 13px;
background-color : #FFE4E1;
}
/********************TABLAS************/

.tabla_frm
{
   font-family: Tahoma, Verdana, Arial; 
	font-size : 11px;
	/*background-position : top;*/
	background-color : #F4F4F4;
	border : 1px solid black;
}

.tabla_frm_1
{
   font-family: Tahoma, Verdana, Arial; 
	font-size : 11px;
	/*background-position : top;*/
	background-color : #F4F4F4;
}

.tabla_frm_det
{
   font-family: Tahoma, Verdana, Arial; 
	font-size : 11px;
	/*background-position : top;*/
	background-color : #F4F4F4;
	border : 1px solid black;
	width: 530px;
}

.cab_tabla_frm
{
	/*background : #DB214C;*/
	background-color : #C71585;
	color :white;
	border : 1px solid black;
	text-align : center;
}

.tabla_directorio
{
   font-family: Tahoma, Verdana, Arial; 
	font-size : 11px;
	/*background-position : top;*/
	background-color : #F4F4F4;
	border : 1px;
	width:100%;
}

.tabla_videos
{
   font-family: Tahoma, Verdana, Arial; 
	font-size : 11px;
	/*background-position : top;*/
	background-color : white;
	border : 1px solid black;
	width: 400px;
}

.tabla_intvideos
{
   font-family: Tahoma, Verdana, Arial; 
	font-size : 11px;
	/*background-position : top;*/
	background-color : white;
	border : 0px;
	width: 100%;
	height:100%;
}
.cab_tabla_intvideos
{
	/*background : #DB214C;*/
	background-color : #ffdead;
	color :black;
	font-size : 11px;
	font-weight: bold;
	border : 1px solid black;
	text-align : center;
	width: 300px;
}

.img_videos{
 border : 2px solid black;	
}

.img_videos a img:hover{
border-width: 3px;
border-color: orange;
border-top-style: solid;
}

.imgobras { float:left; padding:2px; margin:2px; border:1px solid black;  }
.imgobras a img { border:2px solid white;  }
.imgobras a:hover img { border: 2px solid orange; }

.bg_titu_videos{
	background-image: url(../imagenes/bg_pelicula.gif);
	height: 100px;
	font-weight: bold;
}

.text_elegante
{
	color:#454545;
	font-size:10px;
	border: 2px #ff4904 solid;
	-moz-border-radius:5px;
   -webkit-border-radius:5px;
   -ms-border-radius:5px;
	border-radius:5px;
}

.marco_intranet
{
   width : 180px;
   height : 133px;
   font-family: Tahoma, Verdana, Arial; 
	font-size : 12px;
	background-image : url(../imagenes/INTRANET.png);
	background-repeat: no-repeat;
	background-position : top;
	
}

.texto_buscador
{
	border: 0px;
	color: #8e8e8e;
}

.buscador
{
   width : 150px;
   height : 37px;
   font-family: Tahoma, Verdana, Arial; 
	font-size : 12px;
	background-image : url(../imagenes/BUSCAR.png);
	background-repeat: no-repeat;
	background-position : top;
	
}

.marco_admin
{
   width : 180px;
   height : 118px;
    font-family: Tahoma, Verdana, Arial; 
	font-size : 10px;
	background-image : url(../imagenes/fondo_acceso_admin.jpg);
	background-position : top;
}

.marco_noticias
{
   width : 180px;
   height : 350px;
	background-image : url(../imagenes/marco_noticias.jpg);
	background-position : top;
}

.tabla_f_buscar
{
   font-family: Tahoma, Verdana, Arial; 
	font-size : 11px;
	/*background-position : top;*/
	background-color : white;
	border : 1px solid black;
	width: 100%;
}
.cab_tabla_f_buscar
{
	/*background : #DB214C;*/
	background-color : #dddddd;
	color :black;
	font-weight : bold;
	font-size: 11px;
	border : 1px solid black;
	text-align : center;
}

.fila_tabla_f_buscar
{
	/*background : #DB214C;*/
	background-color : #F4F4F4;
	text-align : left;
}
 
.celda_tabla_f_buscar{
 /*background-color : #F4F4F4;*/
}
.fieldset_f_tram_pasos{
	border-color: black;
   width: 385px;
}

.legend_f_tram_pasos{
	color: black;
	font-weight : bold;
	font-size: 12px;
}

.fieldset_suscrip{
	border-color: black;
   width: 500px;
}

.legend_suscrip{
	color: black;
	font-weight : bold;
	font-size: 12px;
}


.tabla_det_tram{
   font-size : 10px;	
	width: 375px;
}


.link_f_buscar:link {TEXT-DECORATION: underline; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.link_f_buscar:active {TEXT-DECORATION: underline; COLOR:  black; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.link_f_buscar:visited {TEXT-DECORATION: underline; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.link_f_buscar:hover {TEXT-DECORATION: underline; COLOR: #F5751D;}


/*tabla factura predial*/
.cab_fpred{
	font-size : 10px;	
	color: #0065c6;
	font-family: "Century Gothic";
}

.titu_fact_pred{
	font-size : 9px;	
	color: #0065c6;
   background-color: #d9ecff;
}

.titu_fact_pred2{
	font-size : 9px;	
	color: #0065c6;

}

.cont_fact_pred{
	background-color: white;
}

.tabla_pal_fpred{
	border: solid 1px;
}

.fondo_fpred{
 background-color: #d9ecff;	
}

.fondo_fpred2{
 background-color:white;	
}

.fpred_txt1{
	font-size: 12px;
	font-weight: bold;
}

.fpred_txt2{
	font-size: 8px;
	font-weight: bold;
	width: 35px;
}
.fpred_txt3{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif	
}
.fpred_txt4{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif	
}
.fpred_txt5{
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif	
}
.fpred_txt6{
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif	
}
.fpred_txt7{
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif	
}

/*********FORMULARIOS**************/
.text{
font-family: Tahoma, Verdana, Arial; font-size: 12px;
border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
}
.text_gris{
 background :  #E6E6E6;	
 border-style : none;
 border-color :   #E6E6E6;
} 
 
.boton{
	background : #C71585;
	color : white;
	border : 2px solid black;
	text-align : center;	
   cursor :pointer;
}
.boton_ingresar{
	background : url(../imagenes/INTRAENTRAR.png);
	width : 56px;
	height : 18px;
	border-width : 0px;
	cursor : pointer;
}
.boton_limpiar{
	background : url(../imagenes/INTRALIMPIAR.png);
	width : 56px;
	height : 18px;
	border-width : 0px;	
	cursor : pointer;
}
.boton_salir{
	background : url(../imagenes/BotonSalir.jpg);
	width : 68px;
	height : 22px;
	border-width : 0px;	
	cursor : pointer;
}

.boton_buscar{
	background : url(../imagenes/LUPA.png);
	width : 28px;
	height : 28px;
	border-width : 0px;	
	cursor : pointer;
	
}
/*MENSAJES DE ADVERTENCIA E INFORMACION*/
/*Imensajes e Iconos de mensajes*/
.ok{
    font-size :14px;
	color : Black;
	font-weight : bold;
}

.icono_ok{
   background-image : url(../Imagenes/aceptar3.JPG);
    width : 40px;
	height :  32px;
}

.error{
    font-size :14px;
	color : Black;
}
.icono_error{
	background-image : url(../Imagenes/stop.JPG);
    width : 40px;
	height :  39px;
}

.icono_adv{
	background : url(../Imagenes/advertencia.JPG);
    width : 48px;
	height :  38px;
}

/*ESTILO MARQUECINA DE NOTICIAS*/
	#marqueecontainer{
		position: relative;
		width: 148px; /*marquee width */
		height: 250px; /*marquee height */
		background-color: white;
		overflow: hidden;
		border: 1px solid white;
		padding: 2px;
		padding-left: 4px;
		text-align:left;
		}	
		
		.titu_noticia{
       font-family: Tahoma, Verdana, Arial; font-size: 14px;	
	 	 font-weight : bold;
		 background-color : #FFE4E1;
   }
   
   .cont_noticia{
        font-family: Tahoma, Verdana, Arial; font-size: 12px;		
		
 }

 .bg_videos{
	background-image: url(../imagenes/bg.gif);
}

.fondo_vvideos{
 background-image:url(../imagenes/fondo_vfiestas.jpg);	
}

.mensaje{
	font-family: Arial, Tahoma, Verdana; 
	font-size : 14px;
	/*background-position : top;*/
	color: black;
}

.enlace_paginacion{
FONT-FAMILY: tahoma; FONT-SIZE: 12px;FONT-WEIGHT: bold}
A.enlace_paginacion:link {TEXT-DECORATION: none; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.enlace_paginacion:active {TEXT-DECORATION: none; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.enlace_paginacion:visited {TEXT-DECORATION: none; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.enlace_paginacion:hover {TEXT-DECORATION: underline; COLOR: black; FONT-WEIGHT: bold}

.enlace_paginacion_ant_sig{
FONT-FAMILY: tahoma; FONT-SIZE: 12px;FONT-WEIGHT: bold}
A.enlace_paginacion_ant_sig:link {TEXT-DECORATION: none; COLOR: blue; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.enlace_paginacion_ant_sig:active {TEXT-DECORATION: none; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.enlace_paginacion_ant_sig:visited {TEXT-DECORATION: none; COLOR: black; FONT-FAMILY: tahoma; FONT-SIZE: 12px}
A.enlace_paginacion_ant_sig:hover {TEXT-DECORATION: underline; COLOR: black; FONT-WEIGHT: bold}

.decenal_titulo
{
	font-size: 130%;
	color: #ca3800;
	font-family: "Arial Black";
	width: 80px;
}

.decenal_titulo_1
{
	font-size: 130%;
	color: #ca3800;
	font-family: "Arial Black";
}

.decenal_titulo_3
{
	font-size: 100%;
	color: #ca3800;
	font-family: "Arial Black";
}

.decenal_links_titulo_1
{
	font-size: 100%;
	color: #ca3800;
	font-family: "Arial Black";
}

.decenal_links_titulo_3
{
	font-size: 80%;
	color: #0080fb;
	font-family: Tahoma;
	font-weight: bold;
}

.decenal_contenido
{
	color: #535353;
	text-align: justify;
}

.decenal_links_contenido
{
	color: #535353;
	font-size: 60%;
	list-style-type: circle;
}

.decenal_links_contenido a
{
	color: black;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

.decenal_links_contenido a:hover
{
	/*color: #0080fb;*/
	color: #d50000;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

.decenal_contenido_abajo
{
	color: black;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
}

.tabla_resumen
{
	width: 100%;
	height: 100%;
	padding: 0;
}

.celda_resumen
{
	width: 66%;
}

.celda_img_resumen
{
	width: 34%;
	position: relative;
	display: block;
	z-index: 1;
}

.ancho_fila
{
	height: 170px;
}

.imagen_resumen
{
	position: absolute;
	left: 2px;
}

.imagen_resumen_2
{
	position: absolute;
	left: 1px;
}

.imagen_marco
{
	position: absolute;
	/*visibility: hidden;*/
	width: 200px;
	height: 170px;
	top: 0px;
	left: 0px;	
}

.imagen_marco_carrusel
{
	position: absolute;
	/*visibility: hidden;*/
	width: 580px;
	height: 400px;
	top: 0px;
	left: 0px;
	z-index: 0;
}


/*NUEVO MENU*/
#menu15{
	width: 188px;
}
#menu15 ul{
	list-style: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#menu15 li{
	padding-left: 5px;
	margin-top: 4px;
	height: 32px;
}
#menu15 a{
	font: 12px Verdana;
	padding: 4px;
	color: #555555;
	font-weight: bold;
	display:block;
	padding: 2px 10px;
	height: 32px;
	text-decoration: none;
	background: url('../imagenes/boton.png') no-repeat;
}

#menu15 a:hover{
	font: 12px Verdana;
	padding: 4px;
	color: #555555;
	display:block;
	padding: 2px 10px;
	height: 32px;
	text-decoration: none;
	background: url('../imagenes/boton1.png') no-repeat;
}



/*CALENDARIO*/

.tablacalendario
{
	border: solid 1px #ccc;
	table-layout: fixed;
}

.diavalido
{
	border: solid 1px #ccc;
	-moz-border-radius:3px;
   -webkit-border-radius:3px;
   -ms-border-radius:3px;
	border-radius:3px;
}

.diavalido_evento
{
	border: solid 1px #ccc;
	background-color: #8aaeee;
	-moz-border-radius:3px;
   -webkit-border-radius:3px;
   -ms-border-radius:3px;
	border-radius:3px;
}

.capa_evento
{
	/*position: relative;*/
	border: solid 1px #ccc;
}

.celda_izq
{
	border: solid 1px #ccc;
	-moz-border-radius:3px;
   -webkit-border-radius:3px;
   -ms-border-radius:3px;
	border-radius:3px
}

.messiguiente
{
	border: solid 1px #ccc;
	height: 20px;
	background-color: #adadad;
	text-align: right;
	text-decoration: none;
	-moz-border-radius:3px;
   -webkit-border-radius:3px;
   -ms-border-radius:3px;
	border-radius:3px
}

.messiguiente a
{
	text-decoration: none;
}

.titmesano
{
	border: solid 1px #ccc;
	height: 20px;
	text-align: center;
	background-color: #adadad;
	-moz-border-radius:3px;
   -webkit-border-radius:3px;
   -ms-border-radius:3px;
	border-radius:3px
}

.mesanterior
{
	border: solid 1px #ccc;
	height: 20px;
	background-color: #adadad;
	text-decoration: none;
	-moz-border-radius:3px;
   -webkit-border-radius:3px;
   -ms-border-radius:3px;
	border-radius:3px
}

.mesanterior a
{
	text-decoration: none;
}

.diasemana
{
	border: solid 1px #ccc;
	background-color: #717171;
	color: white;
	height: 20px;
	text-align: center;
	font-weight: bold;
}

#capa {
    display:none;
    background:url(../imagenes/tooltip.png) no-repeat top left;
    width:257px;
    padding:20px 10px 0 20px;
    height:172px;
    color:#000;
    font-weight:bold;
    margin:-100px 0 0 185px;
    position:absolute;
    z-index:101;
	 font-size: 50%;
}

.tabla_calendario
{
   font-family: Tahoma, Verdana, Arial; 
	font-size : 11px;
	border : 1px solid #ccc;
	font-weight: bold;
	color: #3a3a3a;
}

.label_calendario
{
	color: #c7661f;
	font-weight: bold;
}

/*FIN CALENDARIO*/

/*CAMPOS ADICIONALES EN LAS NOTICIAS*/

.agregar_fila
{
	border : 1px solid #ccc;
	text-align: center;
	-moz-border-radius:3px;
   -webkit-border-radius:3px;
   -ms-border-radius:3px;
	border-radius:3px;
}

.fila_adicional
{
	border : 1px solid #ccc;
	text-align: center;
}

.separador_hr
{
	text-align: left;
	color: #e63f00;	
	width: 80%;
	border : 1px solid #e63f00;
	font-size: 70%;
}

.comentario
{
	font-weight: bold;
	color: #F5751D;
	font-size: 70%; 
}


.imagenes_adicionales
{
	text-align: center;
}

.imagenes_adicionales img
{
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}

/*FIN CAMPOS ADICIONALES EN LAS NOTICIAS*/


/** VISOR DE NOTICIAS CON JQUERY */

#content {
	margin: 0 auto; 
	text-align: left;
	width: 580px;
	background: #FFF;		
}

.centrar_capa
{
	margin: 0 auto; 
	text-align: center;
	width: 100%;	
}

div#feature_list {
            width: 580px;
            height: 400px;
            overflow: hidden;
            position: relative;
        }

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}


        
        #tabs
        {
            /*border: solid 1px #ccc;*/
            top: 0px;
            width: 98%;
            text-align: right; 
        }
        
        #tabs ul li
        {
            display: inline;
            margin:2px;
        }

		#tabs ul li {           
			font-size: 12px;
			font-family: Arial;
		}

  
		#tabs ul li a {
            color: #222;
            text-decoration: none;    
/*            padding: 10px;
            height: 60px;*/
            outline: none;
        }
        
        #tabs ul li a img {
			text-decoration: none;
         border-style: none;	
		/*	padding: 0 10px 0 0;
			height: 60px;*/
			outline: none;
		}

		#tabs ul li a:hover {
			text-decoration: underline;
		}

		#tabs ul li a.current {
			background:  url('feature-tab-current.png'); 
			color: #FFF;
		}

		#tabs ul li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			width: 100%;
			height: 100%;
			position: relative;						
		}

		ul#output li {
			position: absolute;
			width: 100%;
			height: 100%;
		}
		
		ul#output li img {
			/*border: solid 3px red;*/
		}

	/*	#output ul li a {
			position: absolute;
			bottom: 3px;
			left: 3px;
			padding: 8px 12px;
         right: 3px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
         z-index:1;filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
			-moz-border-radius:3px;
           -webkit-border-radius:3px;
           -ms-border-radius:3px;
            border-radius:3px
		}*/
		
		ul#output li a {
			position: absolute;
			/*width: 97%;*/
			text-align: justify;
			bottom: 7px;
			left: 7px;
			right: 7px;
			padding: 8px 8px 8px 8px;         
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
         z-index:1;
			filter:alpha(opacity=60);
			-moz-opacity:.60;
			opacity:.60;
			
			-moz-border-radius:0 0 17px 17px;
         -webkit-border-radius:0 0 17px 17px;
         -ms-border-radius:0 0 17px 17px;
         border-radius:0 0 17px 17px;
		}
		
		ul#output li a:hover {
			/*background: #D33431;*/
			background: #676767;
			color: #444444;
		}

/** FIN VISOR DE NOTICIAS CON JQUERY */

/*ESTILOS PARA LA BARRA DE PESTAŅAS*/
#tabsF {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabsF ul {
	  margin:0;
	  padding:1px 1px 0 12px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
		width: 120px;
		height: 23px;
		text-align: center;
      background:url("../imagenes/PESTANA_SUPERIOR_OFF.png") no-repeat;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
		color:#474747;
      }
		
		#tabsF a:hover {
      float:left;
		width: 120px;
		height: 23px;
		text-align: center;
      background:url("../imagenes/PESTANA_SUPERIOR_ON.png") no-repeat;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
		color:white;
      }

		
		#tabsF a.on {
      float:left;
		width: 120px;
		height: 23px;
		text-align: center;
      background:url("../imagenes/PESTANA_SUPERIOR_ON.png") no-repeat;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
		color:white;
      }
		

  /*  #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }*/

/*FIN ESTILOS PARA LA BARRA DE PESTAŅAS*/

.tabla_principal
{
	width: 100%;
}

.tabla_cabecera
{
	width: 960px;
}

/* ESTILOS NUEVO INDEX */

#contenedor_principal
{
	width: 100%;
	text-align: center;
}

#contenedor_central
{
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

#capa_separador
{
	width: 100%;	
}

#capa_contenido
{
	width: 100%;
	padding: 0px	
}

#capa_menu_inferior
{
	width: 100%;	
}

/* FIN ESTILOS NUEVO INDEX */

.pie_pagina
{
	font-size: 80%;
	color: #626262;
}

#franja_superior
{
	background-image: url(../imagenes/FRANJA_PRINCIPAL.png);
	width: 960px;
	height: 107px;
}

#facebook
{
	position: relative;
	top: 27px;
	left: 90px;
}

#twitter
{
	position: relative;
	top: 27px;
	left: 91px;
}

#youtube
{
	position: relative;
	top: 27px;
	left: 92px;
}

#carrera4
{
	position: relative;
	top: 17px;
	width: 273px;
	height: 75px;
	left: 135px;
}

.celda_turismo
{
	background-image: url(../imagenes/MARCO_TURISMO_Y_EVENTOS.png);
	width: 173px;
	height: 265px;
}

.imagen_marco_turismo
{
	position: absolute;
	/*visibility: hidden;*/
	width: 173px;
	height: 265px;
	top: 0px;
	left: 0px;	
}

.imagen_marco_ninios
{
	position: absolute;
	/*visibility: hidden;*/
	width: 173px;
	height: 120px;
	top: 0px;
	left: 0px;	
}

.imagen_marco_franja
{
	position: absolute;
	/*visibility: hidden;*/
	width: 960px;
	height: 107px;
	top: 0px;
	left: 0px;	
}

.capa_obras
{
	top: 0px;
	float: right;
	width: 400px;
	height: 103px;
	cursor: pointer;
}
