/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/

* { /*TODO*/
	margin:0; /*todos los elementos*/
	padding:0; 
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/ /*???*/
	}
	
body { /*CAJA*/
	background:url(http://www.chubut.edu.ar/descargas/img/background.gif); /*fondo total*/
	color:#666; /*todos los txt*/
	margin:35px 0 25px 0; /*margenes caja ppal.*/  
	}

body, select, input, textarea { /*TXT TOTAL*/
	font:12px Arial, Verdana, Sans-Serif;	/*todos los txt*/
	}
	
p { /*PARRAFOS*/
	margin:10px 0 15px 0; /*margen entre parrafos*/
	line-height:160%; /*interlineado parrafos*/
	}

a, a:visited { /*LINKS*/
	color:#587837; 
	text-decoration:none; 
	}

a:hover, a:active { /*LINKS*/
	color:#587837; 
	text-decoration:underline; 
	}
	
hr { /*???*/
	display: block;
	height:50px;
	background:#fff;
	border:0;
	color:#fff;
	}

table { /*TABLA*/
	border-collapse:collapse;
	width:100%; /*ancho*/
	margin-top:10px; /*margen entre fechas y titulo de mes*/
	*margin-top:5px; /*margen entre titulo de mes y titulo sidebar*/
	font-size:10px; /*tamano fechas*/
	color:#666; /*color dias de semana*/
	}

td { /*???*/
	padding:4px 6px; 
	background:#fff; 
	}
		
table caption {/*TITULO TABLA*/
	padding:3px 0; 
	text-align:center; 
  	font-size:10px; 
	text-transform:uppercase; 
	color:#fff; 
	letter-spacing:0.07em; 
	height:20px; 
	*height:24px; 
	background-image:url(http://www.chubut.edu.ar/descargas/img/header_table_ie.gif); 
	background-color:#214083;
	}	
			
a img, a:visited img { /*IMG.*/
	border:none;/*borde todas img.*/
	}
	
blockquote { /*CITAS*/
	color:#666; 
	padding:0 0 0 15px; 
	margin:20px 50px; 
	border-left:3px solid #cbd5df; 
	font:italic 12px Georgia, "Times New Roman", Times, serif; 
	}

pre { /*TITULO 2*/
	font:16px Georgia, "Times New Roman", Times, serif; 
	color:#214083; 
	letter-spacing:0; 
	Text-transform:none; 
	border:none; 
	}				


/* ---------- @ Structure -----------*/

#page { /*CAJA*/
	width:880px; 
	margin:0 auto; 	
	}
	
#wrapper {/*FONDO CAJA*/
	background:#fff; 
	font-size:12px; 
	padding:15px; 
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
	}
	
#content { /*CAJA LEAD, ULTIMAS NOTICIAS Y NOVEDADES EN INICIO*/
	width:628px; 
	float:left; 
	}

#description { /*IMG. HEADER - sin usar*/
	width:0; 
	height:0; 	
	}
		
.left { /*???*/
	float:left;
	}

.right { /*???*/
	float:left;	
	}

#sidebar { /*SIDEBAR*/
	width:200px; 
	float:right; 
	margin:10px 0; 
	}

#featured-cats { /*NOVEDADES*/
	width:200px; 
	float:right; 
	}

#more-posts { /*ULTIMAS NOTICIAS*/
	width:408px; 
	float:left; 
	}
	
	
/* ---------- @ Headers -----------*/

h1 { /*TITULO 3*/
	font:16px Georgia, "Times New Roman", Times, serif; 
	color:#214083; 
	letter-spacing:0; 
	Text-transform:none; 
	border:none; 	
	}
	
h2 { /*TXT - NO ENCONTRADO*/
	font: bold 11px Arial, Verdana, Sans-Serif;
	padding:5px 0; 
	margin:50px 200px 0px;	
	color:#214083; 
	text-transform:uppercase; 
	text-align:center; 
	border-top:3px double #ccc; 
	border-bottom:1px solid #ccc; 
	letter-spacing:0.3em; 
	}

