html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #6889AE;
	color: #FFF;
}

/* layout */

body {
	background: #6889AE url(body-back.gif) repeat-y scroll center 0%;
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	padding: 0 0;
	border-bottom: 8px solid #385C85 /*#7E9B64*/;
}

#header {
	background: #1E3F64 url(body-bkground2.png) repeat-x top center ;
	color: #FFFFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	height: 90px;
	text-align: center;
}

.drop {
 position: relative;
 background: url(side-drop.gif);
 height: 13px;
 width: 100%;
 margin: 0;
 padding: 0;
}

#page {
	background: transparent url(middle.gif) repeat-y top center;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
	overflow: hidden;
}

#page2 {
	background: transparent url(middle-interior.gif) repeat-y top center;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
}


#content {
	background: #FFF;
	/*background: #ccc;  para maqueta */
	border: none;
	color: #000000;
	margin: 0 0;
	padding: 0 0 20px 0;
	text-align: left;
	width: 520px;
}

#content-index {
	background: transparent;
	/*background: #ccc;  para maqueta */
	border: none;
	color: #000000;
	margin: 0 0;
	padding: 0 0 20px 0;
	text-align: left;
	width: 350px;
}

#content-temas {
	background: #FFF;
	/*background: #ccc;  para maqueta */
	border: none;
	color: #000000;
	margin: 0 0;
	padding: 0 0 20px 0;
	text-align: left;
	width: 760px;
}

#footer {
	/* background: transparent url(images/bottom.gif) repeat-x bottom center; */
	clear: both;
	color: #808979;
	font-size: 11px;
	height: 20px;
	margin: 0;
	padding: 10px 10px 10px 620px;
}

#top {
	/* background: transparent url(images/top.gif) no-repeat top center; */
	height: 20px;
	border-top: 1px solid #005577;
}

#sidebar {
	background: transparent;
	/* background: #ccc; para maqueta */
	border: none;
	color: #666;
	float: left;
	font-size: 11px;
	margin: 0 0 0 20px;
	/* padding: 0 20px 30px 20px; */
	padding: 0 20px 0 30px;
	text-align: left;
	width: 180px;
	border-top: 1px solid #D0D3CC;
}

#sidebar2 {
	background: transparent;
	/*background: yellow;  para maqueta */
	border: none;
	color: #666666;
	float: right;
	font-size: 11px;
	margin: 0;
	padding: 10px 0 0 0;
	/* padding: 10px 0 0 20px; */
	text-align: left;
	width: 159px;
	border-top: 1px solid #D0D3CC;
}

#sidebar-int {
	background: transparent;
	/*background: yellow;  para maqueta */
	border: none;
	color: #666666;
	float: right;
	font-size: 11px;
	margin: 0 0;
	padding: 10px 0 0 20px;
	text-align: left;
	width: 200px;
}

/* dossier en la pagina principal */

#dossier {
	background: #fff;
	padding: 20px 0px 20px 0px;
	margin-left: 40px;
	border-bottom: 1px dotted #D0D3CC; /* #F33D27 */
	float: right;
	width: 370px;
	padding-bottom: 20px;
	font-size: 11px;
/*	margin-bottom: 20px;
	border-bottom: 1px dotted #D0D3CC; */
	}
	

#documents_portfolio {
 clear: both;
}

	
.dossier-header {
	/* border: 4px solid #D0D3CC; */
	margin: 0 0 8px 0;
	padding: 0;
	}

#dossier h2 {
	color: #385C85;
	font-size: 20px;
	margin-bottom: 4px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	}	

#dossier h2 a {
	color: #385C85 /*#7E9B64*/;
	text-decoration: none;
	margin-bottom: 4px;
	}

#dossier h2 a:hover {
	color: #DC5E04;
	}

#dossier p {
	color: #666666;
	text-transform: none;
	margin: 0 0 8px 0;
	padding: 0;
	}

#dossier h3 {
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 20px 0 4px 0;
	padding: 0;
}

#dossier h4 {
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: strong;
	letter-spacing: 0.3em;
	margin: 0 0 16px 0;
	padding: 7px 14px;
	background: #F4F4F4;
}

p.spip, .descriptif {
	line-height:140%;
	margin-top: 7px;
	text-align: justify;
	}
	
.ps {
	border-top: 1px dotted #CFD1CB;
	border-bottom: 1px dotted #CFD1CB;
	margin-top: 10px;
	padding: 10px;
	clear:both;
	font-size:1em;
	font-style: italic;
	}
	

