/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* 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 MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	margin: 0em;
	text-align: center;
	font-size: 1em;
	color: #333;
	background-color: #FFf;
}

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 48em;
	text-align: left;
	background-color: #F2F2F2;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;

}

#conteneur {

	width: 100%;
}

#conteneur #contenu {
	float: left;
	/*	width: 33em;*/
	width: 34.6em;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	background-color: #F2F2F2;
}


#conteneur #navigation {
	float: right;
	width: 12em;
	text-align: center;
	background-color: #F2F2F2;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 12.5em;
	margin: 0;
	margin-bottom: 1em;
	background-color:  #F2F2F2;
}

/* Entete */
#entete {
	width: 100%;
	background-color: #006FDD;
	background-image: url(../props/borde-entete-SI.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0em;
	}
	
/* Estilo propio para curvas superiore */
.enteteSD {
	background-image: url(../props/borde-entete-SD.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 53px;
	width: 35px;
}

#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	font-size: 0.77em;
	background-color: #FFC700;
	border-top-width: 0.1em;
	border-bottom-width: 0.02em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
background-image: url(../props/fondo-hierarchie.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	display: block;
}

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

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: "Bitstream Vera Sans", Helvetica, Tahoma,  Verdana, Arial, sans-serif;
	background-color: #999999;
}

/* Typo pour le contenu */
#contenu {
	font-family: "Bitstream Vera Sans",  Tahoma, Verdana,  sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family:  "Trebuchet MS", "Bitstream Vera Serif", Verdana, Tahoma, Helvetica, Georgia, Times, serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	margin-bottom: 0.2em;
	font-size: 0.75em;
}

.menu-titre {
	padding: 0.4em 0.4em;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { padding: 0.2em 0; text-align: left; }
#navigation li, .encart li { padding: 0 0.7em; padding-bottom: 0.2em; padding-top: 0.5em; }




/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #FFBB00;}
.rubriques .menu-titre { background: #FFA100; }

.breves { background: #FFE4B9;}
.breves .menu-titre { background: #FFBF55; }

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #AED7FF; }
.divers .menu-titre { background: #79BCFF; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche {
	margin-bottom: 0.5em;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 0.5em;
}

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 0.5em;
	font-weight: normal;
	line-height: 1.4em;
	padding-bottom: 0.5em;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 0.7em;
}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 0.96em; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em;  }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	clear: both;
}

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }
	
.liste-articles li .spip_logos {
	float: left;
	clear: right;
	margin-right: 0.5em;
}

.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.71em; }

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

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style: square; }
.page_plan #contenu .contre-encart li { list-style: inherit; }

/*  ------------------------------------------
/*  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: none; background: none; }

/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
	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: #FFF; /* Sinon, superposition dans MSIE */
}

.formulaire_spip label {}
.formulaire_spip .forml {
	width: 100%;
	padding: 0.2em;
	font-size: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	background-color: #80B7EE;
}

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

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

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
	border: 1px solid; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
.choix_mots { width: 47%; float: left; } 
.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche {
	text-align: left;
	width: 12em;
	margin-top: 2em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	background-color: transparent;
	color: #000000;
	font-size: 0.77em;
}
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }



/*  ESTILOS PROPIOS, SON COMPLETAMENTE NUEVOS*/


/*  GENERALES PARA TRABAJAR FUERA DE PAGINA, deben borrarse despues 
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: "Bitstream Vera Sans",  Tahoma, Verdana,  sans-serif;
}
*/


/*  ESTILOS DE TEXTO PROPIO*/

.subtexto {
	font-size: 90%;

}

/*  ESTILOS generales del INCLUDE*/

#menu {
	display: block;
}

#menu1 {
	background-color: #CCCCCC;
	padding-top: 0.5em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	margin: 0px;
	display: none;
	padding-bottom: 0.6em;
}


#menu1 .cartouche {
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}


/*  ESTILOS PARA CONTENIDO DE HOJA DE RUTA*/

.fecha {
	font-size: .7em;
	margin-bottom: 1em;
}

.llamado1 {
	font-size: .8em;
	background-color: #CC99FF;
	margin: 0.2em;
	padding: 0.2em;
	text-align: center;
}

