/*
Theme Name: Tdpi
Theme URI: http://www.tdpi.cl/
Description: Plantilla Tribunal de Propiedad Industrial V2.0
Version: 1.0
Author: Subdepartemento de Informática - Subsecretaría de Economia  - Juan Génova Manieu
*/

@charset "utf-8";

/* CSS Document */

html{ height:100%;}
body{ background-color:#EAE7E2; height:100%; margin:0px; line-height:1.4; font-family:Verdana; font-size:11px; color:#999999; }
#general{ background-color:#FFFFFF; width:900px; margin:0 auto; background-image: url("assets/images/page_border_right.png"); background-position:right top; background-repeat:repeat-y; padding:0 14px 0 0;  }
#subgeneral{ background-color:#CCCCCC; width:900px;  background-image: url("assets/images/page_border_left.png"); background-position:left top; background-repeat:repeat-y; 
padding:0 0 1.75em 7px;}
img { border:none;  }

/* HEADER TDPI */

/*#top { width:inherit; height:10px; background-color:#fff;}*/

#header { width:inherit; height:140px; background-color:#fff;  font-style: normal;   font-weight: normal;  letter-spacing: -1px;    line-height: 110%; margin-bottom: 0px; margin-top: 2px;   text-align: left;   position: relative; display:block;}


/*#logo { width:230px; height: 100px; float:left; }*/

#header h1.logo { background:url(assets/images/logo_tdpi.png) no-repeat scroll 0 0 transparent; height: 100px; left: 40px;  margin: 0;  position: 
absolute; text-indent: -10000px; top: 20px;  width: 240px;  z-index: 100;}

#header h1.logo a { display: block; height: 100px; outline: 0 none; width: 225px;}

/*#menu_1 { width:259px; height:60px; float:left; padding:11px;}*/


/* MENU JGENOVA*/

div.nav_tdpi{

list-style:none; 
background-image:url(assets/images/bg-main.gif);
background-repeat:no-repeat;
height: 56px; 
width: 924px; 
display: block; 
margin:0 auto;
margin-left:-12px;
z-index:1000;}

/*#nav_tdpi h1.borde-menu-izq { background-image:url(assets/images/borde-menu-izq.png); background-repeat:no-repeat; background-position: 0 0; background-color:transparent; height: 100px; left: 171px;  margin: 0;  position: absolute; text-indent: -10000px; top: 142px;  width: 40px;    z-index: 100;}
#nav_tdpi h1.borde-menu-der { background-image:url(assets/images/borde-menu-der.png); background-repeat:no-repeat; background-position: 0 0; background-color:transparent; height: 100px; left: 1084px;  margin: 0;  position: absolute; text-indent: -10000px; top: 142px;  width: 40px;    z-index: 100;}*/



/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  font-size:12px;

  border: 0 none;
  padding: 0;
/*  width: 500px;*/ /*For KHTML*/
  width:898px;
  list-style: none;
  height: 40px;
  border:0px solid #eee;
  padding-bottom:5px;
  /*background-color:#025791;*/
  margin: 0 auto;
  color:#FFF;
  text-transform:uppercase;


}

ul#menu li {

  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 30px;
  padding:9px;
  border-right:1px solid #fff;
}
ul#menu li{
	padding-bottom:5px;
}

ul#menu li.last {

border:0 none;

}

ul#menu li:hover{
	/*background:#ddd;*/
}

ul#menu  ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 39px;
  left: 0px;
  background: #025791;
  border: none;
/*  opacity: 0.9;
  -moz-opacity: 0.9;
  filter:alpha(opacity=90);*/
  z-index:1000;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
 /* font: 1px/0px serif;*/
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {

  display: block !important;
  display: inline; /*For IE*/
  float: left; /*For IE 7 lack of compliance*/
  border-top:1px solid #fff;
  width: 240px;
}

/* Menú Raiz */
ul#menu a {
  padding: 5px 10px 5px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
