body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background{
	background-image: url(../images/bgSite.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#B18255;
}

.text-normal {
	font-family:"Verdana", Geneva, sans-serif;
	font-size: 12px;
	line-height:20px;
}

.subtitle {
	font-family:"Verdana", Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.title {
	font-family:"Verdana", Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text-bold {
	font-family:"Verdana", Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.text-bold-white {
	font-family:"Verdana", Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
}
#footerlink a:link{
	font-family:"Verdana", Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	color:#291810;
}

#footerlink a:visited{
	font-family:"Verdana", Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	color:#291810;
}

#footerlink a:hover{
	font-family:"Verdana", Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	line-height:20px;
	color:#000000;
}

#weblink a:link{
	font-family:"Verdana", Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:15px;
	color:#FF6600;
}

#weblink a:visited{
	font-family:"Verdana", Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:15px;
	color:#FF6600;
}

#weblink a:hover{
	font-family:"Verdana", Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	line-height:15px;
	color:#000000;
}
.text-item {
	font-family:"Verdana", Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#5e5e5b;
}
/* ----------------------------- */
/* PAGINADOR */

#paginador a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	border-width:1px;
	margin:0px;
	border-color:#CCCCCC;
}
#paginador a:link {
	text-decoration: none;
	border-style: solid;
	background:#F9EDDD;
	font-weight:bold;
	text-shadow:#000000;
	color:#000000;
	
	
}
#paginador a:visited {
	text-decoration: none;
	border-style: solid;
	background:#F9EDDD;
	font-weight:bold;
	text-shadow:#000000;
	color:#000000;
}
#paginador a:hover {
	text-decoration: none;
	border-style: solid;
	background:#FFC222;
	font-weight:bold;
	text-shadow:#000000;
	color:#000000;
}
#paginador a:active {
	text-decoration: none;
	border-style: solid;
	background:#F9EDDD;
	font-weight:bold;
	text-shadow:#000000;
	color:#000000;
}
#paginador {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
}