.llamadoborde1 {
	font-size: .7em;
	margin: 0.2em;
	padding: 0.2em;
	border: .2em solid #CC99FF;
	text-align: center;
}

.llamado2 {
	font-size: .8em;
	background-color: #FF9999;
	margin: 0.2em;
	padding: 0.2em;
	text-align: center;
}

.llamadoborde2 {
	font-size: .7em;
	margin: 0.2em;
	padding: 0.2em;
	border: 0.2em solid #FF9999;
	text-align: center;
}

.llamado3 {
	font-size: .8em;
	background-color: #D1FF4F;
	margin: 0.2em;
	padding: 0.2em;
	text-align: center;
}

.llamadoborde3 {
	font-size: .7em;
	margin: 0.2em;
	padding: 0.2em;
	border: .2em solid #D1FF4F;
	text-align: center;
}


.llamado4 {
	font-size: .8em;
	background-color: #FFCC99;
	margin: 0.2em;
	padding: 0.2em;
	text-align: center;
}

.llamadoborde4 {
	font-size: .7em;
	margin: 0.2em;
	padding: 0.2em;
	border: .2em solid #FFCC99;
	text-align: center;
}

.llamado5 {
	font-size: 1em;
	background-color: #FFCC00;
	margin: 0.2em;
	padding-top: 1em;
	padding-right: 0.2em;
	padding-bottom: 1em;
	padding-left: 0.2em;
	text-align: center;
}

.llamadoborde5 {
	font-size: .8em;
	margin: 0.2em;
	padding: 0.2em;
	border: .2em solid #FFCC00;
	text-align: center;
}



.llamado6 {
	font-size: 1em;
	background-color: #0099FF;
	margin: 0.2em;
	padding: 0.2em;
	color: #FFFFFF;
	text-align: center;
}

.llamadoborde6 {
	font-size: .8em;
	margin: 0.2em;
	padding: 0.2em;
	border: .2em solid #0099FF;
	text-align: center;
}

/*  ESTILOS PARA TABLA DE HOJA DE RUTA */

.tabcalendariogral {
	padding: 0.2em;
	vertical-align: top;
	/* 	background-color: #9AB5FC;*/
/*	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-left: 0.2em;*/
	margin-bottom: 1em;
	width: 100%;
}

.tabcalendario {
	margin: 0.2em;
	padding: 0.2em;
	border: 0.1em solid #E9E9E9;
	vertical-align: top;
	background-color: #B0B0B0;
	width: 20%;

}

.tabcalendario1 {
	margin: 0.2em;
	padding: 0.2em;
	border: 0.1em solid #E9E9E9;
	vertical-align: top;
	background-color: #DFDFDF;
	width: 20%;

}

.titulotabla {
	margin: .2ex;
	padding: .2em;
	font-size: 1em;
	font-weight: bold;
}


/*BARRAS DE NAVEGACIÓN*/

#nav1 {
	background-image: url(../props/fondo-nav1.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 24px;
	background-color: #CCCCCC;

}

#nav11 {
	/*	background-image: url(../props/fondo-nav1.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	height: 1.30em;
	background-color: #0052A4;
	text-align: right;
	


	font-size: 0.6em;
	color: #FFFFFF;

	padding: 0.5em;

	

}

#sites {
	background-color: #0052A4;
	width: 21em;
	float: right;
	background-image: url(../props/borde-nav1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.6em;
	color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	text-align: right;
}

/*#sites11 {

	background-color: #0052A4;
	width: 21em;
	font-size: 0.6em;
	color: #FFFFFF;
	text-align: right;
	padding: 0.5em;
	float: right;
}
*/

#sites a {
	color: #FFFFFF;

}

#nav11 a {
	color: #FFFFFF;

}

#cab1 {
	background-repeat: repeat-x;
	background-position: top;
	height: 18px;
	background-color: #F2F2F2;
	margin-bottom: 0em;
	margin-top: 0em;
}

.cab11 {

	background-color: #CCCCCC;
	height: 0.5em;

}



/* PARA BARA DERECHA */