/*  border-right:1px solid #818181;*/
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Menú raiz */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
color: #fff;

}

/* 2nd Menú */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  border:none;
}

/* 2nd Menú Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
 /*background:#ddd;*/
  color: #fff;
}

/* 3rd Menú */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #EEE;
  color: #fff;
}

/* 3rd Menú Hover Persistence */

ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
background:#ddd;
  color: #FFF;
}

/* 4th Menú */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
background:#ddd;
  color: #666;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}
ul#menu .selected{
	color: #ff0000;
}




#search { width:200px; height:60px; float:right; padding:10px; }
#search form { margin:15px;}
#search input { margin-left:5px;}


/*#menu { width:inherit; height:20px;}*/


/* SLIDE */

#slide_tdpi{ background-color:#CCCCCC;  width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}

 
 
/* CONTENIDO TDPI */

#content { width:inherit; min-height:350px; /*height:430px;*/ background-color:#fff;}
#content table a{ color:#000066; text-decoration:none;}
#content p { text-align:justify; }
#sidebar1 { width:320px; height:380px; float:left; padding:10px;}
.sidebar1 { border-right:1px dotted #999; width:330px; height:380px;  }
.sidebar1 img{ margin:0 auto; margin-bottom:5px; }

#caja_estados_diarios{ width:305px; height:110px; margin:0 auto; margin-top:10px; margin-bottom:10px; border-right:1px solid #005a86; border-bottom:1px solid #005a86; text-align:center; }
.H_caja_estados_diarios { width:300px; height:18px; padding: 3px; background-color:#005a86; text-align:center; color:#fff; font-weight:bold;}
.H_caja_estados_diarios a{ color:#FFF; text-decoration:none; }


#sidebar2 {	width:270px; 	height:380px; 	float:left; 	padding:10px; }
.sidebar2 { 	border-right:1px dotted #999; 	width:265px; 	height:390px; }
#sidebar2 img{ margin:0 auto; margin-bottom:5px; border:1px solid #0067ad; }
#sidebar3 { width:230px; height:370px; float:left; padding:10px;}
.sidebar3 {  	border-right:0px dotted #999; 	width:230px; 	height:370px}

/* CONTENIDO PORTADA */

.cuadro{ width: 285px;
height: 130px;
margin: 0px 5px 5px 1px;
border: 0px solid black;}
.cuadro h2.titulo_cuadro{ background:#025791; -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;/*background-image:url(assets/images/bgs/cuadros_portada_docs.gif); */ font-family: Verdana; font-size: 12px; font-weight: normal; height: 23px; padding: 5px 0 0 7px; text-transform: none; color:#FFF; margin-bottom:0px; margin-top:0px; }
.cuadro div.contenido_cuadro{ height:100px; background-color:#e5e5e5; }
.cuadro div.contenido_cuadro input[type=submit]{  background-color:#025791; color:#FFF; border:1px solid #999; margin-top:10px; }


.cuadro_ex{ width:335px; height:130px; border:0px solid #000; margin-bottom:5px; }
.cuadro_ex h2.titulo_cuadro_ex{ background-image:url(assets/images/bgs/cuadros_portada_docs_ex.png); font-family: Verdana; font-size: 12px; font-weight: normal; height: 23px; padding: 5px 0 0 7px; text-transform: none; color:#FFF; margin-bottom:0px; margin-top:0px; }
.cuadro_ex div.contenido_cuadro_ex{ height:100px; width:335px; background-color:#e5e5e5; }

.cuadro_buscar{ width:217px; height:150px; margin:0 auto; margin-bottom:10px; /* -moz-border-radius:5px 5px 5px 5px;*/ background:url(assets/images/bgs/bg-busqueda-portada.png) no-repeat #306081;} 
.cuadro_buscar form.busqueda_simple {  padding:35px 15px 15px 15px;  color:#FFF; font-size:12px; font-weight:bold; }

.cuadro_buscar input.submit{  background-color:#025791; color:#FFF; border:1px solid #999; margin-top:10px;  }


/* BUSQUEDAS */

#busqueda{ width:230px; height: 120px; background-color:#0067ad; color:#FFF; font-weight:bold; margin-bottom:15px; }
.busqueda_top {padding:5px; text-align:center;}
.busqueda_campos{ width:220px; margin:0 auto; text-align:center; }


/* ENLACES TDPI */ 

#enlaces_tdpi{ border-top:1px dotted #000; width:inherit; height:75px; background-color:#fff;}
.enlace_portada{ float:left; margin-left:10px; padding-top:10px; padding-bottom:10px;}


/* PIE TDPI */

#footer { border-top:1px solid #666 ; width:860px;; height:90px; background-color:#CCCCCC; float:left; margin:0; padding-top:20px; padding-left:20px; padding-right:20px;}

#subse{ float:left; width: 240px; height:50px; color:#fff; }
#subse .logo_gob{ float:left; width:50px; height:50px; /*border:1px solid #fff;*/}
#subse .texto { float:left; text-align:justify;  width:181px; height:46px; margin-left:5px; padding:2px;}


#tdpi{float:right; width:340px; height:90px; background:url("assets/images/logos/logo_tdpi_s.png") left top no-repeat; font-family:"Times New Roman", Times, serif; font-size:11px; }

#texto_pie { float:left; width:280px;}

#tdpi .espacio_pie{  float:left;  width:50px; height:80px; color:#025791; font-family:Verdana;}
#tdpi .texto2{  color:#025791; font-family:Verdana; font-weight:bold; font-size:11px;}



/* MENU TDPI */

#menu_minecon{ background-color:#006cb7; height:20px; width:900px; margin:0 auto; color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:normal; margin-bottom:2px;} 

.menu_1 {float:left; margin-left:10px;  height: 15px; padding:3px; text-align:center;} 
.menu_1 a{ text-decoration:none; text-transform:none; color:#fff;}
.menu_1 a:hover{ font-weight:normal; color: #b7b7b7;}



.menu { float:left;  height: 15px; padding:3px; text-align:center;  }
.menu a{ text-decoration:none; text-transform:none; color:#fff;}
.menu a:hover{ font-weight:normal;  color: #b7b7b7;}
#espacio_menu{ float:left;  height: 15px; width:80px;}
.bull { float:left; height: 15px; padding:0px; text-align:center; font-size:15px; margin-left:7px; margin-right:7px; }
.o { float:left; height: 15px; padding:1px; text-align:center; font-size:13px; margin-left:3px; margin-right:3px; }




#bottom {
    background-color: #EAE7E2;
    height: 14px;
    margin: 0 auto 1.65em;
    overflow: hidden;
    padding: 0;
    width: 82.8em;
}
#bottom_left {
    background-image: url("assets/images/page_border_bottom_left.png");
    background-position: right top;
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    margin: 0;
    padding: 0;
    width: 0.5em;
}
#bottom_center {
    background-image: url("assets/images/page_border_bottom.png");
    background-position: left top;
    background-repeat: repeat-x;
    float: left;
    height: 14px;
    width: 81.6em;
}
#bottom_right {
    background-image: url("assets/images/page_border_bottom_right.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    margin: 0;
    padding: 0;
    width: 0.6em;
}

/* ADDS TDPI */

.espacio{ clear:both;}


/* JURISPRUDENCIA */

form#jurisprudencia table#formulario_jurisprudencia { margin:0 auto; border:none; margin-top:20px;}
form#jurisprudencia table#formulario_jurisprudencia td { border:none;}

form#jurisprudencia table#formulario_jurisprudencia td.formulario_jurisprudencia_label{ width:200px; background-color:#025791; color:#fff; padding:10px; }


form#jurisprudencia table#formulario_jurisprudencia td table.tipo_de_organo { border:none;}
form#jurisprudencia table#formulario_jurisprudencia td table.tipo_de_organo td.tipo_de_organo_label{ width:600px;}


form#jurisprudencia table#formulario_jurisprudencia td table.jurisdiccion { border:none;}
form#jurisprudencia table#formulario_jurisprudencia td table.jurisdiccion td.jurisdiccion_label{ width:200px;}

/* CAUSAS */

.busqueda_de_causas { margin:0 auto; float:left; margin-left:20px; border:0px solid #999; margin-bottom:10px; }

.busqueda_de_causas table#formulario_busqueda_marca{ border:none;}
.busqueda_de_causas table#formulario_busqueda_marca td{ border:none;}
.busqueda_de_causas table#formulario_busqueda_marca table{ border:none;}
.busqueda_de_causas table#formulario_busqueda_marca table td{ border:none;}
.busqueda_de_causas table#formulario_busqueda_marca td.busqueda_marca_label{ width:50px; background-color:#025791; color:#fff; padding:10px; }
.busqueda_de_causas table#formulario_busqueda_marca table td.busqueda_marca_sublabel{ background-color:#CCC; color:#025791; width:120px; padding:2px;}


.busqueda_de_causas table#formulario_busqueda_patente{ border:none;}
.busqueda_de_causas table#formulario_busqueda_patente td{ border:none;}
.busqueda_de_causas table#formulario_busqueda_patente table{ border:none;}
.busqueda_de_causas table#formulario_busqueda_patente table td{ border:none;}
.busqueda_de_causas table#formulario_busqueda_patente td.busqueda_patente_label{ width:50px; background-color:#025791; color:#fff; padding:10px; }
.busqueda_de_causas table#formulario_busqueda_patente table td.busqueda_patente_sublabel{ background-color:#CCC; color:#025791; width:135px; padding:2px;}

.busqueda_de_causas table#formulario_busqueda_proteccion_suplementaria{ border:none;}
.busqueda_de_causas table#formulario_busqueda_proteccion_suplementaria td{ border:none;}
.busqueda_de_causas table#formulario_busqueda_proteccion_suplementaria table{ border:none;}
.busqueda_de_causas table#formulario_busqueda_proteccion_suplementaria table td{ border:none;}
.busqueda_de_causas table#formulario_busqueda_proteccion_suplementaria td.busqueda_proteccion_suplementaria_label{ width:50px; background-color:#025791; color:#fff; padding:10px; }
.busqueda_de_causas table#formulario_busqueda_proteccion_suplementaria table td.busqueda_proteccion_suplementaria_sublabel{ background-color:#CCC; color:#025791; width:130px; padding:2px;}
.busqueda_de_causas table#formulario_busqueda_proteccion_suplementaria table td.busqueda_proteccion_suplementaria_subsublabel{ background-color:#fff; color:#025791; width:130px; padding:2px;}

/* Área TDPI */

#texto_tdpi{ padding:20px; font-size: 10px;}

/* Botones */

.botones_form { width:130px; float:right; margin-right:50px;}
.botones_form input {  height:35px;}


/* Slide Fijo Áreas  */ 

#slide_tdpi_fijo_buscador_de_causas{ background-image:url("assets/images/slide/inapi_5.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_estadisticas{ background-image:url("assets/images/slide/inapi_9.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_fallos-relevantes{ background-image:url("assets/images/slide/inapi_13.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_normativa{ background-image:url("assets/images/slide/inapi_2.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_tdpi{ background-image:url("assets/images/slide/inapi_3.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_audiencias{ background-image:url("assets/images/slide/inapi_10.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_jurisprudencia{ background-image:url("assets/images/slide/inapi_5.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_preguntas-frecuentes{ background-image:url("assets/images/slide/inapi_5.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_informacion-institucional{ background-image:url("assets/images/slide/inapi_5.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_ministros_cat{ background-image:url("assets/images/slide/inapi_12.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_ministros{ background-image:url("assets/images/slide/inapi_12.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}
#slide_tdpi_fijo_noticias{ background-image:url("assets/images/slide/inapi_1.png"); background-repeat:no-repeat; width:900px;  height:122px; margin-top:-12px; border-bottom:1px solid #c0c0c0;}

.espacio_area_slide{width:900px; height:72px;}

.pie_area_slide{width:900px; height:50px;  background-image:url("assets/images/bgs/bg_slide_pie.png");}
pie_area_slide_sin_fondo{width:900px; height:50px;}

.pie_area_slide h2.pie_slide_buscador_de_causas {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_buscador_de_causas a{ font-family:Verdana; background-image:url("assets/images/bgs/buscador_de_causas.png");  display: block;   height: 38px; outline: 0 none; width:500px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_detalle{   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_detalle a{ font-family:Verdana; background-image:url("assets/images/bgs/detalle.png");  display: block;   height: 38px; outline: 0 none; width:500px; background-repeat:no-repeat; margin-left:5px;}


.pie_area_slide h2.pie_slide_fallos-relevantes {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_fallos-relevantes a{ font-family:Verdana; background-image:url("assets/images/bgs/fallos-relevantes.png");  display: block;   height: 38px; outline: 0 none; width:500px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_estadisticas {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_estadisticas a{ font-family:Verdana; background-image:url("assets/images/bgs/estadisticas.png");  display: block;   height: 38px; outline: 0 none; width:500px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_normativa {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_normativa a{ font-family:Verdana; background-image:url("assets/images/bgs/normativa.png");  display: block;   height: 38px; outline: 0 none; width:500px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_tdpi {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_tdpi a{ font-family:Verdana; background-image:url("assets/images/bgs/tdpi.png");  display: block;   height: 38px; outline: 0 none; width:700px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_audiencias {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_audiencias a{ font-family:Verdana; background-image:url("assets/images/bgs/audiencias.png");  display: block;   height: 38px; outline: 0 none; width:700px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_jurisprudencia {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_jurisprudencia a{ font-family:Verdana; background-image:url("assets/images/bgs/jurisprudencia.png");  display: block;   height: 38px; outline: 0 none; width:700px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_preguntas-frecuentes {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_preguntas-frecuentes a{ font-family:Verdana; background-image:url("assets/images/bgs/preguntas-frecuentes.png");  display: block;   height: 38px; outline: 0 none; width:700px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_informacion-institucional {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_informacion-institucional a{ font-family:Verdana; background-image:url("http://www.tdpi.gob.cl/wp-content/uploads/2011/11/informacion-institucional.png");  display: block;   height: 38px; outline: 0 none; width:700px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_noticias {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_noticias a{ font-family:Verdana;  display: block;   height: 38px; outline: 0 none; width:500px; background-repeat:no-repeat; margin-left:5px;}

.pie_area_slide h2.pie_slide_ministros {   text-indent: -10000px;  top: 0;   width: 187px;    z-index: 100;}
.pie_area_slide h2.pie_slide_ministros a{ font-family:Verdana; background-image:url("assets/images/bgs/ministros_new.png");  display: block;   height: 38px; outline: 0 none; width:700px; background-repeat:no-repeat; margin-left:5px;}

/* TABS */


.container_tabs_2 {width: 850px; margin: 5px; font-family:Verdana; }

ul.tabs_2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	width: 100%;
}
ul.tabs_2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-left: none;
	margin-bottom: -1px;
	background: #cacaca;
	overflow: hidden;
	position: relative;
	width: 170px;
	text-align:center;
		
}

ul.tabs_2 li a {
	text-decoration: none;
    color: #fff;
	display: block;
	font-size: 12px;
	padding: 0 0px;
	border-top: 1px solid #f0f0f0;
	outline: none;
	background-color:#025791;
}
ul.tabs_2 li a:hover {
	/*background: #ccc;*/
}	


/*html ul.tabs_2 li.active{  }*/

html ul.tabs_2 li.active a{

	/* background-image:url("http://www.economia.cl/wp-content/themes/gobcl/assets/img/boton_tab_ley.png");*/
	background-color: #f0f0f0;
	border-top: 1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	color:#777;
}

.tab_container_tabs_2 {
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	height:240px;
/*	border-top: none;*/
	clear: both;
/*	float: left; */
	width: 848px;
	background: #fff;
/*	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
	margin-left:1px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
	background:#f0f0f0;
	height:200px;

}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
	font-size: 1.8em;
}
.tab_content h3 a{
/*	color: #fff;*/
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.content_tab_{ font-size:10px; float:left; width:288px; height:168px;}

/* Contenido en áreas */

#contenido_estadisticas{ width:600px; padding:15px }
#contenido_estadisticas h2.encabezado_estadisticas{ color:#025791;}
#contenido_estadisticas h3.sub_encabezado_estadisticas{ width:600px; padding:15px }
.caja_estadistica_1{ width:400px; border-bottom:3px solid #666; border-top:3px solid #CCC; border-left:3px solid #CCC; border-right:3px solid #CCC; padding:10px; margin:0 auto; margin-top:10px;}
.caja_estadistica_2 { border-left:1px solid #000; border-top:1px solid #000; border-bottom:1px solid #666; border-right:1px solid #666; color:#000; font-size:18px; }


/* Noticia Destacada */

#noticia_destaca {width:880px; background-color: #E5E5E5; margin:0 auto;}
#noticia_destaca a{ text-transform:none; text-decoration:none; }
#noticia_destaca .titulo_noticia_destacada
{
-webkit-border-top-left-radius: 5px; 
-webkit-border-top-right-radius: 5px; 
-moz-border-radius-topleft: 5px; 
-moz-border-radius-topright: 5px; 
border-top-left-radius: 5px;
border-top-right-radius: 5px; 
padding:5px;
background:#025791;
height:20px; 
color:#fff; 
font-size:14px; 
padding-left:10px;
}

#noticia_destaca p{

padding:10px;
margin:5px;
color: #025791;
}


.gray{ background:#EAE7E2;}
.white{ background:#fff;}

.detalle{ border-collapse: collapse; padding:20px; width:100%;}
.detalle td{ border:1px solid #ccc; padding:5px;}
.detalle td.label{ border:1px solid #ccc; padding:5px; background:#025791; color:#fff;}
.detalle th{ background:#025791; color:#fff; }


.tabla-show-data{
	
	
	border-collapse:collapse;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	margin:0 auto;
	width:95%;
	
		
}

.tabla-show-data tr:hover{
	
	background:#6498bc;
	color:#fff;
}

.tabla-show-data th{
	
	background:#025791;
	color:#fff;
	border:1px solid #fff;
	padding:5px;
	font-size:13px;
		
}


.tabla-show-data td{
	
	border:1px solid #ccc;
	padding:5px;
	font-size:12px;
	
		
}


/* Lista de Post */ 


#content ul.list{

list-style:none;
margin:0;
padding:0;

}

/* Pagination */

.wp-pagenavi {
	width: 700px;
	clear: both;
	height: 30px;
	text-align: center;
	margin-top: 15px;
}
.wp-pagenavi a {
	color: #fff;
	padding: 5px;
	text-decoration: none;
	text-transform: none;
	background: #025791;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #CCC;
	padding: 5px 9px;
	margin-right: 5px;
}
.wp-pagenavi a:hover {
	color: #fff;
	background: #025791;
}
.wp-pagenavi span.pages {
	color: #fff;
	background: #025791;
}
.wp-pagenavi span.current {
	color: #fff;
	font-weight: bold;
	background: #025791;
}

.tabla-juris{
	border-collapse:collapse;
	width:90%;
}

.tabla-juris th{
	background: #025791;
	color: white;
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
	
}

.tabla-juris td{
	border:1px solid #ccc;
	padding:5px;
}

.tabla-juris tr.gray {
background: #EAE7E2;
}

.tabla-juris tr.white {
background: #FFF;
}

