body{
  background-color:#037;
  text-align:center;
  font-family: "trebuchat ms", arial;
  font-size:16px;
  color:#369;
}

h1{
  font-family:"Trebuchet MS", Trebuchet, "Sans serif", serif, sans-serif, arial;
  font-size:20px;
  font-style:bold;
  color:#e53;
  }

h2{
  font-family:"Trebuchet MS", Trebuchet, "Sans serif", serif, sans-serif, arial;
  font-size:18px;
  font-style:bold;
  color:#369;
  }

h3{
  font-family:"Trebuchet MS", Trebuchet, "Sans serif", serif, sans-serif, arial;
  font-size:16px;
  font-style:bold;
  color:#47a;
  }

p{
  font-family: currier, arial;
  font-size:16px;
      text-align:justify;
  color:#369;
  }
font{
  font-family: Trebuchet MS, Trebuchet, "Sans serif", serif, sans-serif, arial;
  font-size: 80%;
  font-style: bold;
  color:
  #777777;
}

#titulo{
  font-family:"Trebuchet MS", Trebuchet, "Sans serif", serif, sans-serif, arial;
  font-size:28px;
  font-style:bold;
  color:#954;
  background-color:#037;
  }

#marcagua{
  filter: alpha(opacity=50); 
  opacity: .5;
}
#contenedor{
  border:0px;
  background-color:#fff;
  width:750px;
  margin:0px auto;
  text-align:justify;
  background-image:url(../img/fondo.jpg);
  background-repeat: repeat-y;
  
  }

#top{
  width:750px;
  clear:both;
  padding: 0px;
  }

#contmenu{
  width: 200px;
  height: 100%;
  /*clear:both;*/
  float:left;
  padding-left:0px;
  }
  
#texto{
  width:527px;
  min-height: 450px;
  _height: 450px;
  float:right;
  padding-left:7px;
  padding-right:10px;
  }

#footer {
  width:750px;
  clear:both;
  padding:0px 0px 0px 0px;
  text-align:center;
  font-size:80%;    /*mas pequeño el texto*/ 
  font-style:italic;
  color:#FFF;
  }
#principal li {
   display:inline;
   float:left;
   width:200px;
   background-color:#f5f7f9;
   padding:5px;
   margin:10px;
   text-align: center;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
} 

.objeto{
  margin:0px -4px auto;
  }

table, th, td {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #D4E0EE;
  border-collapse: collapse;
  font-family: Candara , "Trebuchet MS", Arial;
  color:#369;
}

caption {
  font-size: 100%;
  font-weight: bold;
  margin: 5px;
}

td, th {
  padding: 2px;
}

thead th {
  text-align: center;
  background: #E6EDF5;
  color: #4F76A3;
  font-size: 100% !important;
}

tbody th {
  font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

tfoot th, tfoot td {
  font-size: 85%;
}

#lnk{
  font: 80% verdana;
  color: #369;
  }

#lnk ul li{
  font: verdana;
  color: #369;
  }

#lnk a{
  color: #369;
}

#lnk a:hover{
  text-decoration: no;
  color: #e53;
}

#lnk ul li{
  margin-top: 0px;
  _margin-top: 0px;
  }

em{
  font: 70% verdana;
  }

#btn{
	font: 16px Currier;
	color: #ddd;
	background-color: #369;
	margin: 3px;
}

#btn a{
	color: #fff;
	padding: 9px;
	margin: 10px;
}

#btn:hover{
	color: #ddd;
	background-color: #036;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: black;}

	