p.small {
	font-size: 10px;
	}

#dossier-post {
	margin: 20px;
	text-align: center;
	}


/* dossier resumido */

#dossier-resumido {
	background: #fff;
	padding: 20px 0px 20px 0px;
	margin-left: 40px;
	border-top: 1px dotted #D0D3CC; /* #F33D27 */
	float: right;
	width: 370px;
	padding-bottom: 20px;
	font-size: 11px;
	}

#dossier-resumido li {
	color: #666666;
	line-height: 1.5em;
	font-size: 11px;
	list-style-type: none;
}

/*#dossier-resumido h2 {
	color: #005577;
	font-size: 14px;
	margin-bottom: 4px;	
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	}	

#dossier-resumido h2 a {
	color: #005577;
	text-decoration: none;
	}

#dossier-resumido h2 a:hover {
	color: #DC5E04;
	}*/

#dossier-resumido p {
	color: #666666;
	text-transform: none;
	margin: 0 0 8px 0;
	padding: 0;
	}

#dossier-resumido h3 {
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 20px 0 4px 0;
	padding: 0;
}

#dossier-resumido h4, #foto h2 {
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: strong;
	letter-spacing: 0.3em;
	margin: 0 0 16px 0;
	padding: 7px 14px;
	background: #F4F4F4;
}

/* video en la pagina principal */

#video {
	background: #fff;
	padding: 20px 0px 20px 0px;
	margin-left: 40px;
	border-bottom: 1px dotted #D0D3CC;
	float: right;
	width: 370px;
	padding-bottom: 20px;
	font-size: 11px;
/*	margin-bottom: 20px;
	border-bottom: 1px dotted #D0D3CC; */
	}
	
#video h2 {
	color: #385C85 /*#7E9B64*/;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	}	

#video h2 a {
	color: #385C85 /*#7E9B64*/;
	text-decoration: none;
	}

#video h2 a:hover {
	color: #DC5E04;
	}

#video p {
	color: #666666;
	text-transform: none;
	}

#video h3 {
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 20px 0 4px 0;
	padding: 0;
}


p.small {
	font-size: 10px;
	}

#video-post {
	margin: 20px;
	text-align: center;
	}

/* foto en la pg principal */

#foto {
	background: #fff;
	padding: 20px 0px 20px 0px;
	margin-left: 40px;
	/* border-bottom: 1px solid #D0D3CC; */
	float: right;
	width: 370px;
	}

#foto img {
	margin-bottom: 0;
	}

#slide {
    border: 2px solid #000; 
   	margin: 0 auto;
   	display:block;
   }
	
#foto p {
	color: #808979;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
}

p.epigrafe {
	color: #808979;
	margin: 0 0 10px 0;
	font-size: 10px;
	text-transform: uppercase;
}

.titulo-sb {
	border-bottom: 1px dotted #D0D3CC;
	padding-bottom: 10px;
}

/* blogroll dinamico */
	
#blogroll {
    background:#FFFFFF none repeat scroll 0 0;
    border-top:1px dotted #D0D3CC;
    float:right;
    margin-left:40px;
    padding:20px 0;
    width:370px;
	
}

#blogroll h2  {
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	color: #496E95 /*#5F704F*/;
	font-size:20px;
	line-height: .5em;
	padding-top: 5px;
	letter-spacing: normal;
	font-weight: normal;
}

#blogroll h3 {
	color: #666666;
	line-height: 0.4em;
	font-size: 11px;
	letter-spacing: normal;
	font-weight: normal;
	padding: 0;
}
	
#blogroll li {
	color: #666666;
	line-height: 1.5em;
	font-size: 11px;
	list-style-type: none;
}

#blogroll li a {
	font-size: 13px;
	}
#blogroll li a:hover {
  text-decoration: underline;
  }

#blogroll ul {
	color: #666666;
	list-style-type: none;
	font-size: 11px;
	padding-left: 0px;
}

/*separador sidebar 2 (chapuza) */
.separador {
		padding-bottom: 10px;
		margin-left: 20px;
		border-bottom: 1px dotted #CFD1CB;
}

/* comentarios */

#comment {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	width: 330x;
}

/* lista de entradas anteriores a pie de pagina */

#anteriores {
	background-color: #B2C3E0;
	color: #385C85 /*#7E9B64*/;
	padding: 16px;
	margin-top: 30px;
	border-top: 1px solid #102B47;	
}

#anteriores h2 {
	color: #496E95 /*#5F704F*/;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
}

#anteriores a:hover {
	color: #DC5E04;
}

