/*- Page Structure */
body {	background-color: #eee;}
#header {padding: 0; margin: 0; 
position: relative; 
width: 100;
height: 100px; 
background: #738FBF; 
}

/*- CABEZERA */

 h2 { /* H2 is used for the title */
	font-size: 3em;
	letter-spacing: -1px;
	font-weight: bold;
	width: 100%;
	}

h1, h1 a, h1 a:hover, h1 a:visited,

/*- Links */

a:hover, a:visited:hover {
	text-decoration: none;
	color: #FF6600;
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	color: #27d;
	text-decoration: none;
	}

.itemtext a:visited {
	color: #FF6600;
	}
