/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur IE
 */

body {
	background: #fcfcf0;
	margin: 0em;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
}


img, table { margin: 0; padding: 0; border: 0; }
ol, li { margin: 0; padding: 0; padding: 0 0.7em;}
ul { margin: 0; list-style: none; padding: 0.2em 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;}

#page { width:100%;
 	}

#izquierda {
	float: left;
	text-align: center;
	width: 150px;
}

.navigation { background: #F8F8E8;
		align: center;
		font-size: 0.8em;
		text-align: center;
		width: 145px;
		border: 1px solid #CCC;
		border-bottom: 1px dotted #CCC;
	}
.navigation .menu-titre {
		background: #FCFCF0;
		font-size: 1em;
		font-weight: bold;
		text-align: center;
	}


#contenido {margin-left: 155px;
	font-size: 0.90em;
	}

#derecha {float: right;
	width: 180px;
	padding: 0.1em;
	}


#derecha .informativo {border-right:1px solid #000;
		border-bottom:2px solid #000;
		padding:4px;
		background:url("http://www.periodismoentrerios.com.ar/squelettes/img/fondoinformativo.gif")
 #fff repeat-y;}

#derecha .informativoscroll {width:140;
			height:200;
			font-size:0.9em;}


#central { font-size: 0.90em;
	margin-right: 183px;
	margin-left:153px;
	padding: 0.2em;
}


.publicidades {	width: 165px;
		text-align: center;
		border: 1px solid #666;
		background: #fff;
}

.texto-noticias {
	margin-left: 1.1em;
	padding: 0.5em;
}

.cuadronoticia {
		border-bottom: 1px dashed #ccc;
		margin-bottom: 0.8em;
}



a { color: #000; text-decoration: none;}
a.spip_in { color: #c00; text-decoration: none;}
a.titulo { color: #000; text-decoration: none; font-size: 1.16em; font-weight: bold;}
a.titulodos { color: #000; text-decoration: none; font-size: 1em; font-weight: bold;}
a.spip_out { color: #0000c0; text-decoration: none; font-size: 1.1em}
a:hover { text-decoration: underline; color: #666; background: #f8f8e8;}



/* * Entete */
#entete { width: 100%; }
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }


/* * Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 2em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }


/* * Buscador Google */

#buscador {
	margin: 0px;
	padding: 1px;
	border: 2px outset;
	font-weight: bold;
	background: #F8F8E8;
	text-align: center;
	width: 18em;
	align: center;
	 }


.titulopage {
	font-size: 1.31em;
	font-weight: bold;
	color: #000; }


.liste-articles li { margin-bottom: 1em; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.8em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.9em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

#hierarchie {
	clear: both;
	margin-bottom: 3px;
	border-top: 1.5px solid #333;
	font-size: 0.8em; }

#noticiadestacada
{font-size:1.05em;}
#noticiadestacada .titre {font-size:1.2em;}



/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

/* Correction des styles HTML par defaut */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: 0; background: none; }

/* Styles des formulaires de Spip */

.formulaire_recherche { text-align: left;}


.formulaire_spip {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.77em;
}

.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }

.formulaire_spip fieldset {
    display: block;
	margin: 0.77em 0;
	padding: 0.77em;
	border: 1px dotted; }

.formulaire_spip legend { 
	font-weight: bold; 
	padding: 3px;
	background: #F8F8E8; /* Sinon, superposition dans MSIE */
	border: 1px solid #eee;
}

.formulaire_spip label {}
.formulaire_spip .forml {
	width: 99%;
	padding: 1px;
	border: 1px solid;
	font-family: inherit;
	font-size: inherit; 
	background-color:#fff;}

.spip_bouton input {
	margin: 3px 0;
	padding: 1px 2px;
	border: 2px outset;
	font-weight: bold;
	float: right; }
.spip_bouton {
	text-align: right;
}


#urlref {border-top: 1px dotted dashed; margin-bottom: 0.5em;}

#urlref strong.spip {color: #008000;}

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #F00; }
fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; }


/*  Citations, tableaux, etc...
---------------------------------------------- */
q, blockquote.spip, { font-family: Georgia, Garamond, Times, serif; }
.spip_code, .spip_cadre { font-family: monospace; }
.nettoyeur { clear: both; }
.spip_puce { list-style-position: outside; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }


/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(../win_png.htc); }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }



/*su anuncio aqui */

#exponsor {border: #eee 1px solid;
	background-color: #F8F8e8;
	color: #000;
	text-align: center;
	align: center;
	font-size: 0.83em;
	padding: 0.3em;
	}
#exponsor table {align:center; width: 93%; border: 0px;}
#exponsor td {padding: 0.25em;
	text-aling:center;}

#textlink {border: #eee 1px solid;
	background-color: #F8F8e8;
	color: #000;
	text-align: left;
	align: center;
	font-size: 0.83em;
	width: 160px;
	padding: 0.3em;
	}

#textlink a, #exponsor a {color: #000099; font-weight: bold; text-decoration:underline;}
#textlink .url {color: #001100; font-size: 0.93em;}
#textlink .title, #exponsor .title {color: #111; background: #cdc; font-size:0.93em;text-align:right;}

#publici a.spip_out { color: #0000c0; text-decoration: none; font-weight: bold;font-size: 0.93em;}









a.spip_out { color: #0000c0; text-decoration: none; font-size: 0.93em;}

a.cloud {

}
a.cloud:active {
	color:#FFCC33; text-decoration: underline; background: #f8f8e8;
}