a:link {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images/fondo4.jpg);
	background-repeat: repeat-y;
	background-color: #6CC5CB;

}
.nombres {
	font-size: 9pt;
}
.vinculito {
	font-size: 11px;
}
.vinculito:link {
	font-size: 11px;
	font-weight: normal;
}
.vinculito:visited {
	font-size: 11px;
	font-weight: normal;
}
.vinculito:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.vinculoRojo:link {
	font-weight: normal;
	color: #CC0000;
}
.vinculoRojo:visited {
	font-weight: normal;
	color: #CC0000;
}
.vinculoRojo:hover {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CC0000;
}
.floresdebach {
	background-image: url(/images/flores_de_bach.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 105px;
}
.margencito {
	padding-right: 5px;
	padding-left: 5px;
}
#publicacion {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.Borde {
	border: 1px solid #CCCCCC;
}
