﻿/* 

 ---------------------------------------------------------------------
 UTRALUB | www.UltraLub.com
 Hoja de Estilos Intro
 Desarrollado por B&MT Business Management Technology | www.bmt.com.ve
 Caracas, Venezuela. 2009
 ---------------------------------------------------------------------
 
*/

/* ---------------------------------------------------------------------
///// ESTILOS GENERALES ///// 
--------------------------------------------------------------------- */


html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#01193B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#main {
	width:100%;
	height:90%;
}

#footerwrap {
	position:fixed;
	top:90%; 
	width:100%; 
	height:100%;
	background-color:#0D1C2F;
}

#footer {
	background-color:#0D1C2F;
	height:100%;
	background-image:url('../images/introFooterBackground.png');
	background-repeat:repeat-x;
	background-position:center top;
}

.footerContainer {
	padding:10px; 
	text-align:center; 
	height:50px; 
	line-height:10px;
}

.footerMenuBar {	
	width:100%;
	min-height:22px;
	margin:auto;	
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;	
}
	
	.footerMenuBar ul {
		padding-top:4px;	
	}
	
	.footerMenuBar li {
		list-style:none;
		background-image:url('../images/introFooterMenuDivisions.png');
		background-position:0 50%;
		background-repeat:no-repeat;
		padding:0 5px 0 10px;
		display:inline;
	}
	
		.footerMenuBar li a {
			color:#2f517c;
			text-decoration:none;
			background-color:transparent;
		}		
		
		.footerMenuBar li a:hover {
			color:#578ed3;
			text-decoration:none;
			background-color:transparent;
		}