#lead h2 { /*TXT TITULO LEAD - TITULO NOTICIA PPAL.*/
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding:0 0 8px 0; 
	margin:0px; 
	text-align:left; 
	line-height:130%; 
	text-transform:none; 
	letter-spacing:0; 
	border-bottom:1px dotted #587837; 
	*border-bottom:1px solid #587837; 
	border-top:none; 
	}	
	
.post h2 { /*TITULOS ENTRADAS*/
	font:24px Georgia, "Times New Roman", Times, serif; 
	margin:0; 
	text-align:left; 
	line-height:130%; 
	text-transform:none; 
	letter-spacing:0; 
	border-bottom:1px dotted #214083; 
	*border-bottom:1px solid #214083; 
	border-top:none; 
	color:#214083; 
	}
	
h2.posttitle { /*CAJA TITULOS ENTRADAS*/
	margin:20px 0 0; 
	padding:0 0 5px 0;	
	}

h2.pagetitle { /*TITULOS PAGINAS*/
	font:24px Georgia, "Times New Roman", Times, serif; 
	margin:20px 0 0; 
	padding:0 0 10px;	
	text-align:left; 
	line-height:130%;  
	text-transform:none; 
	letter-spacing:0; 
	border-bottom:1px dotted #214083; 
	*border-bottom:1px solid #214083; 
	border-top:none; 
	color:#214083; 
	padding:0 0 5px 0;
	}
				
h3 { /*TXT TITULOS SIDEBAR, ULTIMAS NOTICIAS, NOVEDADES*/
	border-top:3px double #ccc; 
	border-bottom:1px dotted #ccc; 
	*border-bottom:1px solid #eee; 
	padding:5px 0 5px 2px; 
	margin:10px 0 5px 0; 	
	letter-spacing:0.3em; 
	text-transform:uppercase; 
	font:bold 11px Arial, Verdana, Sans-Serif; 
	color: #214083; 
	}

.post h3 { /*TITULO 5*/
	font:16px Georgia, "Times New Roman", Times, serif; 
	color:#214083; 
	letter-spacing:0; 
	Text-transform:none; 
	border:none; 
	}
	
#featured-cats h3, #more-posts h3 {/*CAJA ULTIMAS NOTICIAS Y NOVEDADES*/
	margin:0 0 10px; 
	}
		
h3#respond { /*???*/
	margin:45px 0 20px 0;
	}

h3#comments {/*???*/
	margin-top:32px;
	}

h4 {/*TITULOS NOTICIAS ULTIMAS NOTICIAS*/
	font:14px Georgia, "Times New Roman", Times, serif; 
	line-height:130%; 
	}
	
.post h4 { /*TITULO 6*/
	font:16px Georgia, "Times New Roman", Times, serif; 
	color:#214083; 
	letter-spacing:0; 
	Text-transform:none; 
	border:none; 	
	}
	
.archive-list h4 { /*TXT LISTA DE NOTICIAS*/
	margin:0; 
	font-size:14px; 
	line-height:130%;	
	}
	
h5 { /*TITULOS BARRAS DE NOVEDADES y TITULO 7*/
	font:10px Arial, Verdana, Sans-Serif; /*estilo tamano y fuente txt*/
	padding:3px 0 3px 4px; 
	text-align:left; 
	text-transform:uppercase; 
	letter-spacing:0.07em; 
	background:url(http://www.chubut.edu.ar/descargas/img/header_novedades.gif) repeat-x; 
	*background-image:url(http://www.chubut.edu.ar/descargas/img/header_novedades.gif);
	background-color:#eaede2;
	border: 1px dotted #c1d0af;
	}

h6 { /*TITULO 8*/
	font:16px Georgia, "Times New Roman", Times, serif; 
	color:#214083; 
	letter-spacing:0; 
	Text-transform:none; 
	border:none; 
	}

	
/* ---------- @ Content Styles -----------*/

/*Misc*/

h1 a, h1 a:visited { /*TITULO 3 LINK*/
	color:#587837; 
	text-decoration:none; 
	}

h1 a:hover, h1 a:active { /*TITULO 3 LINK*/
	color:#587837; 
	text-decoration:underline; 
	}
			
h4 a, h4 a:visited { /*TITULO 6 LINK*/
	color:#587837; 
	text-decoration:none; 
	}
	
h4 a:hover, h4 a:active { /*TITULO 6 LINK*/
	color:#587837; 
	text-decoration:underline; 
	}
	
h5 a, h5 a:visited { /*TITULO 5 LINK*/
	color:#587837; 
	text-decoration:none; 
	}
	
h5 a:hover, h5 a:active { /*TITULO 5 LINK*/
	color:#587837; 
	text-decoration:underline; 
	}

#more-posts img, .archive-list a img, .archive-list a:visited img {/*IMG. LISTA NOTICIAS*/
	float:left; 
	margin:0 10px 0 0; 
	padding:3px; 
	border:1px solid #ccc; 
	}
	
#more-posts img { /*IMG. ULTIMAS NOTICIAS*/
	margin:3px 10px 0 0;
	}

