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

#web {
width:900px;
position:relative; 
margin-left: auto; 
margin-right: auto;
}

#cabecera {
position:absolute;
height:119px;
width:900px;
top:5px;

}

#menu {
position:absolute;
height:490px;
width:150px;
top:124px;
background-color:#FFFFFF;
padding:3px;
border-left:1px;
border-left-color:#000000;
border-left-style:solid;
border-bottom:1px;
border-bottom-color:#000000;
border-bottom-style:solid;

}
#IW {
	position:relative;
	height:603px;
	width:160px;
	float:left;
}
#IW1 {
    position:relative;
	height:603px;
	width:160px;
	float:right;
	z-index:-1;

}


#tabla {
position:absolute;
height:485px;
width:150px;
background:url(http://img38.imageshack.us/img38/7300/menulic.jpg) no-repeat ;
}


#contenido {
	position:absolute;
	height:488px;
	width:735px;
	top:124px;
	margin-left:156px;
	background-color:#FFFFFF;
	padding:4px;
	border-right:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-bottom:1px;
	border-bottom-style:#000000;
	border-bottom-style:solid;

}
#pie {
	position:absolute;
	height:21px;
	width:898px;
	top:621px;
	background-color:#FFFFFF;
	border-right:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-bottom:1px;
	border-bottom-style:#000000;
	border-bottom-style:solid;
	border-left:1px;
	border-left-color:#000000;
	border-left-style:solid;

}
