body.sinFondo {
	background: transparent;
	margin: 0px;
}
body.conFondo {
	background-attachment: fixed;
	background-image: url(./General/General01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 25px 0px 10px 10px;	
}
a.textos:link {
	color: #0000FF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a.textos:visited {
	color: #0000FF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a.textos:hover {
	color: #666666;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a.textos:active {
	color: #000000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
P.centradoNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	font-variant: small-caps;

}
P.centradoCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	margin-right: 60px;
	margin-left: 60px;
	font-style: normal;
	font-variant: small-caps;
}
img {
	margin: 15px;
}
