/*- - - - - - -ESTILOS GENERALES DE LA PAGINA - - - - - - - - - - - */



body{
    font-family: Helvetica, Arial, sans-serif, Verdana;
    color: #000;
    height: auto;
    font-size:8pt;
    line-height: 12pt;
	text-align: center;
	}
	
blockquote{
padding:5px 0px 5px 10px;	
}

p{
padding:5px 0 5px 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif, Verdana;
	font-size:9pt;
	line-height: 12pt;
	text-align: left;
	color: #000;
}

p a:link{
	color: #ffffff;
	/*text-decoration: none;*/
}

p a:visited{
	color:#D39892;
	/*color:#000;*/
	/*text-decoration: none;*/
}

p a:hover{
	/*color: #B72F1C;*/
	color: #000;
	/*text-decoration: underline;*/
}


.renglon{
	clear: both;
    margin:10px 0px 10px 0px;
	}


ul{
margin: 0 0 0 5px;
padding: 0px;
}

ol{
margin: 0 0 0 25px;
padding: 0;
}

.li{
	font-size:9pt;
	list-style: none;
	background-image: url(bullet.gif);
	background-position: 0px +8px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 10pt;
}

.li a:link{
	/*color: #B72F1C;*/
	color: #000;
	/*text-decoration: none;*/
}

.li a:visited{
	/*color:#D39892;*/
	/*color: #B72F1C;*/
	color: #000;
	/*text-decoration: underline;*/
}

.li a:hover{
	/*color: #B72F1C;*/
	color: #000;
	/*text-decoration: underline;*/
}	


h1{/*titulos de seccion*/
font-family: Times, "Times New Roman", serif;
font-size: 16pt;
color: #fff;
#background-color: #0e600c;
#background-color: #FFD18C;
background-color: #B72F1C;
padding: 4px;
margin: 10px 0 0 0;
font-weight: normal;
clear: both;}


h2{/*titulos de categoria*/
font-family: Helvetica, Arial, sans-serif, Verdana;
font-size: 13pt;
color: #FF6600;
font-weight: bold;
padding: 10px 0 0px 0;
margin: 0;
}

h3{/*titulos del item*/
font-family: Helvetica, Arial, sans-serif, Verdana;
font-size: 11pt;
color: #B72F1C;
font-weight: bold;
padding: 10px 0 0px 0;
margin: 0;
}

h3 a:link{
text-decoration: none;
/*color: #BC2B00;*/
color: #000;
}

h3 a:visited{color:#CEA886;
/* text-decoration: underline;*/
}

h3 a:hover{
color: #BC2B00;
/*color: #000;*/
/*text-decoration: underline;*/
}



h4{/*opcional: fecha de publicaci?n, autor, etc*/
	padding:10px 0 5px 0;
	margin: 0;
	font-family:Helvetica, Arial, sans-serif, Verdana;
	font-size:9pt;
	line-height: 11pt;
	text-align: left;
	color: #B72F1C;
	font-weight: normal;
font-style: italic;}

h4 a:link{
/*text-decoration: none;*/
color: #666;
}

h4 a:visited{color:#666;
/*text-decoration: underline;*/
}

h4 a:hover{
color: #BC2B00;
/*color: #000;*/
/*text-decoration: underline;*/
}

h5{/*migas*/ 
	padding: 0px 0px 10px 10px;
	margin: 0;
	font-family:Helvetica, Arial, sans-serif, Verdana;
	font-size:8pt;
	line-height: 12pt;
	text-align: left;
	/*color: #BC2B00;*/
	color: #000;
	font-weight: normal;
font-style: italic;}

h5 a:link{/*migas*/ 
	/*text-decoration: none;*/
	/*color: #BC2B00;*/
	color: #BC2B00
}

h5 a:visited{/*migas*/ 
	color: #978882;
   	/*text-decoration: underline;*/
}

/h5 a:hover{/*migas*/ 
	/*text-decoration: underline;*/
	color: #BC2B00;
	/*color: #000;*/

}

/**********F O R M A T O  P A R A  I M  A G E N E S *************/

.imagen_izq{
	border: none;
	float: left;
	margin: 5px 1% 5px 0px;
}

.imagen_der{
	border: none;
	float: right;
	margin: 5px 0px 5px 1%;
}

.imagen_vert{
	border: none;
	float: right;
	margin: 0px 0px 15px 0px;
}

.foto{
	border-left: 1px solid #999999;
	width: 250px;
	float: right;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 10px;
	font-size: 8pt;
	color: #999;
	}

/**********F O R M A T O  P A R A  T A B L A S *************/

table.tb_foros{
font-size: 9pt;
width:90%;
margin: 5px 4%;
}



table.standard {
	/* standard table spacing*/
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	/*font-size: 10pt; */
}