#cab2 {
	background-color: #CCCCCC;
	font-size: 0.6em;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	text-align: left;
	display:block;
	border-bottom-width: 0.02em;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 0.2em;
}

.rubriques1 .menu-titre { background: #FFB02D; }


.rubriques1 {
	min-width: 10em;
	margin-bottom: 0.2em;
	font-size: 0.75em;
}


.rubriques1 { background: #FFCD48;}



.rubriques2 .menu-titre { background: #FFBF55; }


.rubriques2 {
	min-width: 10em;
	margin-bottom: 0.2em;
	font-size: 0.75em;
}


.rubriques2 { background: #FFE4B9;}

/*  PROPIOS PARA Pestana de IASC-R */


.empaquedecuerpo {
	background-color:#C0C0C0;
	display:block;
	height: 15px;
	margin-top: 0.8em;

}

.empaquedecuerpo2 {
	background-color:#CCCCCC;
	display:block;
	height: 15px;
	margin-bottom: 1em;

}

.destcuerpo1 {
	background-image: url(../props/bordedestcuerpo1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 15px;

}

.destcuerpo2 {
	background-image: url(../props/bordedestcuerpo2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 15px;
	width: 15px;
}

.destcuerpo3 {
	background-image: url(../props/bordedestcuerpo3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 15px;
	width: 15px;
}

.destcuerpo4 {
	background-image: url(../props/bordedestcuerpo4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 15px;
	width: 15px;
}


.cabr {
	/*	height: 20px;*/

	font-size: 0.7em;
	color: #FFFFFF;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.2em;
	text-align: right;
	background-color: #DADADA;

}

.cabr2 {
	/*	height: 20px;*/

	font-size: 0.7em;
	color: #FFFFFF;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.2em;
	text-align: right;
	background-color: #B0B0B0;

}


#menu2, #menu4, #menu6, #menu8 {
	background-color: #DADADA;

}

#menu3, #menu5, #menu7 {

	background-color: #B0B0B0;

}

#menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8 {
	padding-right: 0.6em;
	padding-left: 0.6em;
	padding-top: 1em;
	margin: 0px;
/*	background-color: #949494;*/
	display: none;
	text-align:justify;
}


#menu2 .spip_logos, #menu3 .spip_logos, #menu4 .spip_logos, #menu5 .spip_logos, #menu6 .spip_logos, #menu7 .spip_logos, #menu8 .spip_logos   {
	display: block;	float: right;
}


#menu2 h1, #menu3 h1, #menu4 h1, #menu5 h1, #menu6 h1, #menu7 h1, #menu8 h1 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

#menu2 h2, #menu3 h2, #menu4 h2, #menu5 h2, #menu6 h2, #menu7 h2, #menu8 h2 {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0.7em;
	padding-bottom: 0.3em;
	color: #FFFFFF;
}

#menu2 h3, #menu3 h3, #menu4 h3, #menu5 h3, #menu6 h3, #menu7 h3, #menu8 h3 {
	font-size: 0.8em;
	font-weight: bold;
}

#menu2 h4, #menu3 h4, #menu4 h4, #menu5 h4, #menu6 h4, #menu7 h4, #menu8 h4 {
	font-size: 0.7em;
	padding-bottom: 0.5em;
}



/*  PROPIOS PARA MANUS DE NAVEGACION */
#propmenusec  {


}

.separamenu {
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #999999  ;
}




/*  PROPIOS PARA AJUSTES DE DISEÑO DE CALENDARIOS
---------------------------------------------- */

#contenu-cal-gral {
	padding-right: 0.6em;
	padding-bottom: 0.1em;
	padding-left: 0.6em;
	padding-top: 0.6em;
/*	background-color: #8CC6FF;*/
	display: block;
	background-image: url(../props/fondodestacados.gif);
	background-repeat: repeat-x;
	background-position: top;
/*	color: #FFFFFF;*/
}

#contenu-cal-reu {
	padding-right: 0.6em;
	padding-bottom: 2em;
	padding-left: 0.6em;
	padding-top: 0.6em;
	background-color: #CCCCCC;
	display: block;
	background-image: url(../props/fondodestacados.gif);
	background-repeat: repeat-x;
	background-position: top;
