@charset "utf-8";
/* CSS Document */

.menuoff {
	background-image: url('none');
	background-repeat: repeat-x;
	background-position: 0px 0px
}
.menuon {
	background-image: url('img/menu_on.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px
}
.menu_link {
	color: #FFF;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}
.cuadrotexto {
	font-family: arial;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #406697;
	width: 115px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
}
.interes {
	font-size: medium;
}

.negro {
	color: #000;
}
.blanco {
	color: #FFF;
}
.titulo {
	font-size: xx-large;
	color: #406697;
	font-weight: bold;
	letter-spacing: -3px;
}
.sombra_izq {
	background-image: url('img/sombra_izq.jpg');
	background-repeat: repeat-y;
	background-position: right top
}
.sombra_der {
	background-image: url('img/sombra_der.jpg');
	background-repeat: repeat-y;
	background-position: left top
}
.fondogris {
	background-image: url('img/fondogris.jpg');
	background-repeat: repeat-x;
	background-position: left bottom
}
.abajo_marco {
	background-image: url('img/abajo2.jpg');
	background-repeat: repeat-x;
	background-position: left top
}
.notapie {
	font-size: medium;
	color: #000;
	background-color: #CCC;
	font-weight: bold;
}