#more-posts p { /*IMG. ULTIMAS NOTICIAS*/
	margin-bottom:0;
	}

.recent-excerpts { /*LISTA TITULOS DE ULTIMAS NOTICIAS*/
	padding-bottom:15px; 
	}

#featured-cats ul { /*LISTA TITULOS NOVEDADES*/
	margin:5px 0px 15px 10px;  
	}

#featured-cats li { /*LISTA TITULOS NOVEDADES*/
	border-bottom:1px dotted #ccc; 
	line-height:130%; 
	padding: 5px 0 2px 0;
	}
		
#lead { /*NOTICIA LEAD*/
	margin:20px 0; 
	background:url(http://www.chubut.edu.ar/descargas/img/lead_background.jpg)repeat-x; 
	*background:url(http://www.chubut.edu.ar/descargas/img/lead_background.jpg)repeat-x;
	background-color:#eaede2;	
	border:1px dotted #c1d0af; 
	*height:210px;	
	}
	
#lead:hover { /*NOTICIA LEAD HOVER*/
	background:url(http://www.chubut.edu.ar/descargas/img/lead_background.jpg)repeat-x #eaede2;
	}

#lead-text { /*TXT NOTA NOTICIA LEAD*/
	float:left; 
	width:300px; 
	margin:15px 15px 15px 15px; 
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ { /*???*/ 
	margin-bottom:15px;
	}

#lead img { /*IMG. NOTICIA LEAD*/
	float:left; 
	margin:15px 0px 15px 15px; 
	border:1px solid #c1d0af; 
	padding:3px; 
	}
			
.commentcount { /*CONTADOR COMENTARIOS DE NOTICIA LEAD - SIN USO*/
	padding-right:5px; 
	background-image:url(http://www.chubut.edu.ar/descargas/img/fondo.gif); 
	font:.8em Arial, Verdana, Sans-Serif; 
	display:none;
	}

#lead h2 .commentcount { /*CONTADOR COMENTARIOS DE NOTICIA LEAD - SIN USO*/
	font-size:0.4em;
	}

.postmetadata .commentcount { /*CONTADOR COMENTARIOS DE NOTICIA LEAD - SIN USO*/
	font-size:1em;
	}
		
.date { /*FECHA EN NOTICIA LEAD Y ULTIMAS NOTICIAS*/
	float:left;
	margin:13px 3px 0px 0;
	font: bold 10px Arial, Verdana, Sans-Serif;
	}

#featured-cats .date {/*FECHA EN NOVEDADES - SIN USO*/
	margin: 2px 3px 0 0; 
	display:none;
	}


/*Sidebar and Widgets*/

#sidebar li, .headlines li { /*TITULOS NOTICIAS SIDEBAR*/
	margin:0 0 0 14px;
	*margin:0 0 0 12px;
	padding:2px 0 0 0;
	list-style-image:url(http://www.chubut.edu.ar/descargas/img/bullet4.gif); 
	*list-style-image:url(http://www.chubut.edu.ar/descargas/img/bullet6.gif); 
	font: 11px Arial, Verdana, Sans-Serif;
	color: #587837;
	}
	
#sidebar li li { /*TITULOS NOTICIAS SIDEBAR*/
	list-style-image:url(http://www.chubut.edu.ar/descargas/img/bullet5.gif); 
	}
		
#sidebar a, #sidebar a:visited,  /*LINK SIDEBAR*/
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#587837; 
	text-decoration:none; 
	}	