/* busqueda */

#search {
		padding: 10px 0 20px 0;
		border-bottom: 1px dotted #CFD1CB;
}

#search-home {
		padding: 10px 0 20px 0;
		margin-left: 20px;
		border-bottom: 1px dotted #CFD1CB;
}

.formbutton {
		cursor:pointer;
		font-size:10px;
		border:solid 1px #ccc;
		background:#999;
		color:#666;
		font-weight:normal;
		padding: 1px 2px;
		vertical-align: middle;
		background:url(images/formbg.gif) repeat-x left top;
		}
		
.suscribe, #s {
	background: #ffffff;
	border: 1px solid #e0e0d0;
	color: #595949;
	font-size: 11px;
	height: 15px;
	padding-left: 2px;
	vertical-align: middle;
	width: 70px;
}

.separador {
border-bottom:1px dotted #D0D3CC; margin-left:20px; padding:2px 0pt 2px;
}


/* formato del texto, etc. */

a {
	color: #005577;
	text-decoration: none;
}

acronym {
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #808979;
}


	

blockquote {
	border-left: 1px solid #e0e0d0;
	padding-left: 10px;
	margin: 5px 30px 10px;
}


blockquote.cita {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: right;
	clear: both;
	border: none;
	}

blockquote.spip_poesie {
  margin: 0px;
  border: 0px;
  padding: 0px;
  margin-right: -20px;
  }

blockquote.spip_poesie:hover{
  margin-right: -40px;
}

img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }





code {
	color: #005577;
	text-align: left;
}

#header h1 {
	color: #FFFFFF;
	font-size: 64px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	margin: -10 0;
	padding: 5px 0 0 0;
	text-decoration: none;
	text-align: center;
	/*text-align: right;*/
}

#header h1 a {
	color: #FFF;
}


}

#content a:hover {
	color: #DC5E04;
}

#header a:hover {
	color: #DC5E04;
}


#content h1, h1 a {
	/* border-top: 1px solid #000;  para maqueta */
	color: #385C85 /*#7E9B64*/;
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	margin: 0 0;
	padding: 10px 0 0 0;
	text-decoration: none;
	text-align: left;
}

h1, h1 a {
	/* border-top: 1px solid #000;  para maqueta */
	color: #385C85 /*#7E9B64*/;
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	margin: 0 0;
	padding: 10px 0 0 0;
	text-decoration: none;
	text-align: left;
}

h2, h2 a {
	color: #005577;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	margin: 0 0;
	padding: 8px 0 0 0;
	text-decoration: none;
	text-align: left;
}

h3 {
	color: #005577;
	font-size: 14px;
	margin: 15px 0 15px 0;
	padding: 0;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol, form {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: square;
	color: #385C85 /*#7E9B64*/;
	list-style-position: inside;
	padding: 0 0 0 16px;
	margin: 0;
}

#content-temas li  {
	list-style-type: square;
	color: #385C85 /*#7E9B64*/;
	list-style-position: inside;
}



#anteriores ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 0 10px;
	color: #385C85 /*#7E9B64*/;
}

p {
	line-height: 1.5em;
	text-align: left;
}

small {
	font-size: 10px;
	line-height: 1.2em;
}

#content a:hover {
	color: #DC5E04;
}

#content-index a:hover {
	color: #DC5E04;
}

#content img {
	float: right;
	margin: 8px 8px 8px 16px;
}

#content blockquote.cita img {
 	float: none;
 	margin: 0px;
 } 

#email, #author {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
}

#header img {
	border: none;
	/*float: left;*/
}


#sidebar a:hover {
	color: #DC5E04;
}

#sidebar2 a:hover {
	color: #DC5E04;
}

#sidebar-int a:hover {
	color: #DC5E04;
}

#sidebar p {
	margin: 10px 0 10px 0;
	padding: 0;
}

#sidebar h2 a {
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	color: #005577;
	font-size:20px;
	letter-spacing: normal;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
}

#sidebar h2 {
	color: #496E95 /*#5F704F*/;
}

/* h3: volanta de las secciones en la sidebar */
#sidebar h3 {
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 20px 0 4px 0;
	padding: 0;
}


#sidebar-int h2 {
	/* border-top: 1px solid #000;  para maqueta */
	color: #496E95 /*#5F704F*/;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	margin: 20px 0 10px 0;
	padding: 0 0 0 10px;
}

#sidebar-int p {
	color: #666666;
	line-height: 1.5em;
	padding-left: 10px;
	}

