/* PIE */  		
#pie {  
position:fixed;  
left:0px;  
bottom:0px;  
height:auto;
width:100%;
background-image:url(../img/fondo/fpie03.jpg);
background-repeat:repeat;
z-index:15;
 }
 
.rowPie {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
	font-weight:normal;
}
.rowPie .rowPie {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

.rowPie a {
	color:#666;
	font-weight:normal;
}
.rowPie a:hover {
	color:#35577f;
	font-weight:normal;
	text-decoration:underline;
}

#LogoPie {  
height:25px; 
width:35px; 
float:left;
 }

#TxtPie{
	padding-top:4px;
 }	
 
.h1Pie { 
color:#08008a; 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
display:inline;
 }



/* nota legal */  
#caja {
	padding-top:30px;
	color:#666;
	width:990px;
	display: none;
	line-height:normal;
}

.tituloNotaLegal{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-variant:small-caps;
font-weight:bold;
color:#08008a;
}


#cajaUp {
	background-color:#ebedee;
	color:#666666;
	width:950px;
	display: none;
}
/* nota legal */  	
	
	
	
	
 /* IE 6 */  
 * html #pie {  
  position:absolute;  
     top:expression((0-(pie.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');  
 }  
 /* FIN PIE *