#sidebar a:hover, #sidebar a:active, /*LINK SIDEBAR*/
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#587837; 
	text-decoration:underline;
	}

#wp-calendar td {/*TXT CALENDARIO*/
	text-align:center;
	padding:2px;
	color:#666;
	}	
	
#recentcomments { /*COMENTARIOS - SIN USO*/
	color:#fff;
	}

a.rsswidget, a.rsswidget:visited { /*RSS - SIN USO*/
	font-weight: bold;
	}

#ads img, .wp125ad img { /*WIDGET WP125 - SIN USO*/
	float:left;
	margin:0px 0 5px 0px;
	}

.textwidget { /*TXT WIDGET*/
	margin:10px 0 0 0;	
	line-height:130%;
	font-size: 10px;
	}	
	
.widget td { /*WIDGET TABLA*/
	background:#fff; 
	}
	
.widget table { /*WIDGET TABLA*/
	border:none; 
	}
		
			
/*Single Posts*/

#writer { /*???*/
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	}
	
#writer img { /*???*/
	padding:1px;
	border:8px solid #fff;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags { /*ETIQUETAS*/
	font:10px Arial, Verdana, Sans-Serif; 
	padding:5px; 
	text-align:left; 
	text-transform:uppercase; 
	letter-spacing:0px; 
	background:#eaede2; 
	}	

#tags a, #tags a:visited {/*LINK ETIQUETAS*/
	text-decoration: none;
	}
	
#tags a:hover, a:active { /*LINK ETIQUETAS*/	
	text-decoration: underline; 
	}
	
	
/*Archives*/

.archive-list {/*CAJA LISTA NOTICIAS*/
	margin:15px 0 0 0;
	}
	
.archive-list li {/*LISTA NOTICIAS*/
	width:299px; 
	height:110px; 
	float:left;
	margin:5px 15px 5px 0;
	border-bottom:1px dotted #ccc; 
	}

.archive-list img { /*IMG. LISTA NOTICIAS*/
	margin:0;
	}

.archive-list .postmetadata {/*FECHA EN LISTA NOTICIAS*/
	padding:5px 0 0 0; 
	font:bold 10px Arial, Verdana, Sans-Serif;
	color:#666; 
	float:right; 
	}
		
#pagination { /*TXT ARCHIVOS ANTERIORES Y SIGUIENTES*/
	margin-top:20px; 
	font:10px Arial, Verdana, Sans-Serif;
	text-transform:uppercase; 
	}

#pagination .left { /*TXT ARCHIVOS SIGUIENTES*/
	width:299px; 
	text-align:right; 
	margin-right:15px; 
	}

#pagination .right { /*TXT ARCHIVOS ANTERIORES*/
	float:left; 
	width:299px; 
	}


/* ---------- @ Post Styles -----------*/

.entry {/*NOTICIA*/
	padding:0px;
	}

.postmetadata {/*FECHA NOTICIA*/
	font:bold 10px Arial, Verdana, Sans-Serif;
	color:#999; 
	text-transform:uppercase; 
	margin-top:5px; 
	}	

.post code { /*???*/
	background:#fff;
	padding:3px;
	font-size:1.2em;
	}
	