#sidebar li {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar2 li {
	color: #666666;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar2 ul {
	color: #666666;
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}

#sidebar2 h2 {
	/* border-top: 1px solid #000;  para maqueta */
	color: #496E95 /*#5F704F*/;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	margin: 20px 0 10px 0;
	padding: 0 0 0 20px;
}

#sidebar2 p {
	color: #666666;
	line-height: 1.5em;
	padding: 0 0 0 20px;
	}


#sidebar-int li {
	color: #666666;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#sidebar-int ul {
	color: #666666;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#noindent {
	margin: 0 0 0 -10px;
	padding: 0;
}

#noindent2 {
	margin: 0 0 0 -10px;
	padding: 0;
}

#submit {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	margin: 0;
	padding: 0 10px;
}

#today {
	background: #ffffff;
}

#url {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

#documents_portfolio img {
	float: left;
	}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.commentbody {
	font-size: 14px;
	margin: 0 0 12px 0;
	/*border-bottom: 1px solid #f0f0e0;*/
	border-bottom: 1px dotted #8DA7D2;
	position: relative;
}

.commentbody-javier {
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 8px;
	/*border-bottom: 1px solid #f0f0e0;*/
	border: 2px solid pink;
	position: relative;
}

.commentbody p {
	line-height: 1.5em;
}

.commentlink {
	font-size: 10px;
}

.commentlist {
	list-style: none;
}

.commentcount {
	position: absolute;
	right: 36px;
	top: 0;
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold;
	color: #e0e0d0;
	float: right;
}

html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

.date {
	color: #808979;
	letter-spacing: 0.02em;
	text-align: left;
	margin: 0;
	padding: 0 0 8px 0;
}

.temas {
	/* border-top: 1px dotted #8DA7D2; */
	/* background: #F5F4ED; */
	border-bottom: 1px dotted #D0D3CC;
	border-top: 1px dotted #D0D3CC;
	text-transform: lowercase;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 4px 0;
}

.navigation {
	font-size: 11px;
	padding: 40px 0 0 0;
}

.pagetitle {
	font-size: 11px;
	letter-spacing: 0.09em;
	text-align: right;
}

.postmetadata {
	color: #808979;
	font-size: 11px;
	letter-spacing: 0.09em;
	margin: 12px 0 8px 0;
	padding: 0;
	text-align: right;
	clear: both;
}

.postmetadata-izq {
	color: #808979;
	font-size: 11px;
	letter-spacing: 0.09em;
	margin: 0 0 8px 0;
	padding: 0;
	text-align: left;
}

.postmetadata-top {
	color: #808979;
	margin: 0;
	padding: 0;
	text-align: left;
}

#meta ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style:none; 
}

#meta li {
	margin: 0;
	padding: 0;
	list-style:none; 
}

#registro ul {
	margin-left: 30px;
	padding: 0;
	list-style:none; 
}

#registro li {
	margin-left: 10px;
	padding: 0;
	list-style: square; 
}

#autores ul {
	margin-left: 30px;
	padding: 0;
	list-style:none; 
}

#autores li {
	margin-left: 10px;
	padding: 0;
	list-style: square; 
}


/* different postmetadata style for single.php */

.alt {
	line-height: 1.4em;
	padding: 0 0 15px 30px;
}

.alt a {
	color: #005577;
}

.entry img {
	float: right;
	padding: 8px;
	}
	

.entrytext p {
 text-align: justify;
 padding-bottom: 0.7em;
}	


div.formulaire_spip ul {list-style: none;}
div.formulaire_spip fieldset {border:none;}
div.formulaire_spip legend {display:none;}
div.formulaire_spip fieldset.previsu {border:1px dotted #8DA7D2;}


.erreur_message { border: 2px solid red; display:block; padding:2px;}

	
input.text {
	width: 80%;
	border: 1px solid #ccc;
	clear: both;
	/*font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;*/
}

.spip_encadrer {
	padding: 5px;
	border: 1px solid #ccc;
}

.spip_cadre {
	padding: 5px;
}

/******************************************/
/** NoteBulle **/
span.notebulle span { display: none; }
span.notebulle:hover span { 
	display: block; 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color: black;
	text-align: left;
	padding: 4px 8px; 
	margin: -4px 0px 0px 0px; 
	background-color: lightyellow; 
	border: 1px solid gray; 
											/* Larguer de l'info-bulle a adapter */
											/* a la largeur de la colonne de texte */
											width: 500px;  
	position: absolute; 
	overflow: hidden;
										}

	
