/* CSS Document */
.normal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
body{
	background-image: url(../images/textura.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:100%; 
	text-align:center;
	
}
#tot{
	width:800px;
	height:100%; 
	vertical-align:top;
	text-align:center;
	margin:0 auto;
	display:block;
	/*background-color:#000000;*/
	
	
}

<!--
#izquierda{
width:492px;
height:100%;
margin-right:12px;
vertical-align:top;
float:left;
position:relative;

/*display:block;*/
/*background-image: url(../images/SOMBRAIZQ.gif);background-repeat: repeat-y;
background-position: left;*/
}
#derecha{

width:155px;
height:100%;
/*background-color:black;*/
vertical-align:top;
float:left;
text-align:left;
position:relative;
/*display:block;*/
}


.sombra{
	width:4px;
	height:180px; 
	/*height:100%; */
	vertical-align:top;
	float:left;
	position:relative;
	background-image: url(../images/SOMBRAIZQ.gif);background-repeat: repeat-y;
}

#tangram{
width:492px;
height:240px;
margin-right:12px;
vertical-align:top;
float:left;
position:relative;
}
#menugeneral{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
margin-top:80px;
width:155px;
/*height:240px;*/
/*background-color:black;*/
vertical-align:top;
float:left;
text-align:left;
position:relative;
}

#contenido{
width:492px;
/*height:100%;*/
margin-right:12px;
vertical-align:top;
float:left;
position:relative;
text-align:left;
}
#figura{
width:155px;
margin-top:20px;
/*background-color:black;*/
vertical-align:top;
float:left;
text-align:left;
position:relative;
}


-->