.post ul li {/*BULLET EN NOTICIAS*/
	margin-left:30px; 
	line-height:160%; 
	list-style-image:url(http://www.chubut.edu.ar/descargas/img/bullet1.gif); 
	vertical-align: middle;
	}
	
.post ul li li {/*BULLET DOBLE EN NOTICIAS*/
	margin-left:30px; 
	line-height:160%; 
	list-style-image:url(http://www.chubut.edu.ar/descargas/img/bullet3.gif); 	
	vertical-align: super;
	}

.post ol li {/*BULLETS EN MULTIPAGE*/
	margin-left:32px; 
	line-height:180%; 
	list-style-image:url(http://www.chubut.edu.ar/descargas/img/bullet2.gif); 	
	}


/*Images*/
	
.entry img {/*IMG. NOTICIAS*/
	display:block; 
	border:1px solid #ccc; 
	padding:3px; 
	}

.wp-caption.alignleft, /*IMG. CON EPIGRAFE*/
.wp-caption.alignright, 
.wp-caption.aligncenter { 
	background:#eaede2; 
	padding:5px; 	
	}

img.alignleft { /*IMG. ALINEADA A IZQUIERDA*/
	margin:5px 10px 0 0; 
	float:left; 
	}

img.alignright { /*IMG. ALINEADA A DERECHA - SIN USO*/
	margin:5px 0 0 10px; 
	float:right; 
	}

.wp-caption.alignleft { /*IMG. CON EPIGRAFE ALINEADA A IZQUIERDA*/
	float:left; 
	margin:5px 10px 0 0; 
	}
	
.wp-caption.alignright { /*IMG. CON EPIGRAFE ALINEADA A DERECHA - SIN USO*/
	float:right; 
	margin:5px 0 0 10px; 
	}

.wp-caption.aligncenter, img.aligncenter { /*IMG. CON EPIGRAFE ALINEADA AL CENTRO - SIN USO*/
   margin:0 auto; 
	display:block; 
	margin-bottom:15px; 
	float:none 
   }
		
p.wp-caption-text {/*TXT EPIGRAFE*/
	padding:3px 0 0 0; 
	font-size:11px; 
	text-align:center; 
	margin:0; 
	}	

.wp-caption img { /*IMG. SOLA DE EPIGRAFE*/
	float:none; 
	margin:2px 0px 0px 2px; 
	border:1px solid #ccc; 
	}	

.gallery { /*GALERIA - SIN USO*/
	margin:15px 0;
	display:block;
	}
	
.gallery img {/*GALERIA - SIN USO*/
	border:1px solid #ccc !important;
	padding:3px;
	}

.gallery-item { /*GALERIA - SIN USO*/
	padding:12px 0;
	}

.gallery-caption { /*GALERIA - SIN USO*/
	padding:10px;
	}
		
	
/* ---------- @ Comments -----------*/ 

.reply a, .reply a:visited  { /*COMENTARIOS - SIN USO*/
	width:75px;
	background:#fff;
	color:#fff;
	display:block;
	margin-bottom:5px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover { /*COMENTARIOS - SIN USO*/
	background:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;	
	color:#fff;
	}

.reply a:active { /*COMENTARIOS - SIN USO*/
	background:#fff;
	}
			
.commentlist li { /*CAJA DE TODOS LOS COMENTARIOS*/
	margin:20px 20px 0 40px;
	padding:0;
	background:#fff;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	list-style:none;
	}

.commentlist li.depth-2 { /*COMENTARIOS - SIN USO*/
	border:none;
	background:#fff;
	border-top: 1px solid #fff;	
	margin-left:10px;
	}

.commentlist li.depth-3	 { /*COMENTARIOS - SIN USO*/
	margin-left:10px;
	border:none;
	background:#fff;
	}

.commentlist li.bypostauthor { /*COMENTARIOS - SIN USO*/
	background:#fff !important; 
	border:1px solid #fff !important;
	}
	
.commentlist code { /*COMENTARIOS - SIN USO*/
	background:#fff;
	padding:3px;
	}
	
.avatar { /*COMENTARIOS - AVATAR - SIN USO*/
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #fff;
	background:#fff;	
	}

#trackbacklist li { /*COMENTARIOS - SIN USO*/
	margin: 10px 0 0px 10px;
	}

#trackbacklist cite { /*COMENTARIOS - SIN USO*/
	font-style:normal; 
	}
			
cite.fn { /*NOMBRE DE USUARIO*/
	font:12px Georgia, "Times New Roman", Times, serif; 
	text-transform:uppercase;
	display:block;	
	color:#214083;
	letter-spacing:1px;
	}	

.says { /*COMENTARIOS - SIN USO*/
	display:none;
	}
	
.commentmetadata { /*COMENTARIOS - SIN USO*/
	float:left
	}
 
.comment-date a, .comment-date a:visited { /*FECHA Y HORA*/
	color:#999;
	font-size:0.9em;
	text-decoration:none;
	margin-top:5px;
	}

.commentmetadata a:hover, .commentmetadata a:active  { /*FECHA Y HORA HOVER*/
	color:#999;
	font-size:0.9em;
	text-decoration:underline;
	margin-top:5px;
	}

				
/* ---------- @ Form Elements -----------*/ 

#author, #email, #comment, #url, #s { /*BUSCAR - SIN USO*/
	background:#fff!important; 
	}

#author, #email, #url { /*FORMULARIO - SIN USO*/
	width:220px;
	}
		
