.barraHor {
	background-image: url(imagenes/fondobarra.jpg);
	background-repeat: repeat-x;
}
.titulos {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
}

.barraVert {
	background-image: url(imagenes/fondovert.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
body {
	margin-left: 0px;
	margin-right: 0px;
}
.textos {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.textosRojos {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#FF0000;
}
.creditos {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
.marcoGris {
	border: 1px solid #999999;
}
.fondoTitulos {
	background-image: url(imagenes/fondotitulos.jpg);
	background-repeat: repeat-x;
}
a {
	text-decoration:underline;
	color:#0000CC;
}
a:hover, a:active {
	text-decoration:none;
	color:#0000CC;
}
#catActiva a {
	text-decoration:none;
	color:#FF0000;
}
.menuAdmin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	background-color:#FF9900;
}
#menuAdmin a{
	color:#000000;
	text-decoration:none;
}