table.standard th {
	/* celdas encabezado de la tabla */
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #8F2011;
	color: #fff;
	text-align: left;
	vertical-align:center;
	font-weight: bold;
}

table.standard tr {
 /*	 filas */
	vertical-align: top;
	background-color: #F5F5F5;
}

table.standard tr a:link{
 /*	 filas */
	text-decoration: none;
	/*color: #B72F1C;*/
}

table.standard tr a:visited{			
 /*	 filas */
	text-decoration: underline;
	color: #D39892;
}

table.standard tr a:hover{
 /*	 filas */
	text-decoration: underline;
	color: #B72F1C;
}

th a:link, th a:visited{
color:#fff;
text-decoration:underline;
}

table.standard td {
	/* celdas */
	margin: 0px;
	padding: 3px 5px 3px 5px;
}


table.cellborder th, table.cellborder td {
	/* borde de las celdas */
	border: 1px solid #F3DEDB;
	
}


/* filas alternadas */

tr.color1{
	/* 1? y siguiente filas impares */
	background-color: #FFF8EF;
}

tr.color2, tr.alt {
	/* 2? y siguientes filas pares */
	background-color: #FFF2DF;
}


/* formato para las celdas */
th.icon, td.icon {
	text-align: center;
}

/**CALENDARIO**/

.numbers{
font-weight: normal;
}

a.numeros:link, a.numeros:visited{
color: #fff;
}

.dia_calendario{
background-color: #BFBFBF;
font-weight: bold;
}

/***************APARIENCIA******************/

#contenedor{
margin: 0px auto;
text-align: left;
padding: 0px;
width: 980px;
font-family: Helvetica, Arial, sans-serif, Verdana;
}

/***************ENCABEZADO******************/

#encabezado{
position:relative;
width: 490px;
height: 122px;
/**background-image: url(graficas/encabezado.jpg);
background-repeat: no-repeat;**/
}

#encabezado h1, #encabezado h2{display: none;}

.cec{
position:absolute;
right:0px;
height: 59px;
width: 125px;
background-image: url(cec.gif);
background-repeat: no-repeat;
margin-top: 40px;
margin-right: 10px;
float: right;
z-index:3;
}


/***************MENU HORIZONTAL******************/

#menu-sup {
 clear: both;
 width:980px;
 margin: 0 auto;
 height: 25px;
 /*background-color:#0E600C;*/
background-color:#B72F1C;
 }

 .menu {
 font-family: arial, sans-serif;
 /*width:970px;*/
 width:980px;
 position: relative;
 font-size: 1em;
 margin: 0px 0px 0px 0px;
 }

 .menu ul {
 list-style-type: none;
 padding: 0px;
 margin: 0px;
 }

 .menu li {
 float: left;
 position: relative;
 z-index: 100;
 #border-right: 1px solid #B72F1C;
 #border-bottom: 1px solid #B72F1C;
 border-right: 1px solid #FF6600;
 border-bottom: 1px solid #FF6600;
 }

 .menu table {
 margin: 0px;
 padding: 0px;
 position: fixed;
 border-collapse: collapse;
 z-index: 1000;
 }

 .menu a:link, .menu a:visited {
 display: block;
 width: 110px;
 /*width: 112px;
 width: 120px;
 min-width: 110px;*/
 min-width: 110px;
 padding: 4px 2px;
 #background:#0E600C;
 background:#B72F1C;
 text-decoration: none;
 margin-right: 0px;
 text-align: center;
 color: #fff;
 }

 .menu a:hover {
 color: #fff;
 #background:#B72F1C;
 background: #FF6600;
 text-decoration: none;
 }

 .menu ul ul {
 visibility: hidden;
 position: absolute;
 width: 149px;
 height: 0px;
 top: 24px;
 left: 0px;
 font-size:0.9em;
 }

 .menu ul li:hover ul, .menu ul a:hover ul {
 visibility: visible;
 
 }








/***************CONTENIDOS******************/

#bloque-1{
float: left;
width: 810px;
/*background-color: green;*/
margin: 0px;
padding: 0px;
}

#bloque-1-sec{
float: left;
width: 800px;
/*background-color: lime;*/
margin: 0px;
padding: 0 10px;
}

#bloque-1-contenidos{
margin: 14px 0 0 0;
/*background-color: yellow;*/
width: 490px;
float: left;
}

#bloque-1-contenidos h1{
width: 475px;
}

.banner{
width: 490px;
margin: 0px;
padding: 0px;
height: 72px;
background-image: url(banner-promo.gif);
background-repeat: no-repeat;
}

.banner h3{display: none;}

.recuadro{
width: 470px;
border: 0px solid #F3DEDB;
padding: 0px 1% 5px 1%;
margin: 10px 0 0 0;
}



