
/* ----------- Copyright Raśl Siles (www.raulsiles.com) -------- */
/* ----------- Styles for all pages ------------- */

body {
   background: white;
/*   background-image: url(background.gif);
   background-repeat: repeat;
*/
   margin-bottom: 0;
   margin-top: 0;
   margin-left: auto;
   margin-right: auto;
   color: darkblue;
   font-family:"Comic Sans MS";
   font-size: small;
/*   font-family: Verdana, sans-serif; */
   padding: 0;
   text-align: left;
}

a {
  color: #000;
  background-color: transparent;
}

/* Highlight the hyper-references */
a:hover {
  color: #fff;
  background-color: #008;
  text-decoration: underline;
}


/* --- ITEMS --- */

#copyright {
	text-align: center;
	font-size: 0.75em;
	color: #999999;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 0;
	clear: both;
}

.subtitulo {
	text-align: left;
/*	font-size: 100%; */
	color: black;
	padding-left: 15; 
	padding-bottom: 0;
}

.subtitulo:active {
  color: yellow;
  background-color: black;
  text-decoration: none;
  text-decoration: underline;
}

/* --- NEWS --- */

#News {
   /* Text position */
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 0;
   margin: 0;
   text-align: left;
   color: #000000;
   /* Background position */
   background-color: #ffff80;
   background-position: left;
   background-repeat: no-repeat;
/*   background-image: url(/images/labels/pill_news.png); */
   background-image: url(/images/news.png);
   font-size: 0.95em;
   width: 80%;
}

#News li {
   margin-top: 1px;
   margin-bottom: 1px;
   margin-right: 0;
   margin-left: 105px;
   padding: 0;
   list-style-image: url(images/blackbullet.gif);
}

/* Links: azul */
#News a:link,
#News a:visited {
	text-decoration: none;
	color: #008;
}
/* Focus: blanco */
#News a:hover {
	text-decoration: underline;
	color: #fff;
}
/* Active: red */
#News a:active {
	text-decoration: underline;
	color: red;
}


/* Submenus (table) items */
.submenu {
	font-size: 80%;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	color: yellow;
	text-align: center;
}

A.submenu:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  text-decoration: underline;
}

H1.submenu {
	font-size: 110%;
	height: 25px;
	text-align: center;
}
