html {
 scrollbar-face-color: #FFE89A;
 scrollbar-track-color: #8B4513;
 scrollbar-base-color: #8B4513;
 scrollbar-arrow-color: #8B4513;
 scrollbar-highlight-color: #8B4513;
 scrollbar-3d-light-color: #8B4513;
 scrollbar-shadow-color: #8B4513;
 scrollbar-dark-shadow-color: #8B4513;
	}

body {
	font-family:Verdana;
	font-size: 12px;
	color:#8B4513;
	background-color:#8B4513;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	align: center;
	}


#pagina {
	width:1004px;
			margin:0 auto;
			text-align: center;
			border:0px solid #000;
			display:block;
			}

#Cabecera {
	float:left;
	width:1004px;
	height:323px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(cabecera.jpg);
	background-position:top center;
	background-repeat:no-repeat;

								border:0px solid #000;

	}
#Seccion {
	float:left;
	width:1004px;
	color:#ffffff;
	font-size: 30px;
	font-weight:bold;
	margin: 200px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

						border:0px solid #000;
	}

#Opciones {
	float:left;
	width:1004px;
	font-size: 13px;
	color:#8B4513;
	margin: 18px 0px 0px 0px;
	font-weight:bold;
	line-height:24px;
						border:0px solid #000;
	}

					#Opciones a {
						height:28px;
						margin:3px 0px 0px 0px;
						padding:2px 4px 3px 4px;
						border-top:2px solid #cccccc;
						border-left:2px solid #cccccc;
						border-right:2px solid #000;
						border-bottom:2px solid #000;


						color:#fff;

						text-decoration:none;
						background-color: #8B4513;
						}


					#Opciones a:hover {
						border-top:2px solid #000;
						border-left:2px solid #000;
						border-right:2px solid #cccccc;
						border-bottom:2px solid #ccc;


						color:#8B4513;
						background-color: #fff;
					}

/*************************/
/* Contain the cuerpo    */
/*************************/
#centro {
	width:1004px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(fondo.jpg);
	background-position:center;
	text-align: left;
						border:0px solid #000;
	}

#enlaces {
	width:200px;float:left;
	padding:0px 5px 2px 3px;
	margin:0px 0px 0px -30px;
	display:block;
	font-weight:bold;
	border:1px solid #81bd47;
	background-color:#fff;
	}
#enlaces a {
	width:190px;
	padding:5px 0px 0px 8px;
	font-weight:bold;
	border-bottom:1px solid #81bd47;
	color:#8B4513;

	text-decoration:none;display:block; }
#enlaces a:hover {
	width:195px;
	padding:5px 0px 0px 3px;
	background-color:#81bd47;

	color:#ffffff;
	}

/***************************/
/* Where you put your text */
/***************************/
#cuerpo {
	float:right;
	margin: 0px 80px 0px 0px;
	padding:0px 0px 0px 0px;
	width:720px;
								border:0px solid #000000;
	}


#texto {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	width:100%;
	text-align:justify;
	text-indent:25px;
	border-right:1px solid #81bd47;
	border-bottom:1px solid #81bd47;
	}

td, th, li {
	text-indent: 0px;
	}


#cita {
	margin: 0px 0px 0px 50px;
	padding:5px 5px 5px 5px;
	width:90%;
	text-align:justify;
	text-indent:20px;
	font-style:oblique;
	font-weight:bold;
	border:1px solid #808080;
	background-color: #81bd47;
	}

#titulo-texto {
	float:left;
	font-weight:bold;
	width:90%;
	color:#81bd47
	font-size:15px;
	padding-left:50px;
	padding-bottom:10px;
	border-left:1px solid #81bd47;
	border-bottom:1px solid #81bd47;
	}
#Fecha {
	float:right;
	font-weight:normal;
	width:30%px;
	color:#81bd47
	font-size:11px;
	padding-left:10px;
	padding-bottom:5px;
	border-right:1px solid #81bd47;
	border-bottom:1px solid #81bd47;
	}

/**********/
/* pie */
/**********/
#pie {
	float:left;
	margin: 0px 0px 0px 0px;
	width:1004px;
	height:123px;
	background-image: url(pie.jpg);
	background-position: center;
	background-repeat:no-repeat;
	text-align: center;
	color:#81bd47;
	clear:both;
	}
#contador {
		float:left;
		width:175px;
		font-size:10px;
	}
#derechos {
		float:left;
		width:700px;
		font-size:11px;
		font-weight:bold;
	}

#derechos a {
	text-decoration:underline;
	color:#81bd47;
	}
#derechos a:hover {
	text-decoration:underline;
	background-color: #81bd47;
	color:#fff;
	}

/***************************/
/* Modif for links in text */
/***************************/
a {
	text-decoration:underline;
	color:#990000;
	}
a:hover {
	text-decoration:underline;
	color: #990000;
	}

a img { border:0; }

.BloqueVisibleNO {display:none;}
.BloqueVisibleSI {display:inline;}

.MuestraMas {
		background:transparent url(/FicherosBase/Ficheros/mas.gif) no-repeat scroll right bottom;
		}
.MuestraMenos {
		background:transparent url(/FicherosBase/Ficheros/menos.gif) no-repeat scroll right bottom;
		}

