@charset "utf-8";
.fondo {
	background-color: #000000;
	background-image: url(flash/fondo_pirnicipal.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

h2{
	font-size:18px;
	
}
.abajolinks a:link  {
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
}

.abajolinks a:visited  {
	text-decoration: none;
	color:#CCC;
	text-decoration: none;
}

.abajolinks a:hover  {
	text-decoration:underline;
	color: #FFF;
	text-decoration: none;
}

.abajolinks a:active  {
	text-decoration:underline;
	color: #FFF;
	text-decoration: none;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(jpgs/fondo_contenidosHTML.jpg);
	background-repeat: no-repeat;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.fondo table tr td strong img {
	text-align: center;
}


