* {
margin: 0;
padding: 0;
}
body {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 12px;
   background-color: #0cc;
   text-align: left;
   }
#escena {
   width: 760px;
   background-color: beige;
   position: relative;
   margin: 0 auto;
   border: 1px solid #688e23;
   text-align: center;
	 } 
h1, h2 {
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 16px;
}

h3 {background-color: #f90;
width: auto;
height: 24px;
text-align: center;
padding-top: 4px;
color: #fff;
font-weight: bold;
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 12px;
}
	
#cabecera {
width: auto;
height: 190px;
background-color: #0CF;
border-bottom: 2px solid #fff;
}
ul#navSup {
font-size: 14px;
background-color: #0CF;
position: absolute;
left: 1px;
top: 160px;
}

ul#navSup li{
float: left;
list-style: none;
}

ul#navSup li a {
border-color: #00f;
border-width: 4px 4px 4px 1px;
border-style: solid;
float: left;
padding: 3px;
color: #00f;
text-decoration: none;
}
ul#navSup li a:hover {
color: #fff;
background-color: #c93;
}

#lateral1 {
background-color: #00F;
width: 160px;
height: 500px;
position: absolute;
top: 210px;
left: 0;
border: 1px solid #ddd;
}
	 
#lateral2 {
background-color: #00F;
width: 180px;
height: 460px;
float: right;
padding-top: 40px;
}
#lateral2 h2 {
font-size: 12px;
color: gold;
margin: 4px 4px 4px 10px; 
}
ul#navLateral, ul#navLateral2  {
list-style: none;
padding: 5px 5px 5px 12px;
}
ul#navLateral li, ul#navLateral2 li  {
line-height: 18px;
}
ul#navLateral li a, ul#navLateral2 li a  {
font-weight: bold;
text-decoration: none;
color: Black;
}
ul#navLateral li a:hover, ul#navLateral2 li a:hover {
color: Brown;
}
#conText {
width: 400px;
padding: 15px 0 40px 168px;
color: #000;
}
#conText h1 {
color: #00f;
letter-spacing: 1px;
}

#conText h3 {
margin: 10px 0 0 0;
text-align: justify;
line-height: 18px;
}

#conText p {
margin: 5px 0 0 0;
text-align: justify;
line-height: 18px;
}
ul#pie {
background-color: #0CF;
width: auto;
height: 24px;
text-align: center;
padding-top: 2px;
color: #fff;
font-weight: bold;
}

ul#pie li{
float: left;
list-style: none;
}

ul#pie li a {
border-color: #00f;
border-width: 4px 4px 4px 0;
border-style: solid;
float: left;
padding: 2px;
color: #00f;
text-decoration: none;
}
ul#pie li a:hover {
color: #fff;
background-color: #c93;
}




































































































































