#bloque-1-derecha{
width: 300px;
margin: 14px 10px 0 0;
/*background-color: gray;*/
float: right;
}

#bloque-1-derecha h3{
/*otras noticias*/
font-family: Helvetica, Arial, sans-serif, Verdana;
font-size: 10pt;
color: #B72F1C;
font-weight: normal;
padding: 5px 0 5px 0;
margin: 0;
}

#bloque-1-derecha h3 a:link{
text-decoration: none;
color: #BC2B00;
color: #000;
}

#bloque-1-derecha h3 a:visited{color:#CEA886;
/*text-decoration: underline;*/
}

#bloque-1-derecha h3 a:hover{
color: #BC2B00;
/*color: #000;*/
/*text-decoration: underline;*/
}


#destacados{
#background: #F3DEDB;
background: #f2f2f2;
width: 98%;
margin: 0 0 0 1%;
padding: 5px 1% 5px 1%;
clear: both;
}


#otras-noticias{
/*background-color: #fff;*/
width: 98%;
margin: 15px 0 0 0;
padding: 0 0 5px 0;
border: solid 1px #ffd38e;
background: #fff url(/graficas/pluma2.jpg) no-repeat bottom right;
}

#reflexiones{
background-color: #fff;
width: 98%;
margin: 15px 0 0 0;
padding: 0 0 5px 0;
border: solid 1px #ffd38e;
}

#reflexiones p, #reflexiones h3{
margin-left: 5px;
margin-right: 5px;
}

.otras {
font-family: Times, "Times New Roman", serif;
font-size: 16pt;
#color: #000;
color: #fff;
#background-color: #0E600C;
background-color: #FFD18C;
background-color: #b72f1c;
padding: 5px;
margin: 0px 0 7px 0;
font-weight: normal;
clear: both;}^M






#novedades{
clear: both;
margin-top: 5px;
width: 820px;
/*background-color: red;*/
}

.tabla-novedades{
}

.celdas-novedades{
border: 1px solid #F3DEDB;
padding: 5px;
color: #000;
margin: 5px;
text-align: center;
width: 130px;
}

.celdas-novedades p{
text-align: center;
font-size: 0.9em;
}

#bloque-2{
float: right;
width:155px;
margin: 14px 0 0 0px;
padding: 0px;
background-color: #FFF4E3;
}

#bloque-2-sec{
float: right;
width: 16%;
margin: 0px;
padding: 0px;
background-color: #FFF4E3;
}

#bloque-2-extras{
float: right;
width: 155px;
margin: 0px;
padding: 0px;
background-color: #FFF4E3;
}

#busquedas{
float: left;
width: 150px;
text-align: left;
margin: 10px 0 5px 0px;
}

.form_buscar{
padding: 0; 
margin: 0;
}

.boton-buscar{
font-size: 8pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.input-buscar{
border: 1px solid #BC2B00; 
height: 17px;
padding: 3px 0 0 3px;  
margin-top: 3px;
margin-bottom: 0px;       
font-size: 8pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.menu-extras{
clear: both;
width: 150px;
}

.menu-extras ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

.menu-extras li{}

.menu-extras li a{
display: block;
font-weight: bold;
text-decoration: none;
font-size: 9pt;
color: #FFC671;
padding: 3px 1%;
margin: 4px 0;
width:150px;
background-color: #B72F1C;
}

.menu-extras li a:link{ 
color: #FFC671;
text-decoration: none;
}

.menu-extras li a:hover{
background-color: #FFC671;
color: #B72F1C;
}

.correo-cec-tit{
width: 150px;
margin: 4px 0 0 0;
background-color: #B72F1C;
color: #FFC671;
padding: 3px 1%;
font-weight: bold;
font-size: 9pt;
}

.correo-cec{
border: 1px solid #B72F1C;
margin: 0px;
padding: 0 3px;
background:#FFDFB0;
width: 146px;
}

.correo-cec p{
font-size: 8pt;
line-height: 9pt;
}

.banner-1{
margin: 5px 0;
text-align: center;
width: 150px;
height: auto;
}

.usuario{
width: 140px;
border: 1px solid #BC2B00; 
height: 17px;
padding: 3px 0 0 4px;  
margin-top: 0px;
margin-bottom: 0px;       
font-size: 8pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

#pie{
clear: both;
width: 980px;
text-align: center;
padding-top: 15px;
margin: 10px;
padding: 0px;
border-top: 1px solid #B72F1C;
}

/*************ESTILOS SECUNDARIAS***************/

#menu-sec{
float: left;
width: 225px;
margin: 0px;
padding: 0;
}

#buscador2{
width: 98%;
clear: both;
margin-top: 20px;
margin-left: 50px;
}

.centrado{
text-align: center;
}

