body {
	font-family: "Century Gothic", Verdana,  Tahoma, Arial,  sans-serif;
	width:100%;
	margin:5px;
	padding:0px;
	font-size: 14px;
}

.spacer{
	width:100%;
	clear:both;
}

*html .spacer{
	width:0px;
	 clear:none;
}
.logoPortada{
position:absolute;
top:1em;
right:1em;
padding:1em;}
a {color: black;
	text-decoration: underline;}

a:hover {
	text-decoration: none;
	color: #696969;
}

a:visited {}
a:active {}
a:link {}
a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_glossaire { }
i{color: black;}

#pagina{
	width: 99.8%;
	margin:auto;
	margin-bottom:.9em;
	background: #FFFFFF;
}

#izquierda{
	width:200px;
	color: black;
	left:0;
	float: left;
}

.derecha{
	background-color: transparent;
	/*width:75%;*/
	float:leftt;
	/*right:5px;*/
	margin: 1em 1em 1em 220px;
	}	

*html .derecha{
	margin-left: 25%;
	color: black;
	height: 100%;
}

/*El cuadro de color verde manzana*/

.verde_o{
display:block
}
.verde_o *{
display:block;
height:1px;
overflow:hidden;
background:#BBDD26;
}
.verde_o1{
border-right:1px solid #e1f0a1;
padding-right:1px;
margin-right:3px;
border-left:1px solid #e1f0a1;
padding-left:1px;
margin-left:3px;
background:#cce55c;
}
.verde_o2{
border-right:1px solid #f8fbe9;
border-left:1px solid #f8fbe9;
padding:0px 1px;
background:#c7e34f;
margin:0px 1px;
}
.verde_o3{
border-right:1px solid #c7e34f;
border-left:1px solid #c7e34f;
margin:0px 1px;
}
.verde_o4{
border-right:1px solid #e1f0a1;
border-left:1px solid #e1f0a1;
}
.verde_o5{
border-right:1px solid #cce55c;
border-left:1px solid #cce55c;
}
.verde_o_content{
padding:0px 5px;
background:#BBDD26;
} 

/*El cuadro de color verde más claro*/
.verde_c{
display:block
}
.verde_c *{
display:block;
height:1px;
overflow:hidden;
background:#D7EB7F;
}
.verde_c1{
border-right:1px solid #edf6c7;
padding-right:1px;
margin-right:3px;
border-left:1px solid #edf6c7;
padding-left:1px;
margin-left:3px;
background:#e1f09f;
}
.verde_c2{
border-right:1px solid #fbfdf2;
border-left:1px solid #fbfdf2;
padding:0px 1px;
background:#deee97;
margin:0px 1px;
}
.verde_c3{
border-right:1px solid #deee97;
border-left:1px solid #deee97;
margin:0px 1px;
}
.verde_c4{
border-right:1px solid #edf6c7;
border-left:1px solid #edf6c7;
}
.verde_c5{
border-right:1px solid #e1f09f;
border-left:1px solid #e1f09f;
}
.verde_c_content{
padding:0px 5px;
background:#D7EB7F;
} 

.verde_c_content_sub {
padding:0px 5px;
background:#D7EB7F;
} 

.verde_c_content_sub a {
text-decoration: none;
	color: #696969;
}

.verde_c_content_sub a:hover {
	color: black;
	text-decoration: underline;
}
	
/*El cuadro de color naraja*/
.naranja{
display:block
}
.naranja *{
display:block;
height:1px;
overflow:hidden;
background:#E3CF3E;
}
.naranja1{
border-right:1px solid #f2eaac;
padding-right:1px;
margin-right:3px;
border-left:1px solid #f2eaac;
padding-left:1px;
margin-left:3px;
background:#eadb6e;
}
.naranja2{
border-right:1px solid #fcfaeb;
border-left:1px solid #fcfaeb;
padding:0px 1px;
background:#e8d862;
margin:0px 1px;
}
.naranja3{
border-right:1px solid #e8d862;
border-left:1px solid #e8d862;
margin:0px 1px;
}
.naranja4{
border-right:1px solid #f2eaac;
border-left:1px solid #f2eaac;
}
.naranja5{
border-right:1px solid #eadb6e;
border-left:1px solid #eadb6e;
}
.naranja_content{
padding:0px 5px;
background:#E3CF3E;
} 



/*listas*/
ul{
	margin-left: 5px;
	list-style-type: square;
		list-style-position: inside;
}
ul ul{
	margin-left: 2em;
	list-style-type: circle;
	list-style-position: inside;
}


.titblanco{
	color: white;
	font-variant: small-caps;
	font-size: 160%;
	font-weight: bold;
}


.cuadro_abajo{
	font-size: 100%;
	color: Black;
	border-top: 1px dashed Gray;
	padding-left: 0px;
}


h1, h1 .titulo {
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
}

h2, h2 .titulo {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}

.modulo_titulo_iz {
	font-size: 85%;
	color:black;
	text-align: left;
	font-weight: bold;
	padding: 1px;
}

