body,td,th {
	color: #FF9900;
}
body {
	background-color: #FFFFFF;
	margin-top: 15px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1{
	font-size: 76px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-align:center;
}
h2{
	color: #FF9900;
	font-size: 30px;
	text-align:center;
}
h3{

}
#marco{
	background:#fff url(./images/background.png) repeat-y top;
	width:800px;
	margin:0px auto;
	border-width:2px;
	border-style:solid;
	border-color:#FF9900;
}
.titulo-acerca-de{
	font-size: 26px;
}
.texto {
	padding:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	--font-style: italic;
	text-align:justify;
}
.firma{
	text-align:right;
}
.pie{
	text-align:center;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}