@charset "utf-8";
/*
Documento CSS layout: USCAL
McCain&copy;(aus) 2008
*/

/* BODY */
html{
	font-size: 100.01%; /* fixes some browser bugs */
}
body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em; /* 16px */
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#skip{
	position: absolute; top: -10000px; left: -10000px;
}
#body{
	width: 917px; margin: 0 auto; text-align: center;
	background: url(../images/fondo-body.jpg) center center repeat-y;
}
#copy{
	text-align: center; color: #666666; font-size: 62.5%;
	margin-top: 5px;
}


/* MAIN */
#main{
	width: 715px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}
#main p{
	margin: 10px 0;
	font-size: 68.75%; color: #333333;
}
#main a, #main a:link, #main a:active, #main a:visited{
	color: #333333;	text-decoration: underline;
}
#main a:hover{
	color: #395C7A;	text-decoration: underline;
}