/*	color: #FFFFFF;*/
}



/*  GENERADOS POR guille_cuellar@hotmail.com PARA MEJORAR EL PORTAFOLIO EN EL ESQUELETO DE ARTICULOS Portfolio
---------------------------------------------- */

.imagenes_portafolio {


}



 /*
* ESTILOS DE LA AGENDA
*/
 
.modulo_agenda {
	border:1px solid #B2BFCF;
}

.modulo_agenda a {
 text-decoration: none; 
 }
 
.modulo_agenda a:hover {
 background-color:#DDDDFF;
 color: #ff6600;
 text-decoration: none; 
 }

.cabecera_agenda {
background-color:#D7B4FF;
padding:2px;
border-bottom:1px solid #B2BFCF;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
 font-weight: bolder;
 text-align:center;
}

.calendar_head {
	background-color: #B2BFCF;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvatica, sans-serif;	
}

.calendar_this_day { /* d’a de hoy en el peque–o */
	background-color: #B2BFCF;
	font-weight:normal;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: white;
	padding-right:.3em;
	text-align: right;
}

.calendar_este_day{ /* d’a de hoy en el grande */
	background-color: #B2BFCF;
	font-weight:normal;
	margin:0px;
	color: white;
	text-align:right;
}

.calendar_this_month {
	background-color: #fefefe;
	padding-right:5px;
	text-align:right;
}


.calendar_not_this_month { /* nœmeros de otro mes en la mini */
	background: #fefefe;
	color:#cccccc;
	font-size: 85%;
	vertical-align: bottom;
	padding-right:5px;
	text-align: right;
}


.calendar_not_este_month { /* nœmeros de otro mes en la grande */
	background: #fefefe;
	color:#cccccc;
	vertical-align: top;
	text-align:right;
}


.formbuscar_ag {
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	width: 120px;
	font-size: 80%;
	border: 1px solid #B2BFCF;
	color:#FF7F00;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
	
}
.botonbuscar_ag {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #B2BFCF;
	background: #ffffff;
	color:#FF7F00;
	margin: 0px;
	padding: 0px;
}

.formbuscar_cabecera {
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	width: 120px;
	font-size: 9px;
	border: 1px solid #CCCCCC;
	color:#99CC33;
	padding: 0px;
	margin: 0px;
	font-weight:bold;
}

.botonbuscar_cabecera {
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#FF6600;
	margin: 0px;
	padding: 0px;
	border:0px;
}

.small { /* nœmero de los d’as del mes actual en el calendario grande */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.85em;
color:#666666;
text-align:right;
}

.small_plus { /* eventos del calendario grande */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;

}


.small_mini { /* nœmeros del mes en la mini */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:73%;
	color:#758AAB;
	font-style: normal;
}

.calendar_head_mini { /* abreviatura de los d’as de la semana en la mini */
	background-color: #EEEEFF;
	font-size: 90%;
	color: #999999;
	font-family: Verdana, Arial, Helvatica, sans-serif;	
	font-weight:normal;
		padding-right: .6em;
			text-align: right;
}

.boton_agenda {
 background-color:EEEEFF;
 text-align:center;
 border-bottom: 1px solid #B2BFCF;
	padding: 2px;
 }
 
 .boton_agenda a {
 display: block;
 }
 
  .boton_agenda a:hover {
 display: block;
  background-color:#EEEEFF;
 }
 
 .nombre_mes {
 font-size:95%; 
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 color:#758AAB;
 font-weight: normal;
 padding: 1px;
 padding-right: 5px;
  border-bottom: 1px solid #cccccc;
 }
 
 .botoncito {
	padding:1px;
 }
 
 .botoncito a {
	display:inline;
	padding-left:1px;
	padding-right:1px;
	margin:0px;
 }
 
 .botoncito a:hover{
	display:inline;
	padding-left:1px;
	padding-right:1px;
 	color: #ff6600;
 	margin:0px; 
 }

.azul{
	color: #758AAB;
}


/* estilos para segunda barra de contenido, modificacion de incluidos en spip */


.encart .titre {
	font-size: 1.03em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

	
.encart .titre a, .encart .surtitre a {

	color: #999999;
}




