/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #333333;
	font-family: Century Gothic;

}



p.letra:first-letter 
{
font-size: xx-large;
color: #FF6600;
font-weight: bolder; /*bold*/
padding: 0px;
float: left;
}




/* Margins */
body {
	
	background-image: url(rombo.JPG);
	/*background-image: url ("rombo.JPG");*/
	/*margin-left: 10%;
	margin-top: 0cm;
	margin-right: 10%;
	margin-bottom: 1cm;*/

}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}