@charset "ISO-8859-1";
/* CSS Document */

body,td,th {
	color: #848484;
	font-size: 14px;
}
td.roundcorners {
	border-radius:3pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Lato', sans-serif;
}
.dotted {
	border: 1px dotted #4e4e4e;
	border-style: none none dotted;
	color: #fff;
	background-color: #fff;
	height:1px;
}	
.dotted2 {
	border: 1px dotted #c8c8c8;
	border-style: none none dotted;
	color: #fff;
	background-color: #fff;
	height:1px;
}	
.line {
	border: 1px dotted #c8c8c8;
	border-style: none none solid;
	color: #fff;
	background-color: #fff;
	height:1px;
}	
.line2 {
	border: 1px dotted #c8c8c8;
	border-style: none solid none none;
	color: #fff;
	background-color: #fff;
}	
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	color: #666;
	text-decoration: none;
}
.titulos_home {
	font-size: 16px;
	color:#848484;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
.titulos_interiores {
	font-size: 40px;
	color:#000;
	font-weight: 300;
}
.textos_interiores {
	font-size: 18px;
	color:#666;	
	font-weight: 300;
}
.titulos_secundarios {
	font-size: 18px;
	text-transform:uppercase;
	color:#000;
}
.textos_secundarios {
	font-size: 16px;
	color:#666;
	font-family: 'Abel', sans-serif;
}
.masinfo {
	font-size: 12px;
	color:#848484;
	font-family: 'Abel', sans-serif;
}
.masinfo a:link {
	font-size: 12px;
	color:#848484;
	font-family: 'Abel', sans-serif;
}
.masinfo a:visited {
	font-size: 12px;
	color:#848484;
	font-family: 'Abel', sans-serif;
}
.masinfo a:active {
	font-size: 12px;
	color:#848484;
	font-family: 'Abel', sans-serif;
}
.masinfo a:hover {
	font-size: 12px;
	color:#4e4e4e;
	text-decoration: underline;
	font-family: 'Abel', sans-serif;
}
.footer {
	color:#c8c8c8;
	font-size:12px
	}
.footer a:link {
	color:#c8c8c8;
	text-decoration:none;
	}
.footer a:visited {
	color:#c8c8c8;
	text-decoration:none;
	}
.footer a:hover {
	color:#666666;
	text-decoration: underline;
	}
	
	#wrapper {
				width: 100%;
				height: 236px;
				overflow: hidden;
				position: absolute;
			}
			#carousel img {
				display: block;
				float: left;
			}
			#prev, #next {
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
	height: 236px;
	width: 625px;
	top: 0;
	position: absolute;
			}
			#prev:hover, #next:hover {
				background-color: #fff;
				background-color: rgba(245, 245, 245, 0.7);
			}
			#prev {
				left: -495px;
			}
			#next {
				right: -495px;
			}
			#pager {
	margin-left: -470px;
	position: absolute;
	left: 730px;
	bottom: 39px;
			}
			#pager a {
				border: 2px solid #e1e1e1;
				border-radius: 10px;
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 0 5px 0 0;
			}
			#pager a:hover {
				background-color: rgba(225, 225, 225, 0.5);
			}
			#pager a span {
				display: none;
			}
			#pager a.selected {
				background-color: #e1e1e1;
			}
			