.modulo_titulo_center {
	font-size: 85%;
	text-align: center;
	font-weight: bold;
	padding: 1px;
}

.notas {
	font-size: 75%;
}

.destacado {
	font-size: 120%;
	font-weight:bolder;
}

.menu_titulo {
	font-size: 100%;
	text-align: left;
}

.menu_item {
	font-size: 70%;
	padding-left: 0.6em;
	text-align: left;
}

.menu_item_min{
	font-size: 70%;
	text-align: left;
	text-transform:lowercase;
}

.texto_70 {
	font-size: 70%;
}

.texto_80 {
	font-size: 100%;
}

.bio {
	font-size: 65%;
	text-align: center; 
	padding: 1px; 
	color:#999999;
}

.mas_articulos {
	float: right; 
	margin-left: 0.6em; 
	margin-bottom: 0.4em; 
	padding-top:.2em;
	width: 30%; 
	font-size: 90%;
}

.modulo_mas {
	margin-left: 0.4em;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:.6em;
	padding: 0.6em;
	border: 1px solid #CDCDCD;
	background-color: #F3F3F3;
}

.modulo_mas a {
	text-decoration: none;
	color: #696969;
}

.modulo_mas a:hover {
	color: black;
	text-decoration: underline;
}

/* crea los "recuadros" de las zonas peque–as: menu, enlaces,... */
.modulo {
	margin: auto;
	margin-left: 5px;
	margin-right:5px;
}

/* soluciona un bug del explorer que a–ade un parrafo donde se coloca la baliza #SPIP_CRON */
.cron {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* para subrayar zonas (div) */
.subrayado_entero {
	border-bottom: 1px solid DARKRED;
}

.subrayado_puntos {
	border-bottom: 1px DASHED DARKRED;
}

.subrayado_puntos_gris {
	border-bottom: 1px DASHED WHITE;
}

/*
* Determina los m‡rgenes y la posici—n de los logos
*/

.logo_izquierda {
	float: left; 
	padding-right: 10px; 
	}
	
.logo_derecha {
	float: right; 
	padding-left: 10px; 
	}

/*
* =======================================================
* ===  ESTILOS DE LA DISTRIBUCIîN DE SPIP MODIFICADOS ===
* =======================================================
*/

/* 
*personaliza los botones de admin (actualizar pagina, espacio privado, visitas,...) 
*/

.botones_admin {
	position: absolute;
	top: 2px;
	margin: 0px;
	right: 0px;
	padding:0px;
	font-size:0px;
	background-color: #fff;
}

*html .botones_admin {  /* para el explorer */
	padding: 0px;
}

a.spip-admin-botones {
	border: 1px solid silver;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 1px .5em 1px .5em;
	font-family: arial,sans-serif;
	font-size: 10px;
	font-weight:normal;
	background-color: #dedede;
	color: #666666;
}

a:hover.spip-admin-botones {
	background-color: #fc3;
	border: 1px solid #36F;
	color:maroon;
}

a:active.spip-admin-botones {
	background-color: #CCC;
	border: 1px solid #f00;
}


/* botones tipo Validar */
.spip_bouton {
	padding: 1px;
	border: 1px solid gray;
	background-color: whitesmoke;
	color: green;
	font-size:100%;
	
}



/* modulo personalizado de "inscripci—n" (lo ve el firefox)*/
.modulo_inscripcion {
	font-size:70%; 
	text-align: center;
	margin:auto;
	color: black;
	width:100%;
}

*html .modulo_inscripcion { /* para el explorer */
	font-size:70%; 
	text-align: center;
	margin:auto;
	color: black;
	width:100%;
}

/* menu desplegable para seleccionar equeleto (lo ve el firefox) */

.form_cambiar {
 	margin:auto;
 	font-size: 88%;
	color: black;
	text-align: center;
	width: 100%;
}


*html .form_cambiar { /* para el explorer */
 	margin:auto;
 	font-size: 88%;
	color: black;
	width:100%;
	text-align: center;
	width: 100%;
}

/* Formulario de "buscar" (lo ve el firefox)*/
.formrecherche { /* lo ve el firefox */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	border: 1px solid gray;
	background-color: white;
	margin:auto;
	color: black;
	width:100%;
}

*html .formrecherche { /* lo ve el explorer */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	border: 1px solid gray;
	background-color: white;
	margin:auto;
	color: black;
	width: 90%;
}

/* Formularios en general como los de inscripci—n */

.forml { /*lo ve el firefox */
	background-color: white;
	border: 1px solid  gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: orangered;
	width: 100%;
}

*html .forml { /* lo ve el explorer */
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: orangered;
	width: 100%;
}

.formulaire { /* lo ve el firefox */
	color: orangered;
	padding: 2px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	width: 100%;
}

*html .formulaire { /* lo ve el explorer */
	color: orangered;
	padding: 2px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	width: 100%;
}

form.formrecherche { 
}

/*
 * PARA logos y archivos
 */

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	font-size : 100%;
	font-weight: normal;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	margin-bottom: 5px;
	text-align: center;
		font-size : 100%;
	font-weight: normal;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	margin-bottom: 5px;
	text-align: center;
		font-size : 100%;
	font-weight: normal;
}


