/* --- Florida Investments - CSS --- */
*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body {
	background:#e3dfdc;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}
.clear {clear:both;}
p{ color: #333333; font-size:12px; }
a{ color:#b96963; text-decoration:none; }
a:hover{ color:#f62954; text-decoration:none; }
/* --- Titulos --- */
h1{ display:none; }
h2{
	width:609px;
	height:29px;
	margin:auto;
	padding:9px 0 23px 37px;
	background: url(images/bg-text-h2.gif) top center no-repeat;
	color:#025589;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}
h3{
	color:#025589;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal !important;
	font-size:17px;
	margin-bottom:10px;
}
h4{
	color:#025589;
	font-weight:normal;
	font-size:14px;
	margin-bottom:10px;
	margin:15px 0;
}
/* --- Textos --- */
.bigga{
	font-size:14px;
	text-align:center;
	margin:0 0 13px;
}
/* --- Wrapper --- */
#wrapper{
	width:834px;
	margin:auto;
	background: url(images/bg-wrapper.gif) top center repeat;
}
#headerBg{
	width:834px;
	height:158px;
	background: url(images/bg-top.jpg) top center no-repeat;
	display:block;
	margin-bottom:4px;
}
#header{
	width:834px;
	height:158px;
	background: url(images/bg-header.jpg) bottom center no-repeat;
	display:block;
}
#header .logo-fi{
	width:260px;
	height:140px;
	background: url(images/logo-fi.jpg) top left no-repeat;
	float:left;
	margin-left:30px;
	display:block;
	text-indent:-9999px;
}
#header .logo-dany{
	width:146px;
	height:45px;
	background: url(images/logo-dany.jpg) top left no-repeat;
	float:left;
	margin:38px 0 0 252px;
	display:block;
}
/* --- Menu --- */
#menu{
	width:510px;
	float:left;
	text-align:center;
	height:69px;
	margin:6px 0 0 15px;
}
#menu ul, #menu ul li { list-style-type: none; }
#menu ul {
	width:510px;
	height:69px;
}
#menu ul li {
	margin: 0;
	padding: 0;
	float:left;
	background:url(images/bg-menu-right.gif) bottom right no-repeat;
	height:69px;
}
#menu ul li a {
	height:16px;
	font-size:13px;
	text-decoration: none;
	color:#025589;
	padding:31px 13px 22px;
	margin-right:2px;
	background:url(images/bg-menu.gif) no-repeat;
	background-position:-500px 300px;
	display:block;
}
#menu ul li a:hover{
	background-position: bottom;
	background-repeat:repeat-x;
	text-decoration: none;
	color:#fff;
}
#menu ul li.nobg{
	background:none;
}
.eng ul li a {
	padding:31px 17px 22px !important;
	height:16px;
	font-size:13px;
	text-decoration: none;
	color:#025589;
	margin-right:2px;
	background:url(images/bg-menu.gif) no-repeat;
	background-position:-500px 300px;
	display:block;
}
/* --- Laguages --- */
#languages{
	width:70px;
	height:62px;
	float:left;
	margin:19px 0 0 25px;
	background:url(images/bg-languages.gif) top left no-repeat;
}
#languages ul, #languages ul li { list-style-type: none; }
#languages ul {
	width:70px;
	height:60px;
	padding-top:10px;
}
#languages ul li {
	width:70px;
	height:21px;
}
#languages ul li a {
	width:59px;
	height:20px;
	font-size:11px;
	text-decoration: none;
	color:#025589;
	padding:2px 0 3px 22px;
	margin-left:11px;
	display:block;
}
#languages ul li a:hover{
	text-decoration: none;
	color:#b0b0b0;
}
#languages ul li.spanish a {
	background: url(images/flag-esp.gif) top left no-repeat;
}
#languages ul li.english a {
	background: url(images/flag-eng.gif) top left no-repeat;
}
#languages ul li.portuguese a {
	background: url(images/flag-port.gif) top left no-repeat;
	height:15px;
}
#languages ul li.portuguese {
	height:15px;
}
/* --- Center --- */
#center {
	width:796px;
	height:336px;
	margin:auto;
	padding: 0 0 5px;
	background: url(images/bg-center.jpg) top center no-repeat;
	display:block;
}
#info{
	width:796px;
	margin:auto;
	padding: 29px 0 44px;
	background: url(images/bg-infopage.jpg) top center no-repeat;
	overflow:hidden;
}
span.texttop{
	width:678px;
	height:16px;
	font-size:1px;
	background:url(images/bg-text-top.gif) top center no-repeat;
	position: absolute;
	top:191px;
	margin-left:-7px;
	z-index:2;
	display:block;
}
#info .text{
	width:664px;
	margin:auto;
	padding: 16px 6px 6px;
	background: url(images/bg-text.jpg) top center no-repeat;
	border:1px solid #b5b5b5;
	overflow:hidden;
	z-index:1;
}
#info .text br{
	margin-bottom:15px;
}
#info .text #aligned{
	margin:0 18px;
	width:626px;
}
#info .text .leftcol{
	width:360px;
	float:left;
	padding:0 0 5px;
}
#info .text .leftcol ol{
	list-style-position:inside;
}
#info .text .leftcol ol li{
	margin-bottom:10px;
}
#info .text .rightcol{
	width:230px;
	margin:0 0 15px;
	padding:0 0 15px 15px;
	border-left:3px double #999999;
	float:right;
}
#info .text .rightcol p{
	color:#025589;
}
#info .text img{
	border:3px solid #818181;
}
#info .text img.alignright{
	float: right;
	margin:0 0 15px 18px;
}
#info .text img.alignnone{
	margin:0 0 15px 0;
}
#info .text img.alignleft{
	float: left;
	margin:0 18px 15px 0;
}
#info .text a{
	color:#0964c1;
}
#info .text a:hover{
	color: #999999;
	text-decoration:underline;
}
/* ------ */
#info .text ul{
	list-style-type:none;
	padding:0 0 0 15px;
	margin:0 18px 10px 0;
}
#info .text ul li{
	background:url(images/bullet.gif) top left no-repeat;
	background-position:0 5px;
	list-style-type: none;
	margin:5px 0;
	padding:0 0 0 14px;
	font-size:12px;
}
#info .text .boxtext{
	display:block;
	border:1px dashed #CCCCCC;
	padding:20px;
	margin:15px 0 ;
	background:url(images/bg-boxtext.gif) bottom left repeat-x;
	font-weight:bold;
}
#info .text .boxsmall{
	display:block;
	border:1px dashed #CCCCCC;
	width:173px;
	height:80px;
	padding:9px 11px;
	margin:15px 10px 15px 0;
	background:url(images/bg-boxtext.gif) bottom left repeat-x;
	font-weight:bold;
	float:left;
}
#info .text .boxsmall em{
	color:#025589;
}
#info .text .boxsmall br{
	margin:0 !important;
}
#info .text .small{
	font-size:10px;
	margin:15px 0;
}
#info .text .boxinfo{
	display:block;
	float: right;
	margin:15px 0 15px 18px;
	border:1px dashed #CCCCCC;
	padding:15px;
	background:#FFFFFF url(images/bg-boxtext.gif) bottom left repeat-x;
	font-weight:bold;
	clear:both;
	width:276px;
}
#info .text .boxinfo2{
	display:block;
	float: right;
	margin:0 0 15px 18px;
	border:1px dashed #CCCCCC;
	padding:10px;
	background:#FFFFFF url(images/bg-boxtext.gif) bottom left repeat-x;
	font-weight:bold;
	width:226px;
	margin-left:0 !important;
}
#info .text .boxinfo3{
	display:block;
	margin:15px 0 15px 18px;
	border:1px dashed #CCCCCC;
	padding:15px;
	background:#FFFFFF url(images/bg-boxtext.gif) bottom left repeat-x;
	font-weight:bold;
	clear:both;
	width:290px;
}
#info .text .boxinfo3{
	display:block;
	margin:15px 0 15px 18px;
	border:1px dashed #CCCCCC;
	padding:15px;
	background:#FFFFFF url(images/bg-boxtext.gif) bottom left repeat-x;
	font-weight:bold;
	clear:both;
	width:290px;
}
#info .text .boxinfo h4, #info .text .boxinfo3 h4{
	margin:0 !important;
	padding:0 !important;

}
/* ------ */
q {
	display:block;
	margin:0 !important;
	padding:0 0 0 15px;
	font-weight:bold;
	color:#025589;
	font-size:14px;
	font-style:italic;
}
q:before { content: no-open-quote; }
q:after { content: no-close-quote; }
/* ------ */
blockquote {
	border-left:3px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding:15px;
	overflow:hidden;
	margin:0 0 15px;
	text-align:right;
	background:#f4f4f4 url(images/bg-quote.gif) top left no-repeat;
}
blockquote.first{
	margin:15px 0 15px;
}
blockquote p{
	color:#025589;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	padding:0 0 6px;
	text-align:right;
	width:190px;
}
blockquote em{
	font-size:10px;
	font-style: normal !important;
	font-weight:normal !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	clear: both;
	display:block;
	text-align:right;
	padding:10px 10px 0 0;
}
blockquote.alter {
	border-left:3px solid #487ca8;
	border-top:1px solid #487ca8;
	background:#edf1fa url(images/bg-quotealt.gif) top left no-repeat;
}
blockquote.alter p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}

