/* CSS Document */


div.pie_{	
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	z-index:10;	
	width:100%;
	height:auto;	
	}
	div.pie_{ background:url(../img/pie_bg.gif) top left repeat-x #B8B8B8; }
	
	
	*>div.pie_{
		margin:0 0 0 0;
	}
	
	
	div.pie_ div.arriba{
		width:100%;
		float:left;
		margin:0 0 0 0;
		padding:0;
		height:10px;
		font-size:1px;
		background:url(../img/arriba-izquierda.gif) top left no-repeat;
		
		}
		
		*>div.pie_ div.arriba{
			height:10px;
		}
	
	div.pie_ div.arriba-cierre{
		width:10px;
		height:10px;
		font-size:1px;
		float:right;
		background:url(../img/arriba-derecha.gif) top left no-repeat;
		}
	
		*>div.pie_ div.arriba-cierre{
			height:10px;		
			}
			
			
			
	
	div.pie_ div.cuerpo{
		width:100%;
		float:left;
		margin:0 0 0 0;
		padding:0;
		background:url(../img/cuerpo-izquierda.gif) top left repeat-y transparent;
		position:relative;
		z-index:100;
		height:10px;
		}
		
		*>div.pie_ div.cuerpo{
			min-height:10px;
			height:auto;
			margin:0;
		}
		
		div.pie_ div.cuerpo-cierre{
			width:100%;
			float:left;
			margin:0;
			padding:0;
			height:auto;
			background:url(../img/cuerpo-izquierda.gif) top right repeat-y;
			
			margin:-2px 0 0 0;
		}
		*>div.pie_ div.cuerpo-cierre{
			min-height:10px;
			height:auto;
			margin:0;
		}
	
		div.pie_ div.contenido-ventana{
			width:90%;					
			padding:0;
			overflow:hidden;
			height:auto;
			position:relative;
			z-index:100;
			margin:auto;
			}
			div.pie_ div.contenido-ventana{
				width:97%;
				
			}
			
			*>div.pie_ div.contenido-ventana{ 
					min-height:10px;
					height:auto;
					}
			
		
	
		div.pie_ div.pie{
			display:block;
			width:100%;
			font-size:1px;
			background:url(../img/abajo-izquierda.gif) top left no-repeat;
			height:10px;
			float:left;
			position:relative;
			z-index:1000;			
			padding:0;
			margin:0;			
			}
			*>div.borde div.pie{	}
			
			
			
			div.pie_ div.pie div.pie-cierre{
				width:10px;
				height:10px;
				float:right;
				margin:0;
				padding:0;
				font-size:1px;
				background:url(../img/abajo-derecha.gif) top left no-repeat;
			}	
			
	