@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ebebeb;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}
.book a {
	background-color: #EBEBEB;
	padding-left: 15px;
	margin: 0px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #666666;
}
.book a:hover {
	background-color: #FFFFCC;
	padding-left: 15px;
	margin: 0px;
	color: #FF0000;
	border: 1px solid #FF0000;
}
.oneColElsCtr #container {
	width: 955px;
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
#titulo {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 955px;
}#nav {
	width: auto;
	margin: 0px;
	padding-top: 60px;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EBEBEB;
	height: 150px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.fits {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.oneColElsCtr #container #mainContent #data {
	height: auto;
	background-color: #FFFFFF;
	background-image: url(images/data_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColElsCtr #container #mainContent #data2 {
	height: auto;
	background-color: #FFFFFF;
	background-image: url(images/data_back.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#txt {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 45px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
}
#txt strong {
	color: #1A59BB;
}

.style1 {font-size: 10px}
.style2 {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}
#widget a{
	text-decoration: none;
}
#widget {
	margin: 0px;
	height: 200px;
	width: 312px;
	background-image: url(images/widgets.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
.style4 {
	color: #C3C3C3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 50px;
	margin: 0px;
}
.style4 a {
	color: #C3C3C3;
	text-decoration: none;
}

