/* CSS Document */
body{
	overflow:yes;
}
.contenedor {
	background-color:#E4E6F2;
	position: absolute;
	top:0%;
	left:0%;
	height:100%;
}
.frente{
	width:876px;
	height:106px;
	border:0px;
	margin:0;
	text-align:center;
	background-image: url(../frameset/top_archivos/top.jpg);
}
.cuerpo{
	width:876px;
	height:100%;
	margin:0;
	clear:both;
	border:0px;
	border-top:0px;
}
.izquierda{
	background-image:url(../frameset/left_archivos/left.jpg);
	background-repeat:no-repeat;
	width:167px;
	height:100%;
	border:0;
	margin:0;
	text-align:left;
	float:left;
}
.derecha{
	background-image:url(../frameset/right_archivos/right.jpg);
	background-repeat:no-repeat;
	width:709px;
	height:90%;
	border:0px;
	margin:auto;
	text-align:right;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
}


