/*  
1996-2008 CyberCenter S.A. Todos los Derechos Reservados.
CSS para proyecto {DEFENSORIA PENAL PUBLICA - SITIO WEB}               
Media: SCREEN
Autor: Area Diseño Web - CyberCenter S.A.         					
Fecha de creacion 30/10/2009                        
Fecha de ultima modificacion: dd/mm/aaaa
Version: 1.0
/*

/* llamado CSS menu superior \*/
@import url("menu.css");

body {
	background-color: #E6E7E9;
	text-align: center;
	margin: 0px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
}
.guia { position:absolute; bottom:0; left:0; }
a img {
	border:none !important;
}
.noborde { border:none !important; }

#menu {
	background-color: #FFFFFF;
	height: 24px;
	width: 770px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: auto;
}
#menuInt {
	height: 44px;
	width: 770px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: auto;
	background:url(../images/menu_sec/bg_menu_sec.jpg) top left no-repeat;
}
#contenedor {
	width: 770px;
	background-color: #E6E7E9;
	background-image: url(../images/portada/fondo_general.gif);
	background-repeat: repeat-y;
	margin:auto;
	text-align:left;
	height: auto;
}
#colofon {
	width: 770px;
	height: 47px;
	margin:auto;
}
#centrar{
	width:100%;
	text-align:center;
	margin-bottom:8px;
}
#centrado{
	width:559px;
	height:29px;
	text-align:center;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #548AC7;
	margin-left:auto;
	margin-right:auto;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	color:#B1BAC4;
	line-height:29px;
}
#centrado a {
	color:#5C6F83;
	text-decoration:none;
}
#centrado a:hover {
	color:#000000;
	text-decoration:none;
}
/* MENU LATERAL */
.lateral {
	width: 158px;
	padding-left: 25px;
	padding-right: 10px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	height: 22px;
	background-image: url(../images/interior/costado_derechos.gif);  /* CAMBIAR SEGUN AMBIENTE */
	background-repeat: no-repeat ;
	font-weight: normal;
	color: #2b2d35;
}
.lateral a {
	text-decoration:none;
	color:#FFFFFF;
}
.lateral a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
.lateral strong {
	color:#484D55;
}
.latNoti {
	width: 158px;
	padding-left: 13px;
	padding-right: 10px;
	/*vertical-align: top;*/
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	color:#484D55;
	height: 22px;
	/*font-weight:bold;*/
	background-image: url(../images/portada/fondo_lateral.gif);
	background-repeat: repeat-y;
}
.latNoti a {
	text-decoration:none;
	color:#484D55;
	font-weight:bold;
}
.latNoti a:hover {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}
.latNoti strong {
	color:#484D55;
}
.banners {
	width: 158px;
	padding-left: 13px;
	padding-right: 10px;
	vertical-align: top;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	height: 22px;
	text-align:center;
	background-image: url(../images/portada/fondo_lateral.gif);
	background-repeat: repeat-y;
}
/* CONTENIDO INTERIOR */
.iconoInterior {
	background-image:url(../images/interior/fondo_icono.gif);
	background-repeat: repeat-y;
	width: 40px;
}
.contenido {
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#3D4045;
	padding-left:8px;
	padding-right:10px;
	padding-bottom:15px;
	position:relative;
}
.derechos{
	font-size:12px;
	line-height:15px;
	padding:0 0 0 40px;
}
.derechos2{
	font-size:13px;
}
.bajada {
	font-size:10px;
	color:#9B9EA3;
	line-height:15px;
	font-style:normal;
	font-weight: normal;
}
.contenido { font-family:"Trebuchet MS", Arial, Verdana; color:#3D4045; padding:5px 20px 0 8px; text-align:left; background:url(../images/bg_contenidos.jpg) top left repeat-y; }
.contenido p {
	font-size:12px;
	line-height:20px;
	padding:0 0 0 40px;
	}
.contenido strong {
	color:#484D55;
	font-weight:bold;
}
.contenido em {
	font-style:italic;
	word-spacing: 0.125em;
	letter-spacing: 0.0625em;
}
.contenido h2 {
	font-size:14px;
	color:#185294; 
	font-weight:bold;
	line-height:20px;
	padding:0 0 0 40px;
}
.contenido h3 {
	font-size:11px;
	color:#4a73af;
	font-weight:bold;
	padding:0 0 0 40px;
	/*line-height:25px;*/
}
.contenido h3.bullet {
	font-size:11px;
	color:#4a73af;
	font-weight:bold;
	padding:0 0 0 40px;
	background-image: url(../images/bullet_azul.gif);
	background-repeat: no-repeat;
	background-position: 33px center;	/*line-height:25px;*/
}
.contenido h4 {
	font-size:11px;
	color:#6da3ef;
	font-weight:bold;
	padding:0 0 0 40px;
	/*line-height:25px;*/
}
.contenido h6 {
	font-size:10px;
	color:#9B9EA3;
	line-height:15px;
	font-style:normal;
	font-weight: normal;
}
.contenido a {
	color:#484D55;
	text-decoration:underline;
}
.contenido a:hover {
	color:#000000;
	text-decoration:underline;
}
.contenido ul.indentado {
	font-size: 11px;
	line-height: 20px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 70px;
}
.contenido ul.indentado li {
	background-image: url(../images/bullet_indent.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 9px;
	color: #a1a1a1;
}
.contenido ul {
	font-size: 11px;
	line-height: 20px;
	list-style-image: none;
	list-style-type: none;
}
.contenido li {
	background-image: url(../images/portada/flecha.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 9px;
}
.contenido ul.indentado li.defensores {
	background-position: 0px 6px;
	padding-left: 0px;
	background-image: none;
	font-weight: bold;
	color: #8b8b8b;
}
.contenido .negro {
	color:#000000;
}
.contenido .bajada {
	color:#666666;
	font-size:10px;
	padding:0 0 0 40px;
}
.separador {
	background-image:url(../images/interior/separador.gif);
	background-repeat:repeat-x;
	height:9px;
	width:85%;
}
.contenido ul {
	font-size:11px;
	line-height:20px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.contenido li {
	background-image:url(../images/interior/bullet_corp.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
	}
	
.contenido li a {
	color:#484D55;
	text-decoration:none;
}
.contenido li a:hover {
	color:#000000;
	text-decoration:none;
}
/* FOTOS INTERIOR */
#fotoDer{
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #E3E5E4;
	border-right-color: #C4C8C6;
	border-bottom-color: #C4C8C6;
	border-left-color: #E3E5E4;
	margin-left:10px;
	margin-bottom: 10px;
	float:right;
	text-align:right;
	position:relative;	
}
#fotoIzq{
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #E3E5E4;
	border-right-color: #C4C8C6;
	border-bottom-color: #C4C8C6;
	border-left-color: #E3E5E4;
	margin-right:10px;
	margin-bottom: 10px;
	float:left;
	text-align:left;
	position:relative;	
}
/* FORMULARIOS */
.box{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	color:#3D4045;
	text-align:left;
	background-color:#D5D9DF;
	border-bottom:solid;
	border-bottom-color:#5D86B4;
	border-bottom-width: 1px;
	border-top:solid;
	border-top-color:#185294;
	border-top-width: 1px;
	border-left:solid;
	border-left-color:#185294;
	border-left-width: 1px;
	border-right:solid;
	border-right-color:#5D86B4;
	border-right-width: 1px;
	padding-left: 3px;
	padding-right: 3px;
	}
.box2{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	color:#3D4045;
	background-color:#D5D9DF;
	border-bottom:solid;
	border-bottom-color:#5D86B4;
	border-bottom-width: 1px;
	border-top:solid;
	border-top-color:#185294;
	border-top-width: 1px;
	border-left:solid;
	border-left-color:#185294;
	border-left-width: 1px;
	border-right:solid;
	border-right-color:#5D86B4;
	border-right-width: 1px;
	}
.boxBuscador{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:9px;
	color:#3D4045;
	text-align:left;
	font-weight:normal;
	background-color:#D5D9DF;
	border-bottom:solid;
	border-bottom-color:#5D86B4;
	border-bottom-width: 1px;
	border-top:solid;
	border-top-color:#185294;
	border-top-width: 1px;
	border-left:solid;
	border-left-color:#185294;
	border-left-width: 1px;
	border-right:solid;
	border-right-color:#5D86B4;
	border-right-width: 1px;
	}
.ancho{
	width:120px;	
	}
.listbox{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	color:#3D4045;
	background-color:#D5D9DF;
	padding:0;
	list-style:none;
	overflow:auto;
	background-color:#D5D9DF;
	border-bottom:solid;
	border-bottom-color:#5D86B4;
	border-bottom-width: 1px;
	border-top:solid;
	border-top-color:#185294;
	border-top-width: 1px;
	border-left:solid;
	border-left-color:#185294;
	border-left-width: 1px;
	border-right:solid;
	border-right-color:#5D86B4;
	border-right-width: 1px;
}
/* TABLAS */
.tablaTitulo{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	color: #000000;
	text-align:left;
	height:25px;
	background-color:#BFC5CD;
	padding:5px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7A889B;
	border-bottom-color: #7A889B;
	border-right-width: 0px;
	border-bottom-width: 1px;
}
.tablaCont1{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#3D4045;
	text-align:left;
	height:15px;
	background-color:#D5D9DF;
	padding:5px;
}
.tablaCont1 A{
	color:#000000;
	text-decoration:none;
}
.tablaCont1 A:hover{
	color:#000000;
	text-decoration:underline;
}
.tablaCont1 strong{
	font-weight:bold;
	color:#3D4045;
}
.tablaCont2{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#3D4045;
	text-align:left;
	height:15px;
	background-color:#E2E4E9;
	padding:5px;
}
.tablaCont2 A{
	color:#000000;
	text-decoration:none;
}
.tablaCont2 A:hover{
	color:#000000;
	text-decoration:underline;
}
.tablaCont2 strong{
	font-weight:bold;
	color:#3D4045;
}
.tablaBlanca{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#3D4045;
	text-align:left;
	height:15px;
	background-color:#FFFFFF;
	padding:5px;
}
.tablaBlanca A{
	color:#000000;
	text-decoration:none;
}
.tablaBlanca A:hover{
	color:#000000;
	text-decoration:underline;
}
.tablaBlanca strong{
	font-weight:bold;
	color:#3D4045;
}
.peso{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:0.8em;
	font-style:normal;
	color:#3D4045;
	text-align:left;
}
.paginacion{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	color:#666666;
	font-size:10px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
}
.paginacion a{
	color:#5D86B4;
	text-decoration:none;
}
.paginacion a:hover{
	color:#000000;
	text-decoration:none;
}


/* BREADCRUMBS */
#breadcrumbs { float:left; /*background:url(../images/html/bg_ruta.jpg) repeat-x;*/ height:21px; margin:0; padding:0 0 0 40px; width:90%; }
#ruta { float:left; background:url(../images/html/ico_ruta.jpg) left no-repeat; width:90%; font-family: "Arial Narrow", Arial, Helvetica; font-size: 11px; color: #A7ACAF; padding:2px 0 2px 5px; margin:0 0 0 7px; }
#ruta .primero { padding:0 5px 0 5px; }
#ruta .normal { border-left:1px dotted #A3C53A; padding:0 5px 0 5px; }
#ruta .ultimo { border-left:1px dotted #A3C53A; padding:0 5px 0 5px; color:#069; font-weight:bold; }
#ruta a { color:#A7ACAF; text-decoration:none; }
#ruta a:hover { color:#333; text-decoration:none; }
#ruta ul { margin:0px; padding:0px; list-style-type:none; }
#ruta li { float:left; padding:0 3px 0 12px; }


/* CONTENIDOS */
#top_contenidos {
	width:589px;
	margin:-36px 0 0 0;
	float:left;
	background:none;
	height:380;
	position:relative;
}
#top_contenidos .fecha { color:#7F7F7F; float:left; margin:15px 0 0 15px; }

.caja_buscar { width:108px; color:#999; font-size:11px; height:17px; background:#D5D9DF; border:none; border-top:1px solid #EAECEF; }
#ad_buscador { float:right; margin:10px 20px 0 0; }
#contenidos { width:589px; float:right; position:relative; }

/* CCC */
#ccc { width:770px; height:145px; }

.contenido h1 {
	color:#004692;
	font-size:14px;
	background:url(../images/bullet_h1_derechos.gif) 40px 4px no-repeat;
	padding:0 0 0 55px;
	margin:0;
}

.contenido em { padding:0 0 0 40px; color:#000; font-size:11px; font-style:normal; margin:0; display:block; }
.contenido cite { padding:0 0 0 40px; color:#999; font-size:10px; font-style:normal; }

/* LATERAL */
#leteral_int { width:181px; text-align:left; float:left; }
#menu_lateral_int { float:right; background:#2B7D9E url(../images/interior/costado_derechos_new.gif) repeat-y; width:181px; border-bottom:1px solid #FFF; }
#menu_lateral_int ul { width:175px; margin:0; padding:0; list-style-type:none; text-align:left; }
#menu_lateral_int li { background:url(../images/bullet_menu_lateral_noticias.gif) 13px 8px no-repeat; padding:3px 0 6px 23px; border-bottom:1px dotted #CCC; }
#menu_lateral_int li a { color:#FFF; text-decoration:none; }
#menu_lateral_int li a:hover { color:#FFF; text-decoration:underline; }
.top_menu_derechos { background:url(../images/interior/derechos/latAdo_arriba.gif) top left no-repeat; height:5px; width:181px; }
.bottom_menu_derechos { background:url(../images/interior/derechos/lat_abajo_new.gif) top left no-repeat; height:44px; width:181px; }



/* PIE */
#pie_int { background:url(../images/bg_pie_derechos.jpg) no-repeat; width:770px; height:58px; }
#pie_int p { width:575px; font-size:10px; color:#FFF; text-align:center; padding-top: 5px; padding-right: 0; padding-bottom: 0;	padding-left: 181px; }
#pie_int a { color:#FFF; text-decoration:none; }
#pie_int a:hover { color:#FFF; text-decoration:underline; }


.dato { margin:0 auto 0 50px; padding:0; border:none; width:400px; }
.dato th { color:#000; font-size:12px; background-color:#BFC5CD; border-bottom:1px solid #7A889B; border-top:1px solid #7A889B; border-right:1px solid #FFF; font-weight:bold; padding:5px; text-align:left; }
.dato td { background:#D5D9DF; color:#3D4045; padding:5px; border-bottom:1px solid #FFF; border-right:1px solid #FFF; }	
.dato tr.dif td { background:#E2E4E9; }
.dato2 { width: 400px; margin:0 0 0 50px; }

.dato2 th {	color:#FFF; font-size:12px; background-color:#BFC5CD; border-bottom:1px solid #7A889B; border-top:1px solid #7A889B; font-weight:bold; padding:7px; text-align:left; }
.dato2 td { background:#FFF; color:#000065; padding:7px; border-left:1px solid #BFC5CD; border-right:1px solid #BFC5CD; border-bottom:1px solid #BFC5CD; }	
.dato2 tr.dif td { background:#E2E4E9; }
.dato2 tr.dif2 td { background:#D5D9DF; }
.dato2 caption { font-weight: bold;	text-align: left; color: #5d86b4; }
.dato2 caption span { font-weight: normal; color: #666666;	display: block;	clear: both; }
.dato2 td.flecha { background-image: url(../images/flecha.gif);	background-repeat: no-repeat; background-position: left center; }

.clear { clear:both; }

.paginador { font-size:10px; font-family:"Trebuchet MS", tahoma, arial; color:#333; text-align:center; margin:0 auto; }
.paginador span a { font-weight:bold; color:#069; text-decoration:none; }
.herramientas { border-top:1px dashed #CCC; text-align:center; margin:0 auto; width:450px; padding:5px 0 5px 0; }

/* NOTICIAS - REGIONES */
.destacados_portada { width:236px; margin:0 0 0 40px; float:left; }
.naranjo {
	color: #FF6600;
}
.negrita {
	font-weight: bold;
}
.azul {
	color: #004692;
}
.verde {
	color: #92d140;
}
.amarillo {
	color: #ffca00;
}

.dato3 { margin:0 auto 0 40px; padding:0; border:none; width:88%; font-size:12px; }
.dato3 th { color:#000; font-weight:bold; padding:2px; text-align:left; }
.dato3 td { color:#3D4045; padding:2px; }	
.dato3 tr.dif td { background:#ffffff; }

