<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===============================================================
	GLOBAL CSS
	Por: Diego Pereyra - diezko(a)gmail.com
	Ultimo update: 22.6.2009
================================================================*/

/* Import Stylesheets
--------------------------------*/
@import url("menu.css");


/*===== RESET ==============================================*/
html, body {margin:0; padding:0;}
p, ul, ol, cite {margin:1em 0;}
:focus {outline:0;}  /*saca el outline en los links*/
ul, ol {margin:1.2em 0; padding-left:40px;}
a img {border:none;}
/*==========================================================*/

body { 
	background:#fff; 
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height:145%;
	color:#222;
	border-top:6px solid #7DB133;
}

h1,h2,h3,h4,h5 { margin:1em 0; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; color:#FF822F; /*naranja*/ margin-bottom:1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.15em; }

ul 	{ }
ul li 	{ margin-bottom:1em; }

/*Links*/
#contenido a		 { color:#F46200; text-decoration:none; /*padding:0 1px;*/ }
#contenido a:visited { color:#EA5E00/*#C14E00*/; text-decoration:none; /*border-bottom-width:1px; border-bottom-style:dotted;*/ }
#contenido a:hover 	 { text-decoration:underline; border:none; /*color:#fff;*/ /*background-color:#FF8635;*/ }
#contenido a:active  { color:#FF9146; text-decoration:none; /*efecto de presionado-&gt;*/position:relative; top:1px; }

#contenido a.img { text-decoration:none; background:none; border:none; }
#contenido a img , #contenido img { border:1px solid #ccc; background:#f3f3f3; padding:4px; margin-top:5px; }
#contenido a img { width:140px;} /*achica la imagen*/
#contenido a:hover img { border-color:#ACACAC; background-color:#fff;}


/*links pdf*/
#contenido a[href$=".pdf"] {
background: url(../img/pdf.gif) no-repeat 1px center;
padding-left: 20px;
}
#contenido a[href$=".doc"] {
background: url(../img/word.png) no-repeat 1px center;
padding-left: 18px;
}
#contenido a[href$=".xls"] {
background: url(../img/excel.png) no-repeat 1px center;
padding-left: 18px;
}
/*texto*/
#contenido a[href$=".txt"],#contenido a[href$=".rtf"],#contenido a[href$=".odt"] {
background: url(../img/doc.png) no-repeat 1px center;
padding-left: 18px;
}

/*=================================================
	LAYOUT PRINCIPAL (solamente)
==================================================*/
/* TOP */
#top		{ background:transparent url(../img/top_bg.jpg) repeat-x bottom; }
#topcont	{ position:relative; height:115px; padding-top:0px; }
/* CONTENIDO */
#contenido	{ position:relative; background:#fff; min-height:400px; padding-bottom:40px; }
/* PIE */
#pie		{ position:relative; background:#68952E url(../img/pie_bg.jpg) repeat-x top; color:#fff; }
#piecont 	{ position:relative; padding-bottom:20px; }

/* CONT - controla el ancho y centra todos los bloques de contenido principales ---*/
.cont {
	width:850px; /*el ancho de la pagina*/
	margin:0 auto;
	padding:15px;
	/*border:1px solid red; test*/
}

/*====================================================
	GENERAL
====================================================*/

/*--- TOP -----------------------*/
#topcont #logo { position:relative; top:14px; float:left; margin:0; background:url(../img/logo.png) no-repeat; text-indent:-9999px; width:174px; height:70px; line-height:60px; }
#topcont #logo-desc { position:relative; top:13px; margin:0; margin-left:190px; /* font-family:Trebuchet MS; */ font-size:18px; line-height:22px; color:#333; /*letter-spacing:-0.5px;*/ }

/*--- PIE -----------------------*/
#piecont #pietexto { margin-right:280px; }
#piecont #pietexto #pietitulo { margin-top:0; font-weight:bold; }
.piemail { background:transparent url(../img/mail.png) no-repeat 99% center; padding-right:19px; }

/*pie links*/
#pie a 			{ color:#fff; border:none;}
#pie a:hover 	{ color:#638C2B; background-color:#fff; text-decoration:none; }

/*Cyted logo*/
#cyted_logo { position:relative; top:0px; }
a:hover#cyted_logo { background:transparent; }

/*firma dp*/
#firma 			{ position:absolute; bottom:18px; right:18px; width:220px;/*ie*/ font-size:10px; text-align:right; letter-spacing:-0.7px;}
#firma a 	  	{ text-decoration:none; padding:1px 2px; }
#firma a:hover 	{ text-decoration:underline; color:#fff; background:none; }


/*=============================================================
	CLASES 
==============================================================*/

/* Columnas pensando en un ancho total de 850px */
.colum1 { width:250px; }
.colum2 { width:450px; }
.colum3 { width:830px; }

