"";
.bordeD {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.fondo {
	background-image: url(../imagenes/fondo-pagina.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}

.bordeSup {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.texto {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: justify;
}
.textoazul {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
}
.titulo {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14pt;
	color: #CC0000;
}
