/* Basicos */
body { 
	font-family: Verdana, Arial, Tahoma; 
	font-size:10px; 
	background-color: #ffffff; 
	text-align:center; 
}
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff; 
	font-weight:bold; 
	margin:0px; 
	padding:0px; 
}

p, span {
	margin: 0 0 5px 0; 
}

/* TEXTOS EN PÁRRAFOS */
.txtup1, .txtup1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff; 
	font-weight:bold; 
}
.txtup2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffcc00; 
	font-weight:bold; 
}
.txttitle, .txttitle a {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	text-align:left; 
	color: #cc3300; 
	font-weight:bold; 
}
.txtpar, .txtpar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #666666; 
	font-weight:normal; 
}
.txtpartit, .txtpartit a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #ff9933; 
	font-weight:bold; 
}