body {
   margin: 0;
   padding: 0;
   font-family: Verdana,sans-serif;
   font-size: 0.75em;
   color: #505050;
   background: url(fondo.jpg) repeat-x #02457c;
   text-align: justify;
}

pre, code { font-size:0.75em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

a {
   text-decoration: none;
   color: #0099cc;
}

a:hover {
   text-decoration: underline;
}

.ipWidget {
   font-family: Verdana,sans-serif;
   font-size: 1.0em;
   color: #505050;
}

.ipWidget h1 {
   font-family: Verdana,sans-serif;
   font-size: 1.95em;
   margin-top: 25px;
   margin-bottom: 20px;
   color:  #404040;
   font-weight: normal;
   padding: 0 0 5px 5px;
   border-left: 3px solid #207f9f;
   border-bottom: 1px solid;
   width: 99%;
}

.ipWidget h2 {
   font-size: 1.8em;
   margin-top: 1.7em;
   font-weight: normal;
   color: #19627a;
}

.ipWidget h3 {
   font-size: 1.7em;
   margin-top: 1.7em;
   font-weight: normal;
}

textarea {
   font-size: 1.0em;
   line-height: 1.2em;
}

input, select {
   font-size:0.95em;
   line-height: 1.2em;
   height: 100%;
}

ul {
   margin-top: 0.7em;
   margin-bottom: 0.7em;
}

#contenidos ul li {
   margin-top: 0.7em;
   margin-bottom: 0.7em;
   list-style: square;
   list-style-image: url(puntero-li1.gif);
}

ul li ul{
   margin-top: 0.7em;
   margin-bottom: 1.0em;
}

.sidebar {
   width: 170px;
   height: 100%;
   float: left;
   padding: 0;
   margin: 0;
   text-align: left;
}

.sidebar ul{
   list-style:none;
   width: 160px;
   margin: 20px 0 0 15px;
   padding: 0;
   text-indent: 0;
}

.sidebar ul li {
   border-bottom: 2px groove #efefef;
   margin: 0;
   padding: 0;
}

.sidebar ul li ul{
   width: 150px;
   margin: 0 0 0 10px;
   padding: 0;
}

.sidebar ul li ul li{
   margin: 0;
   padding: 0;
   border: none;
   border-top: 2px groove #efefef;
}

.sidebar ul li a {
   display: block;
   padding: 10px 0 10px 0;
   background: transparent url(puntero-gris.gif) no-repeat left center;
   padding-left: 10px;
   text-decoration: none;
   color:#00709c;
   font-weight: bold;
}

.sidebar ul li :hover {
   display:block;
   background: #c0c0c0 url(puntero.gif) no-repeat left center;
   margin-left: 1px;
   font-weight: bold;
   color:#0091c9;
}

.sidebar ul li .selflink {
   display: block;
   background: transparent url(puntero.gif) no-repeat left center;
   padding: 10px 0 10px 10px;
   text-decoration: none;
   color:#0091c9;
   font-weight: bold;
}

.selectlang a {
   text-decoration: none;
   color: #0099cc;
}

.selectlang a:hover {
   text-decoration: underline;
}

.topmenu a {
   text-decoration: none;
   color: #2e40e6;
}

.topmenu a:hover {
   text-decoration: underline;
   color: #2e40e6;
}

.cessazul {
   color: #207f9f;
}

#page{
   width: 800px;
   margin: auto;
}

#sombra_trasera{
   width: 800px;
   background: transparent;
}

#sombra{
   width: 800px;
}

#fondo_panel
{
   width: 780px;
   margin: auto;
}

#cabecera{
   width: 780px;
   text-align: left;
   background: white;
   border-left: 1px solid #5f5f5f;
   border-right: 1px solid #5f5f5f;
}

#marco_izq{
   display: block;
   width: 190px;
   height: 2.2em;
   float: left;
   text-align: left;
   background: #ccc;
   border-right: 1px solid #5f5f5f;
}

#menu_sup{
   padding: 0;
   float: left;
}

#idiomas {
   width: 200px;
   text-align: right;
   float: right;
   padding: 4px 10px 4px 5px;
   clear: right;
   list-style-type: none;
}

#panel_anuncio {
   height: 140px;
   background: black;
   border-top: 1px solid #5f5f5f;
   border-bottom: 1px solid #5f5f5f;
   clear: both;
}

#logo {
   position: absolute;
   float: left;
   margin: 0;
   padding: 0;
   width: 250px;
   height: 140px;
   background: url(logo.gif) no-repeat 9px 5px;
}

#lema {
   position: absolute;
   float: right;
   margin: 0;
   margin-top: 100px;
   padding: 0;
   width: 780px;
   height: 40px;
   background: url(lema.gif) no-repeat 620px 17px;
}

#anuncio {
   float: right;
   margin: 0;
   padding: 0;
   width: 530px;
   height: 150px;
}

#panel_cuerpo {
   width: 780px;
   background: #cccccc;
   clear: both;
   border-left: 1px solid #5f5f5f;
   border-right: 1px solid #5f5f5f;
}

#flotador_cuerpo{
   float: right;
   width: 0px;
   height: 400px;
}

#contenidos{
   width: 510px;
   float: right;
   padding: 1em 40px 20px 40px;
   background: white;
   border-left: 1px solid #5f5f5f;
   margin: 0;
   min-height: 400px;
}

#panel_pie {
   width: 780px;
   text-align: center;
   border: 1px solid #5f5f5f;
   background: #000 url(fondo-pie.jpg) repeat-x;
   padding: 0 0 10px 0;
}

#texto_pie{
   padding: 20px 10px 20px 10px;
   display: block;
   background: transparent;
}

#texto_pie ul.level1 {
   display: block;
   text-align: center;
   margin: auto;
}

#texto_pie .level1 li {
   display: inline;
   background: transparent url(puntero.gif) no-repeat left center;
   margin: auto;
   padding: 0 15px 0 10px;
}

#sombra_pie{
   margin: 0;
   padding: 0;
   width: 780px;
   height: 10px;
   background: transparent;
   clear: both;
}

#subpie{
   float: right;
   width: 589px;
   background: #fff;
   height: 2.2em;
}

.blogit-meta-data-head {
   text-align: right;
}

.clear {
   clear: both;
}

.tituldecor {
   width: 495px;
   height: 1px;
   margin-right: 5px;
   float: right;
   background: transparent;
   border-top: 1px solid #404040;
}

.imgdeco {
   text-align: center;
}

.imgdeco img {
   border: 1px solid #ccc;
}