/*
 * PARA plan.html
 */

.plan-secteur {
	margin-top: 0em;
	margin-bottom: 3em;
}

.plan-secteur h1 {
	display: block;
	border: 1px solid #a0a0a0;
	margin: 0px;
	padding: 8px;
	font-size: 150%;
	font-weight: bold;
	background-color: #e0ffe0;
	text-align:center;
}
.plan-rubriques {
	clear: left;
	display: block;
	list-style: none;
}
.plan-rubrique {
	display: inline;
	border: 1px solid #a0a0a0;
	padding: 3px;
	font-weight: bold;
}
.plan-articles {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	list-style: square;
}

/* Eclaircissement progressif des rubriques en fonction de la profondeur */

ul .plan-rubrique {
	background-color: #e0ffe0;
	border-color: #b8b8b8;
}
ul ul .plan-rubrique {
	background-color: #eaffea;
	border-color: #d0d0d0;
}
ul ul ul .plan-rubrique {
	background-color: #f4fff4;
	border-color: #e8e8e8;
}

/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top:1.2em;
}
.forum-fil {
	margin-bottom:1.2em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: .6em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 120%;
}
.forum-item {
	margin: 0px;
	padding: .6em;
	font-size: 80%;
}
.forum-repondre-message {
	text-align: center;
	font-size:93%;
	padding:0px;
	padding-top:.3em;
	padding-bottom:.3em;
	color:#333333;
}

.forum-repondre-message a {
	color:#333333;
	text-decoration:none;
}

.forum-repondre-message a:hover {
	color:white;
	text-decoration:none;
	background:#999999;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom:0px;
}
ul ul .forum {
	border:0px;
}
ul ul ul .forum {
	border:0px;
}
ul ul ul ul .forum {
	border:0px;
}
ul ul ul ul ul .forum {
	border:0px;
}
ul ul ul ul ul ul .forum {
	border:0px;
}

ul .forum-hijo {
	border:0px;
	border-left: 1px dotted silver;
	border-top: 1px dotted silver;
}
ul ul .forum-hijo {
	border:0px;
	border-left: 1px dotted silver;
	border-top: 1px dotted silver;
}
ul ul ul .forum-hijo {
	border:0px;
	border-left: 1px dotted silver;
	border-top: 1px dotted silver;
}
ul ul ul ul .forum-hijo {
	border:0px;
	border-left: 1px dotted silver;
	border-top: 1px dotted silver;
}
ul ul ul ul ul .forum-hijo {
	border:0px;
	border-left: 1px dotted silver;
	border-top: 1px dotted silver;
}
ul ul ul ul ul ul .forum-hijo {
	border:0px;
	border-left: 1px dotted silver;
	border-top: 1px dotted silver;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dotted silver;
	margin: 0px;
	padding: .3em;
	font-size: 90%;
	background: #c4e0e0;
}
ul ul .forum-chapo {
	background: white;
	font-size:90%;
}
ul ul ul .forum-chapo {
	background: white;
}
ul ul ul ul .forum-chapo {
	background: white;
}
ul ul ul ul ul .forum-chapo {
	background: white;
}

/*
*** sólo los usa el desplegable para cambiar esqueleto ***
*/

.modulo_cambiar {
	width:76%; 
	text-align:center; 
	color: green;
	font-size:85%;
	border: 0px solid blue;
	background-color: white;
}

.modulo_cambiar_item {
	border-bottom: 1px dotted #F1D5B6;
	text-align:center;
	font-weight:normal;
	color: green;
	background-color: white;
}

.modulo_cambiar_item_inicial {
	width:76%;
	font-size:85%; 
	text-align:center;
	color: green;
	font-weight:normal;
	background-color: white;
	border: 1px solid silver;
}

.modulo_cambiar_item_selec {
	color: #FCB424;
	background-color: gray;
	border-bottom: 1px dotted #F1D5B6;
	text-align: center;
	font-weight: bold;
}

/*
***
*/

/*
* BARRA DE RACURCIS
*/

/* Línea bajo los botones de la barra */
.barre {
	display:none;
}

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

/* Barre de raccourcis typographiques */
table.spip_barre { 
}

table.spip_barre a img {
	background: white;
	padding: 2px;
	margin-right:1px;
	border: 1px outset #999; 
}
	
table.spip_barre a:hover img {
	background: #cecece;
	border: 1px solid #999; 
}

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

/*
* FIN BARRA DE RACURCIS
*/


.reponse_formulaire{
	color: #FF0000;
}

.lien_pagination{
	color: DARKRED;
}

.foto{
	float: left;
	margin:0.5em;
/*	height: 170px;*/
}