
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(../img/fondocontraste.jpg);
 background-repeat: repeat-x;

}


table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #003366;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
/*	background: #E6EDF5; */
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
  font-size: 1.2em;
}

tbody tr { /*background: #FCFDFE;*/ }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}





#wrapper {
 margin: 0 auto;
 width: 900px;
}
#header {
 width: 900px;
 color: #000099;
 border: 1px solid #ccc;
 margin: 1em 0px 0px 0px;
 padding: 0px;
 height:233px;
 /*background: #BD9C8C;*/
 background-image: url(cabezeraverdeagua1.jpg);
 background-repeat: repeat-x;
}
#navigation {
 width: 880px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 5px 0px 5px 0px;
 background: #DAC8BF;
 background-image: url(../img/navegaanalista.jpg);
 background-repeat: repeat-x;
 text-align: center;
}
#content {
 width: 880px;
 color: #FFFFFF;
 border: 1px solid #ccc;
/* background-image: url(../img/fdocontenido.jpg);*/
 margin: 0px 0px 5px 0px;
 padding: 10px 10px 10px 10px;
 /*height: 309px;*/
background-image: url(../img/fdoanalista.jpg);
 background-repeat: repeat;
  background-color: #0C7413
}
#fila{
width: 840px;
 color: #FFFFFF;
  border: 1px solid #ccc;
 margin: .8em auto;
 padding: 10px;

 background-repeat: repeat;   }

#fila_analista{
width: 840px;
 color: #FFFFFF;
 border: 1px solid #ccc;
 /*background: #F2F2E6;*/
 margin: .8em auto;
 padding: 10px;
 /*height: 309px;*/

 background-repeat: repeat; }

#pie{
  width: 880px;
  padding: 10px;
  background-color: #006666;
  margin-bottom: 1em;
  text-align: center;
  background-image: url(../img/navegaanalista.jpg);

  }
