.texto {
	font-size: 13px; color:#000000; font-style: normal; font-family: Verdana;
}

.texte_negro {
	font-size: 13px; color:#000000; font-style: normal; font-family: Verdana;
}

.texte_negrogrande {
	font-size: 20px; color:#000000; font-style: normal; font-family: Verdana;
}

.texte_naranja {
	font-size: 13px; color:#C56300; font-style: normal; font-family: Verdana;
}

.texte_naranjagrande {
	font-size: 16px; color:#FF6600; font-style: normal; font-family: Verdana;
}

.texte_verdemediano {
	font-size: 15px; color:#218121; font-style: normal; font-family: Arial;
}

.texte_blanco {
	font-size: 13px; color:#ffffff; font-style: normal; font-family: Verdana;
}

.texte_gris {
	font-size: 13px; color:#333333; font-style: normal; font-family: Verdana;
}

.texte_grisg {
	font-size: 14px; color:#333333; font-style: normal; font-family: Verdana;
}

.titre_Negro {
	font-weight: bold; font-size: 14pt; color: #454B55; font-style: normal; font-family: Verdana; text-align:center 
}

.blanco {
	font-size: 11px; color:#ffffff; font-style: normal; font-family: Verdana;
}

.blanco2 {
	font-size: 10px; color:#ffffff; font-style: normal; font-family: Verdana;
}

.blanco3 {
	font-size: 14px; color:#ffffff; font-style: normal; font-family: Verdana;
}


.titreN {
	font-weight: bold; font-size: 12pt; color: #454B55; font-style: normal; font-family: Verdana; text-align:justify 
}

.footer      { font-size: 10px; background-color: white; text-align: center; padding-top: 3px; padding-bottom: 3px }
.body_lead_index     { color: #630; font-size: 12px; background-color: #ece2d1; padding: 10px }
.body_lead_index2     { color: #000000; font-size: 12px; background-color: #E6F2E1; padding: 10px }
.body_lead_index3     { color: #630; font-size: 12px; background-color: #FFF9DF; padding: 10px }

body {
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom:1px;
	background-image:url(../images/fondoatras.jpg)
}

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


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/*********************************** ACTUALIZACIONES MICHEL */
.mClear{
	display:block;
	clear:both;
}
#mHeader{
	margin:0px;
	padding:0px;
	height:100px;
}
#mLogo{
	float:left
}
#mMenu{
	float:right
}
#mMenu .mMenu{
	background:#333;
	padding:0px;
	margin:5px;
}
#mMenu .mMenu a{
	display:block;
	padding:10px 20px;
	float:left;
	border-right:1px solid silver;
	text-decoration:none;
	color:#3C3;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
#mMenu .mMenu a:hover{
	background:url(../images/mBoton.jpg) repeat-x center;
	color:white;
}
#mMenu .mMenu a:last-child{
	border:none;
}

#mPanelNoticias{
	border-left:1px solid silver;
	margin-left:10px;
	padding:5px;
	padding-top:0px;
	margin-top:0px;
}
#mPanelNoticias h2{
	border-bottom:1px solid black;
	padding:10px;
	margin:5px;
	font-size:14px;
	text-align:left;
}

.mRojo{
	color:red;
}

#galeria a{
	border:1px solid black;
	padding:5px;
	margin:12px;
	display:block;
	float:left;
	width:180px;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
}
#galeria a:hover{
	border:1px solid silver;
}