body {
   background: white;
   font-size: 11pt;
   }
 
.padded {
padding: 10px;
}

#but {
display: none;
}
a:link {
   color : #99c;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #99c;
   text-decoration : none;
}

a:hover {
   color : #f00;
   text-decoration : none;
}

a:active {
   color : #f00;
   text-decoration : none;
}

#container {
}

#top {
   background: #A2B7E6 url(img/header.jpg) no-repeat 0 0;
	padding-left: 140px;
	height: 90px;
	display: none;
}

#top h1 {
   padding : 0;
   margin : 0;
	color: #000;
	margin-left: 400px;
	padding-top: 30px;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#leftnav {
display: none;
}

#content {
	width: auto;
}

#footer {
   clear : both;
   margin : 0;
	padding: 3px;
   color : #333;
   background-color : #669;
   border-bottom : 1px solid #eee;
   border-top : 1px solid #eee;
	text-align: right;
}

#navblue {
display: none;
}

table#situacion a {
color: #F90;
font-weight: bold;
}

table#entorno a {
color: #Fc0;
font-weight: bold;
}

div.adminbox { 
position: absolute;
top: 350px;
background-color: #000;
width: 120px;
z-index: 10;
}

div.adminbox a {

font-size: 10px;
color: #ddd;
padding: 2px;
font-weight: bold;
}

div.navcontainer {
position: absolute;
margin: 0;
margin-top: 30px;
width: 120px; 
background-color: #99c; 
padding: 10px 0px;
z-index: 10;
border-top: 2px solid #06c;
}

div.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

div.navcontainer a
{
display: block;
padding: 1px;
width: 100px;
background-color: #369;
margin-bottom: 3px;
margin-left: 6px;
border: 1px solid #036;
font-size: 10px;
}

div.navcontainer a:link, ul.navlist a:visited
{
color: #fff;
text-decoration: none;
}

div.navcontainer a:hover
{
color: #f00;
}


#leftnav p {
   margin : 0 0 1em 0;
}

#content h2 {
   margin : 0 0 .5em 0;
}

#footer img {
   float : right;
}

/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

#footer p {
   padding-right : 5px;
	color:#FFFFFF;
	font-weight:bold;
}

#counter {
   display : none;
}

table.blockbox {
}
table.blockbox td {
color: #000;
}
.happy {
   border-top : 1px solid #808080;
   padding : 10px;
}