#global{width:900px;
        margin:0px auto;
		}

#cabecera{
	width:900px;
	position:relative;
	height:150px;
	padding:0;
	margin:0;
	color:#00FF66;
	}

#navegacion{
	width:900px;
	background-color:#86c226;
	border-bottom:solid 1px;
	border-color: #000000;
	padding:0;
	margin:0;
	height:20px;
/*	text-align:right; */
	}

#contenedor {
	overflow: hidden;
	margin: auto;
	background: transparent url(images/fondo.png) repeat-y 0 0;
	width:900px;
	}

#principal{
        width:700px;
        float:left;
        margin-top:0;
        padding: 0 0 0 0px;
        min-height:520px;
	text-align:left; 
        }

#secundario {
  float:right;
  width:200px;
  margin: 0 0 0 0;
  }
		
#piedepagina{
	width:900px;
	clear:both;
	height:40px;
	background-color:#86c226;
	position:relative;
    border-top:solid 1px;
	font-size: 0.9em;
	}
	
#divStatus{
	font-family:Arial,Georgia;
	font-size:0.8em;
	padding-bottom:10px;
	}

a.footer:link {text-decoration:none; color:#000000;}

body{text-align:center;
	background:url(images/degrade.png) repeat-x top left #2e6eff;
	font-family:Arial,Verdana,"Times New Roman",Georgia,Serif;
	}

.clear{
	clear:both
	}  

.tab1{
	background:url(images/tabla.png) no-repeat;
	}
.tab2{
	background:url(images/tabla2.png) no-repeat;
	}
.tab3{
	background:url(images/tabla3.png) no-repeat;
	}

.tablalogin{
	font-size:0.8em;
	width:400px;
    background:#bef651;
    border-top:solid 1px;
    border-left: solid 1px;
    border-right:solid 1px;
	}

.tabla1{
	width: 552px;
	background:#bef651;
	border-left: solid 1px;
	border-top:solid 1px;
	border-right:solid 1px;
	}

.tabla2{
	border-bottom:solid 1px;
	border-left: solid 1px;
	border-right: solid 1px; 
	background: #ade149;
	padding:2px;
	}

.tablasimple{
		border: solid 1px;
		width:552px;
		padding:1px;
}

.tabnav{
	border:0px;
	width:100%;
	font-size:0.8em;
}

/*	
.borde1 {
        border-left             : 1px solid #317d20;
        border-right            : 1px solid #317d20;
        border-top              : 1px solid #317d20;

}

.borde2 {
        border-left             : 1px solid #317d20;
        border-right            : 1px solid #317d20; 
        border-bottom           : 1px solid #317d20;
}
*/

h2{
  font-size: 150%;
  line-height: 150%;
  background: url(images/linea-verde.png) bottom left repeat-x;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 2px 18px 2px 2px;
}

h3{
		  padding: 20px 40px 0px 20px;
		  font-family:Arial,Georgia;
		  font-size:88%;
}

p,li{
		  padding: 0px 40px 0px 20px;
		  font-family:Arial,Georgia;
		  font-size:88%;
}



#menu a, #menu a:visited {
  text-decoration:none;
  text-align:center;
  background-color:#86c226;
  border:solid 1px;
  color:#000000;
  display:block; 
  width:140px; 
  padding:0.2em;
  margin:0.5em auto;
  border-right:5px solid #ea9f99;
  font: 0.9em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;

  }
#menu a:hover {
  border-right:5px solid #d40000; 
  background-color:#64b214;
  }


#menu-h {
        list-style: none;
        padding: 0;
        width: 310px;
	float:left;
	margin:auto; 
	height:20px;
}

#menu-h li {
	height:18px;
        float: left;
        font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
}
#menu-h a {
	width:100px;
	border:solid 1px #000;
	text-align:center;
	padding:1px 0px 0 0px;
	height:18px;
	background-color:#86c226;
        color: #000;
        display: block;
        float: left;
        margin: 0;
        text-decoration: none;
	border-left:2px solid #ea9f99;
}
#menu-h a:hover {
        background: #64b214;
        color: #fff;
	border-left:2px solid #d40000;
}

