/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(images/pg02bkg.jpg);
	background-repeat: repeat;
	background-color: #F4D0F1;
	font-size: 11pt;
	text-align: center;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ff0000;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ff0000;
}

.linkchico {
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 11pt;
	/*font-weight: bold;
	//color: #ff0000;*/
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	color: ff6600;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	color: #000000;
}
.tablaborde {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: 000000;
	border-right-color: 000000;
	border-bottom-color: ff0000;
	border-left-color: #000000;
	text-align: left;
	background-color:#ffeecc;
	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
.celdascentradas {
	text-align: center;
}
