@charset "utf-8";
/* CSS Document */
	body {
	color: #000000;
	font-weight: normal;
	font-family: Verdana;
	font-size:8pt;
	text-align:justify;
	line-height:15px;
	background-image:url(../imagenes/bg.png);
	background-repeat: repeat;
	}
	
	#contenedor {
	width:817px;
	height:720px;
	margin:0 auto auto;
	background-color: #FFFFFF;
	}
	
	#tope {
	width:817px;
	height:63px;
	clear:both;
	}
	
	#medio{
	width:817px;
	height:55px;
	clear:both;
	}
	
	#cabecera {
	width:817px;
	height:135px;
	}
	
	#barra{
	background-image:url(../imagenes/barra.png);
	background-repeat:no-repeat;
	width:817px;
	height:15px;
	clear:both;
	}
	
	#my_menu{
	float:left;
	width:180px;
	}
	
	#contenido{
	background: #FFFFD5;
	float:left;
	height:435px;
	padding:7px;
	width:622px;
	overflow:auto;
	}
	
	#pie{
	background-image:url(../imagenes/pie.png);
	background-repeat:no-repeat;
	width:820px;
	height:38px;
	clear:both;
	padding:5px;
	}

	.marquesina {
	font-family: "Trebuchet MS";
	font-weight: 400;
	font-weight:bold;
	font-size:14px;
	color: #FFFF00;
	}

	a.enlace {
	color: #339900;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	}
	
	a.enlace:hover {
	font-family: Verdana;
	color: #33CC00;
	font-size: 11px;
	text-decoration: underline;
	font-weight:normal;
	}
	
	.enlace_ruta {
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	}
	
	.enlace_ruta:hover {
	font-family: Verdana;
	color: #000000;
	font-size: 9px;
	text-decoration: underline;
	font-weight:normal;
	}
	
	.enlace_actual {
	font-family:Verdana;
	font-size: 9px;
	}
	