/* textos.css */

html, body { margin:0px; padding:0px;}
ul, ol, li{
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 3px;
	padding-left: 40px;
	list-style-image: none;
	list-style-type: none;
	}
.menu a:hover{
	color:#FFF;
	}
	
.menu a{
	text-decoration: none;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	cursor: auto;}