/* ================================================================
This copyright notice must be untouched at all times.The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
.menusec {
z-index:1000;
margin:0px 0 0 0px;
/*border-BOTTOM: 1px solid #FFB442;  this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menusec ul {
padding:0;
margin:0;
list-style-type:none;
width:218px;
}

/* hack for IE5.5 */
* html .menusec ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menusec li {
position:relative;
z-index:0;
background:#FFF9EF;
border-top: 1px solid #FFB442;
border-left: 1px solid #FFB442;
/*border-right: 1px solid #FFB442;*/
width:218px;


/*height:26px;*/
}

.lititulo{
text-decoration: none;
line-height: 20pt;
color: #b72f1c;
text-align: right;
font-size: 10pt;
border-right: 1px solid #ffb442;
width:214px;
background-color:#FFAF37;
}


/* get rid of the table */
.menusec table {position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
z-index:100; 
font-size:1em;
}/* style the links */


.menusec a, .menusec a:visited {
display:block;
text-decoration:none;
/*height:25px;*/
padding: 7px 5px 7px 0px;
line-height:10pt;
width:212px;
color:#B72F1C;
text-indent:0px;
text-align: right;
border:1px solid #FFB442;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menusec a, * html .menusec a:visited {background:#fff; width:218px; w\idth:217px;}
/* style the link hover */
* html .menusec a:hover {color:#B72F1C; background:#FFF4E3;}.menusec :hover > a {
color:#B72F1C;
background:#FFF4E3;
}
.menusec ul ul {
visibility:hidden;
position:absolute;
top:0;
left:218px;
}

.menusec ul li:hover ul,
.menusec ul a:hover ul {
visibility:visible;
}
.menusec ul :hover ul ul{
visibility:hidden;
}

.menusec ul :hover ul :hover ul ul{
visibility:hidden;
}

.menusec ul :hover ul :hover ul{
visibility:visible;
}

.menusec ul :hover ul :hover ul :hover ul {
visibility:visible;
}



#contenidos-sec{
float: right;
width: 560px;
margin: 0px 10px 20px 0;
padding: 0;
}

#contenidos-sec h1{
font-family: Helvetica, Arial, sans-serif, Verdana;
font-size: 16pt;
color: #B72F1C;
padding: 5px 0;
margin: 10px 0 0 0;
font-weight: bold;
clear: both;
background-color: transparent;
}

#contenidos-sec-2 a:link, #contenidos-sec-2 a:visited{
color: #B72F1C;
text-decoration:none;
}

#contenidos-sec-2 a:hover{
text-decoration:underline;
}

#submenu{
line-height: 12px;
background-color: #B72F1C;
color: #ffffff;
text-align: right;
padding: 3px 6px;
margin-top:1px;
}

#submenu a:link, #submenu a:visited{
color: #ffffff;
text-decoration: none;
}

#submenu a:hover{
color: #ffffff;
text-decoration: underline;
}

#inputform{
background:#FFF9EF;
border-top: 1px solid #FFB442;
border-left: 1px solid #FFB442;
margin: 5px;
width: 400px;
}

.jurisdicciones-infoprincipal{
background: #fff9ef;
border-top: 1px solid #FFB442;
border-left: 1px solid #FFB442;
margin: 5px;
width: 200px;
text-align: center;
float: left;
}

.jurisdicciones-infoprincipal p{

}

.fade-box {

position:absolute;

}




#box-1, #box-2, #box-3, #box-4, #box-5, #box-6, #box-7{
margin-right: 4px;
margin-top: 0px;
width: 980px;
height: 120px;
}

#topbar{
position:absolute;
border: 0px solid;
padding: 0px;
background-color: transparent;
width: 610px;
visibility: hidden;
z-index: 100;
}



.formato {
        font-family: Tahoma, Verdana, Arial;
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #990000;
}
.alertas {
        font-family: Tahoma, Verdana, Arial;
        font-size: 14px;
        font-weight: bold;
        color: #E7E7CF;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #FFFFFF;
        border-right-color: #666666;
        border-bottom-color: #666666;
        border-left-color: #FFFFFF;
        background-color: #A65353;
}
.botoncillo {
        font-size: 10px;
        font-weight: bold;
        color: #990000;
        background-color: #CCCC99;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #FFCCCC;
        border-right-color: #666666;
        border-bottom-color: #666666;
        border-left-color: #FFCCCC;
        font-family: Tahoma, Verdana, Arial;
        cursor: hand;
}
.botoncillo2 {
        font-size: 10px;
        font-weight: bold;
        color: #990000;
        background-color: #E7E7CF;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #666666;
        border-right-color: #FFFFCC;
        border-bottom-color: #FFFFCC;
        border-left-color: #666666;
        font-family: Tahoma, Verdana, Arial;
        cursor: hand;
}


