BODY {

	background-color: #B00000;

	text-align: center;

	margin-top: 50px;

}

TABLE {

	font-family: calibri;
	
	font-weight: bold;

	text-align: justify;
}

#borde {

	width: 690px ; 
	
	font-size: 16;

	background-color:  #3300FF;
	
	color: #CCFFFF;

	border-style: solid;
	border-color: white; border-width: 8px;
	
}

#lineas {

	width: 100% ; 

	background-color: #FF6600;

	border-style: solid;
	border-color: yellow; border-width: 8px;

}

TD {

	font-family: calibri;

}

#titulo {

	padding-top: 10px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;	
	
	text-align: center;

	font-size: 20;

	color: #FFFF00;

	background-color: #FF6600;
}

#texto {

	padding-top: 2px;

	padding-right: 10px;

	padding-bottom: 2px;

	padding-left: 10px;

	text-align: justify;

	font-size: 16;

	color: #FF6600;

	background-color: #FFFFFF;
}




