/* CSS Document */

body{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background:#F0D53C;
	font-family: Tahoma, Verdana, "Microsoft Sans Serif", Arial, Helvetica, Geneva;
	font-size: 11px;
	color:#000000;

}


/* CSS image */

.swf {
clear:both;
width:100%;
height:100%;
text-align:center;
vertical-align: bottom;
}



/* CSS contador */

.contador { 
	clear:both;
width:100%;
padding:10px;
}




/* CSS menu */

.menu { 
	float:left;
	width:148px;
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: #333333;
}
.menu:link { 
	float:left;
	width:148px;
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: #333333;
}
.menu:visited { 
	float:left;
	width:148px;
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: #333333;
}
.menu:hover { 
	float:left;
	width:148px;
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: #333333;
}
.menu:active { 
	float:left;
	width:148px;
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: #333333;
}



/* CSS hypertext */

a:active {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}

a:link {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, "Microsoft Sans Serif";
	font-size: 12px;
	color: #33CCFF;
	text-decoration: underline;
}



