body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	line-height: 20px;
}
#cabecera {
	background-image: url(IMAGENES/f_cabecera.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 842px;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #3D263D;	
}

h1 {
	color: #999999;
	font-size: large;
	letter-spacing: 2px;
}
h2 {
	font-size: medium;
	color: #FF9900;
}

h3 {
	font-size: small;
	color: #FF9900;
}


#menu {
	background-image: url(IMAGENES/f_menu.gif);
	height: 36px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3D263D;
}

#cuerpo {
	background-repeat:  repeat-y;
	width: 842px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	background-color: #3D263D;
}
#pie {
	background-image: url(IMAGENES/f_pie.gif);
	width: 842px;
	height: 46px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	background-color: #3D263D;
	margin-bottom: 50px;
}

#top {
	position: absolute;
	top: 0px;
}


a:link {
	color: #ff9900;
	text-decoration: none;
}


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

.fondo {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(IMAGENES/fondo.jpg);
	background-repeat: repeat;
	background-color: #CCCCCC;
}

.texto_cabecera {
	margin-right: 20px;
	text-align: right;
	font-size: 75%;
	margin-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	color:#FF0000
}

.menu_lateral {
	text-align: left;
	width: 210px;
	height:auto;
	background-repeat: no-repeat;
	background-position: top;
	background-position: top;
	vertical-align: top;
	background-color: #3D263D;
}

.texto_pie {
	font-size: x-small;
	text-align: center;
}
.texto_contador {
	font-size: x-small;
	text-align: center;
	color: #3D263D;
}


.texto_menu {
	font-size: medium;
	color: #333333;
	font-weight: bold;
	letter-spacing: 5px;
}

.texto_peque {
	font-size: x-small;
	line-height: 16px;
	color: #3D263D;
}

.texto_cuerpo {
	vertical-align: top;
	font-size: small;
	line-height: 16px;
	color: #FFFFFF;
	text-align: justify;
    padding-left: 20px;
	padding-top: 10px;
}

.texto_mapa {
	vertical-align: top;
	font-size: small;
	line-height: 16px;
	color: #FFFFFF;
	text-align: justify;
    padding-left: 50px;
	padding-top: 10px;
}


.texto_apartados{
	color: #FF9900;
	top: 0px;	
	font-size: medium;
	text-align:left;
}
.texto_subapartados{
	font-size: 90%;
	line-height: 16px;
	color: #FF9900;
	top: 0px;	
}


