* {
margin: 0;
padding: 0;
}
body {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   background-color: #fff;
   text-align: center;
   }
#escena {
   width: 760px;
   background-color: #fff;
   position: relative;
   margin: 0 auto;
   border: 1px solid #688e23;
   text-align: left;
	 } 
h1, h2 {
	 font-size: 16px;
	 }
h3 {
	 font-size: 12px;
	 }	
#cabecera {
width: auto;
height: 125px;
background-color: #693;
border-bottom: 38px solid #693;
}

ul#navSup {
background-color: #f90;
position: absolute;
top: 155px;
left: 0;
}

	 }

#lateral1 {
background-color: #fff;
border: 1px solid #ddd;
width: 140px;
height: 400px;
position: absolute;
top: 200px;
left: 0;
border: 1px solid #ddd;
}

#lateral2 {
background-color: #cc3;
width: 160px;
height: 480px;
float: right;
}
	 
#conText {
color: #999;	 
}
	 
#pie {
background-color: #f90;
width: auto;
height: 22px;
text-align: center;
padding-top: 4px;
color: #fff;
font-weight: bold;
}