.button { /*FORMULARIO BOTON - SIN USO*/
	padding:2px 5px 3px 5px; 
	background:url(http://www.chubut.edu.ar/descargas/img/search_up.gif); 
	color:#fff !important;
	border:none;
	font-size:10px; 
	text-transform:uppercase; 
	}

.button:hover { /*FORMULARIO - SIN USO*/
	background:url(http://www.chubut.edu.ar/descargas/img/search_hover.gif); 
	}

.button:active { /*FORMULARIO - SIN USO*/
	background:url(http://www.chubut.edu.ar/descargas/img/search_hover.gif); 
	}

#commentform textarea { /*FORMULARIO - SIN USO*/
	width:98%;
	margin-top:5px;
	height:250px;
	}

#searchform { /*BUSCAR TXT ARRIBA*/
	float:left; 
	text-align:left; 
	color:#fff;	
	font-size:1px; 
	margin-top:8px; 
	}

#s { /*BUSCAR CAMPO*/
	width:135px; 
	height:14px; 
	font-size:10px; 
	border:1px solid #ccc; 
	padding:2px; 
	}
	
#s:focus { /*BUSCAR CAMPO HOVER*/
	background:#eee !important; 
	}

#searchsubmit { /*BUSCAR BOTON*/
	text-align:center; 
  	font-size:10px; 
	text-transform:uppercase; 
	color:#fff; 
	background:url(http://www.chubut.edu.ar/descargas/img/search_up.gif); 
	border:none !important; 
	padding:2px 3px 3px 3px; 
	margin-left:2px; 
	}
	
#searchsubmit:hover { /*BUSCAR BOTON HOVER*/
	background:url(http://www.chubut.edu.ar/descargas/img/search_hover.gif); 
	}
	
#searchsubmit:active { /*BUSCAR BOTON PRESIONADO*/
	background:url(http://www.chubut.edu.ar/descargas/img/search_down.gif); 
	}
		

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
	
/* ---------- @ Footer -----------*/

#footer { /*FOOTER*/
	font: 10px Arial, Verdana, Sans-Serif; 
	color:#666; 
	background:url(http://www.chubut.edu.ar/descargas/img/footer_background.gif); 
	border-right:1px solid #ccc; 
	border-left:1px solid #ccc; 
	border-bottom:2px solid #587837; 
	padding:5px 15px; 
	}

#footer a, #footer a:visited { /*LINKS FOOTER*/
	color:#587837; 
	text-decoration:none; 
	}

#footer a:hover, a:active  { /*LINKS FOOTER*/
	color:#587837; 
	text-decoration:underline; 
	}
	
#footer img { /*IMG. FOOTER*/
	vertical-align:baseline; 
	}
	
#copyright { /*COPYRIGHT - SIN USO*/
	float:left;
	width:550px;
	}

#rss { /*RSS - SIN USO*/
	float:right;
	width:350px;
	text-align: right	
	}
	
/* ---------- @ Multipage -----------*/
	
span.contentjumplink { /*???*/
	font-size:2em; 
	color:#fff; 
	vertical-align:middle; 
	font-weight:bold; 
	padding:0 3px;
	}
							
a.contentjumplink { /*???*/
	font-size:2em; 
	color:#fff; 
	vertical-align:middle; 
	font-weight:bold; 
	padding:0 3px;
	}
	
