@charset "UTF-8";
/* CSS Document */


html {
	height: 100%;
}

#columna_izquierda {
	float: left;
	width: 100%;
	height: 100%;
}
.texto {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	line-height: 17px;
}
#derecha {
	margin-left: 2em;
}
.texto_cierre {
	font-family: tahoma;
	font-size: 9px;
	color: #333;
	line-height: 17px;
}
body { 
margin:0; 
padding:0; 
height:100%;
min-width:1024px;
min-height:768px;
overflow:hidden;
}
#logo {
	position: absolute;
	margin-left: 8%;
	margin-top: 8%;
}
#wrapper {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}
#tabla {
	height: 100%;
}
