body {
	background: url(../images/fondo.jpg);
	font-size:12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}

.menu {
	text-align:center;
}

.header {
	height: 150px;
	width: 100%;
	background: url(../images/barra.png) no-repeat top center;
	text-align:left;
	vertical-align: bottom;
}

.inputbox {
	padding: 2px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.moduletable {
	text-align:center;
}
.title_header {
	position:absolute;
	left:600px;
	top:10px;
	font-size:40px;
	font-family: Comic, Arial, Helvetica, sans-serif; 
	color:#FFCC00;
}
.search {
	position:relative;
}

.contenido td {
	text-align:center;
}

.content  {
	width:90%;
	text-align:justify;
	/*background-color: #003366;*/
	border: 1px solid #FFFFFF;
	background-color: #1c1c1c;
 }
 
 .contentheading, .componentheading {
	font-weight: bold;
}

a:link, a:visited {
	color: #949ef4;
	text-decoration: none;
}

a:hover{
	text-decoration: UNDERLINE;
}