/* CSS Document */

BODY {
	background: black;
	font-size: 7pt; 
	font-family: Arial; 
	margin-left: 0; 
	margin-right: 0; 
	color: white;
	padding: 0px;
	border: 0px;
	}
H1 {
	background: blue;
	font-size: 14pt;
	font-weight: bold; 
	color: white
	}
H2 {
	font-size: 12pt;
	font-weight: bold; 
	color: white}
a.enlace {
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
a.enlace:hover {
	text-decoration: none;
	background-image: url (IMG2/Som2.jpg);
	}
a.enlace:visited{
	text-decoration: none;
	color: #FFFFFF;
	}
table {
	background: black;
	border-collapse: collapse;
	cellpadding: 0;
	cellspacing: 0;
	}
	
td {
	align: middle;
	border: 0px;
	background: black;
}
iframe {
  	background: black;
}



 