/*-- BOX (esquinas redondeadas) --*/
.box 	{ margin:0; background: #fff url(../img/bottom_left.png) no-repeat bottom left; }
.box dl 	{ margin:0; background: url(../img/top_left.png) no-repeat top left;  }
.box dt 	{  /*Titulo*/
	background: url(../img/top_right.png) no-repeat top right; 
	padding: 20px 27px 22px;
	/*height: 15px;*/ /*esto regula el titulo*/
	font-weight:bold; font-size:1.4em;
}
.box dd 	{  /*Contenido*/
	background: transparent url(../img/bottom_right.png) no-repeat bottom right;
	margin: 0;
	padding: 0 27px 30px;
}

.right { float:right; margin:0 0 20px 20px; /*!important important por box*/ } 
.left   { float:left; margin:0 20px 20px 0; /*!important important por box*/}
.clear { clear:both; }

.get-adobe { font-size:0.9em; font-style:italic; color:#777; margin:45px 0 25px 0;}

/*Archivos (adjuntos a nodo)*/
.archivos { 
	padding:10px 15px; border:1px solid #EFDC8F; margin:1em 0; margin-top:25px; background:#FFFFE0; clear:both; line-height:22px;
	-moz-border-radius:3px; -webkit-border-radius:3px; -ms-border-radius:3px; border-radius:3px; 
}
.archivos a { margin:1em 0; margin-right:15px; }
.archivos p:first-child { margin-top:0; }
.archivos p:last-child { margin-bottom:0; }

/*===============================================================
	PAGINAS
================================================================*/

/*- INDEX -*/
#contenido.intro ul 	{ list-style:none; list-style-image:none;/*ie*/ padding-left:20px; margin-top:1.5em; }
#contenido.intro ul li 	{ background:url(../img/tick.png) no-repeat left 2px; padding-left:24px; }
/*novedades box*/
#novedades { margin-left:55px; }
#novedades h3 { margin:0; font-size:1.1em; }
#novedades a:visited { color:#8DC741;/*verde*/ }
#novedades dt a { 
	color:#8DC741;/*verde*/
	background:url(../img/novedades.png) no-repeat 94% center; padding-right:50px;
	display:block; line-height:44px;
}
/*elementos cargados*/
#novedades div.titulo { margin-bottom:1em; }
#novedades div.titulo span { font-size:0.85em; font-style:italic; color:#555; padding-left:5px;}
#contenido #novedades dt a:active { position:static; } /*IE bug*/

/*Cajas de las paginas*/
.publicacion , .novedad , .actividad , .integrante { 
	border:1px solid #DBDBDB; 
	margin:2em 0; padding:0px 20px 5px 20px;
	background:transparent url(../img/box-2.png) repeat-x;
}
/*- fecha -*/
.novedad span, .actividad span { 
	margin:1em 0; /*margen como un p*/
	font-style:italic; font-size:0.9em; color:#666;
	padding-left:20px; background:transparent url(../img/fecha.png) no-repeat left center;
}

/*- INTEGRANTES -*/
.integrante { margin:0 0 8px 0; padding:0; clear:both; background:#fff; border:none;}
.integrante .nombre { padding:10px 15px; background:#fff url(../img/box-2.png) repeat-x top; border:1px solid #DBDBDB; cursor:pointer; }
.integrante .nombre:hover { background-image:url(../img/box-2_hover.png); }
.integrante .nombre h4, .integrante .nombre p { margin:0; }
.integrante .nombre h4 { padding-bottom:3px; background:transparent url(../img/mostrar.png) no-repeat right bottom; }
	.integrante .mostrar h4 { background-image:url(../img/mostrar.png); }
	.integrante .ocultar h4 { background-image:url(../img/ocultar.png); }

.integrante .texto { display:none; padding:20px 15px 15px 15px; background:#fff url(../img/sombra.png) repeat-x top; width:90%; border:1px solid #DBDBDB; border-top:none; margin:0 auto;}
.integrante .texto p { margin-top:0;}
.integrante .datos { float:right; padding:0px 15px; margin:0 0 0 30px; background:#fff url(../img/int-datos.png) repeat-x bottom; border:1px solid #DBDBDB; }
.integrante .datos p { margin:10px 0; }
	.integrante .mail { padding:0 0 0 27px; background:url(../img/mail.png) no-repeat left; }
	.integrante .sitio { padding:0 0 0 26px; background:url(../img/sitio.png) no-repeat left; }
	.integrante .pais { padding:0 0 0 27px; background:no-repeat left 62%; }
		.integrante .pais.uy { background-image:url(../img/uy.png); }
		.integrante .pais.ar { background-image:url(../img/ar.png); }
		.integrante .pais.br { background-image:url(../img/br.png); }
		.integrante .pais.py { background-image:url(../img/py.png); }
		.integrante .pais.ve { background-image:url(../img/ve.png); }
		.integrante .pais.mx { background-image:url(../img/mx.png); }
		.integrante .pais.es { background-image:url(../img/es.png); }
		.integrante .pais.pt { background-image:url(../img/pt.png); }

/*- ACTIVIDADES -*/

	
/*- PUBLICACIONES -*/
/* iconos grandes 
#contenido .publicacion a { 
	padding:15px 10px 15px 46px;
	background:transparent url(../img/pdf_grande.gif) no-repeat 2px center; 
} 
*/
#contenido .publicacion ul, #contenido .publicacion ol { padding-left:15px; margin-bottom:1.5em; }
#contenido .publicacion a:active { background-color:transparent; color:#F46200; }
.publicacion h3 { margin-bottom:25px; }
.publicacion .texto { margin-top: 25px; }


</pre></body></html>