@charset "utf-8";
/* CSS Document */
html {
		overflow: hidden;
	}
	body {
		margin: auto;
		padding: 0px;
		background: #000;
		width: 1000px;
		height: 100%;
		display: block;
	}
	
	div .logo {
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
	}
	div .estilos {
	
	
	}
	 .texto {
	 display:block;
	 width: 350px;
	 height:350px;
	 float:right;
	 border: 1px solid gray;
	 background-color: #181818;
	 }
	 .texto h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CC2597;
	background-color:#000;
	margin:0;
	padding: 10px;
	}
	.texto p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#181818;
	text-align:justify;
	margin:0;
	padding: 10px;
	}
	
	.texto li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#181818;
	text-align:justify;
	margin:0;
	padding: 0px;
	}
	
	.fone p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin:0;
	}
	.fone b{
	color:#CC2597;
	}

 .texto2 {
	 display:block;
	 width: 770px;
	 height:450px;
	 float:right;
	 border: 1px solid gray;
	 background-color: #181818;
	 }
	 .texto2 h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CC2597;
	background-color:#000;
	margin:0;
	padding: 10px;
	}
	.texto2 p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#181818;
	text-align:justify;
	margin:0;
	padding: 10px;
	}



	#imageFlow {
		position: absolute;
		width: 100%;
		height: 80%;
		left: 0%;
		top: 150px;
		background: #000;
		z-index:-1;
	}

	#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .bank {
		visibility: hidden;
	}
	#imageFlow .top {
		position: absolute;
		width: 100%;
		background: #181818 repeat-x;
		padding: 0;
		margin: 0;
		/*background: url("../IMG/logo.jpg") no-repeat top left;*/
		background-image:url(../IMG/logo.jpg);
		background-repeat:no-repeat;
		
		z-index: 0;
	}
		
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 0.9em;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 10%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
	
        .lavaLamp {
            position: relative;
            height: 35px;
            width: auto;
			background-color:#181818;
            padding: 0px 20px;
            margin: 5px 0;
            overflow: hidden;
			border-bottom:#CC2597 1px solid;
        }
		
                .lavaLamp li {
                    float: left;
                    list-style: none;
                }
                    .lavaLamp li.back {
                        background: url("../IMG/menu.jpg") no-repeat right -33px;
                        width: 9px; height: 31px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLamp li.back .left {
                            background: url("../IMG/menu.jpg") no-repeat top left;
                            height: 31px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLamp li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 9px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 31px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }


