body {
	background-image: url("images/fondo.jpg");
	/*background-repeat:repeat-x;*/
	text-align: -moz-center;
	background-color: white;
	

}

* html body { text-align:center; }


#tblHead {
	background-image: url("images/img001.jpg");
	background-repeat:no-repeat;
	
}

#tblMenu {
	background-image: url("images/img001.jpg");
	text-align: center; 
	word-spacing: 50px;
	
}

#tblBody {
	background-image: url("images/img001.jpg");
	text-align: left; 
}

#tblScnd {
	background-image: url("images/img002.jpg");
	text-align: left; 
}

a.menu {
	text-decoration: none;
	color: #FF6633;
	font-family: Arial,sans-serif;
	font-size:22;
	font-weight: bold;
	word-spacing: 6px;
	
}



a.menu:visited {
	text-decoration: none;
	color:  #FF6633;
	font-family: Arial,sans-serif;
	font-size:22;
	font-weight: bold;
	
}
a.menu:hover {
	text-decoration: none;
	color:#FF0000  ;
	font-family: Arial,sans-serif;
	font-size:22;
	font-weight: bold;
	
}


.txtNormal {
	font-family: Arial,sans-serif;
	font-size:12;
	color: black;
	text-align: justify;
}

.txtPortada {
	font-family: Arial,sans-serif;
	font-size:14;
	color: black;
	text-align: justify;
}

.txtTitular {
	font-family: Arial,sans-serif;
	font-size:20;
	color: white;
	text-align: justify;
}

.txtResaltado {
	font-family: Arial,sans-serif;
	font-size:14;
	color: #339900;
	text-align: justify; 
	font-weight: bold;
}


