/* hoja de estilo */
 
.body1 {
	background-color: #ccffff;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagenes/fondo.gif);
}

.tabla {
	width: 920;
	height: 603;
	background-color: #99cc99;
	border-collpase: collapse;
	border: 3px solid #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-style: hidden;
}

.body2 {
	background-color: #99cc99;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto-abajo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003300;
}
.link-abajo {
	color: #006699;
	font-weight: bold;
}

.Titulo1 {
	font-size: 36px;
	font-weight: bold;
	color: #003300;
}

.Titulo2 {
	font-size: 32px;
	font-weight: bold;
	color: #003333;
	text-decoration: underline;
}

.texto {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.linkG {color: #006699; font-weight: bold; font-size: 26px; }

.titulo3 {
	font-size: 26px;
	color: #003300;
	font-weight: bold;
}

.subtitulo {
	font-size: 20px;
	color: #003300;
	font-weight: bold;
}

.tabla2 {border-collpase: collapse;	border: 1px solid #000000; }