blockquote p:after { content: no-close-quote; }
blockquote p:before { content: no-open-quote; }
/* ------ */
span.textbottom{
	width:664px;
	height:45px;
	background: url(images/bg-text-bottom.gif) bottom repeat-x;
	font-size:1px;
	display:block;
	clear:both;
}
/* --- Box --- */
#contBox {
	width:796px;
	height:99px;
	margin:auto;
}
.box {
	width:387px;
	height:88px;
	margin:0 0 0 7px;
	float:left;
	border-top:3px solid #4b4b4b;
	padding-top:2px;
	background: url(images/bg-homebox.gif) top right no-repeat;
}
.box img{
	margin:0 14px 0 0;
	float:left;
}
.box p{
	margin:6px 14px 0 0;
	color:#1963af;
	line-height:16px;
}
a.button{
	color:#FFF;
	font-size:11px;
	padding:2px 4px 1px;
	border:1px solid #00448a;
	background:#0099FF url(images/bg-btn.gif) top left repeat-x;
}
a.button:hover{ color:#00c5ff;}
/* --- Footer --- */
#footer {
	height:48px;
	width:834px;
	background: url(images/bg-footer.gif) top center no-repeat;
	float:left;
	text-align:center;
}
#footer p{
	font-size:11px;
	color:#323232;
	padding:9px 0 0;
}
/* --- Box Entrevista --- */
.interAll{
	margin:0 0 20px;
	overflow:hidden;
	width:626px;
	
}
.interLeft{
	width:305px;
	float:left;
}
.interRight{
	margin:0 0 0 16px;
	float: right;
	width:305px;
}
/* --- En Construccion --- */
#centerUc {
	width:796px;
	height:336px;
	margin:auto;
	padding: 0 0 5px;
	background: url(images/bg-center-under.jpg) top center no-repeat;
	display:block;
}
/* --- Slideshow --- */
#slideshow {
	width:208px;
	height:184px;
	float:right;
	margin:81px 50px 0 0;
	background: url(images/slideshow-bg.gif) top center no-repeat;
	position:relative;
}
#slideshow IMG{
    z-index:8;
    opacity:0.0;
	position: absolute;
	top:0;
	left:0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
/* --- Banderas --- */
.flags{ margin:15px 0 0 40px;}
.flags img{ margin-right:8px; border:none !important; padding:0 !important;}
.flags br{ margin:0 !important;}
.flags p{ white-space: normal !important;}