a.contentjumpall {  } /*???*/
	
span.contentjumpall {   } /*???*/

span.contentjumptitle { /*???*/
	vertical-align:middle ; 
	color:#fff; 
	font-weight:bold;
	border:1px #fff solid;
	border-top-color:#fff;
	padding:3px;
	}
							
a.contentjumptitle { /*???*/
	vertical-align:middle;
	border:1px #fff solid; 
	border-top-color:#fff; 
	padding:3px;
	}

select.contentjumpddl { /*???*/
	vertical-align:middle; 
	margin:0; 
	color:#fff;
	font-weight:bold; 
	font-family: Arial, Verdana, Sans-Serif;
	width:160px;
	}

ol.contentlist { /*???*/
	background-color:none;
	text-align:left;
	line-height:3px;
	margin:15px 0 30px -20px;
	font: bold 11px Arial, Verdana, Sans-Serif;
	
	}
	
ol.contentlist li { /*???*/
	padding:0;
	}
	
span.contentlist { /*TXT PRESIONADO*/
	color:#214083;
	font-weight:bold;
	}
	
a.contentlist { /*???*/
	padding: 0px;
	}
	
li.contentlistall { } /*???*/

span.contentjumpnumber { /*???*/
	vertical-align:middle;
	color:#fff; 
	font-weight:bold;
	border:1px #fff solid; 
	border-top-color:#fff; 
	background-color:#fff; 
	padding:3px;
	}
								
a.contentjumpnumber { /*???*/
	vertical-align:middle; 
	border:1px #fff solid ; 
	border-top-color:#fff; 
	padding:3px;
	}
							
a.contentjumpnumber:hover { /*???*/
	border-top-color:#fff;
	}
	
			
/* ---------- @ Botones del header -----------*/			

#id_contenedor_botones_header_1{
	float:left;
	height:142px;
	}

#id_boton_ir_al_inicio { /*IMG. LOGO MINISTERIO*/
	display:block; 
	background: transparent url(http://www.chubut.edu.ar/descargas/img/header_educacion.jpg) no-repeat; 
	width:519px; 
	height:142px; 
	float:left; 
	}

#id_boton_ir_al_inicio a:hover { /*IMG. LOGO MINISTERIO*/
	text-decoration:none; 
	}

#id_boton_ir_a_gob { /*IMG. GOBIERNO*/
	display:block; 
	background:transparent url(http://www.chubut.edu.ar/descargas/img/header_gobierno.jpg) no-repeat; 
	width:101px; 
	height:142px; 
	float:left; 
	}

#id_contenedor_botones_header_2 { /*CAJA BANNERS*/
	float:left;	
	width:200px;
	height:142px;
	margin-left:28px;
	padding:0px;
	}

#id_contenedor_botones_header_2_col1 { /*COLUMNA BANNER 1 Y 2*/
	float:left;
	display:block;
	height:142px;
	width:95px;
	}
	
#id_contenedor_botones_header_2_col2 { /*COLUMNA BANNER 3 Y 4*/
	float:left;
	height:142px;
	width:95px;
	display:block;
	margin-left:10px;	
	}

#id_contenedor_botones_header_2 a {
	display:block;
	width:95px;
	height:66px;
	}

#id_hd_banner_1 { /*BANNER 1*/
	background:transparent url(http://www.chubut.edu.ar/descargas/img/banner1.gif) no-repeat; 
	}

#id_hd_banner_2 { /*BANNER 2*/
	background:transparent url(http://www.chubut.edu.ar/descargas/img/bicentenario.jpg) no-repeat; 
	margin-top:10px; 
	}


#id_hd_banner_3 { /*BANNER 3*/
	background:transparent url(http://www.chubut.edu.ar/descargas/img/banner3_bicentenario.jpg) no-repeat; 
	}

#id_hd_banner_4 { /*BANNER 4*/
	background:transparent url(http://www.chubut.edu.ar/descargas/img/banner4.jpg) no-repeat; 
	margin-top:10px; 
	}

#more-posts .widget{ /*COLUMNA DEL CENTRO*/
	margin-top:15px;
        }
