
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(../img/fondocontrastesuave.jpg);
 background-color: #c0ccb7;
 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: #FFFFFF;
	text-decoration: none;

}

table a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

table a:hover {
	color: #FFFFFF;
	text-decoration: none;
  font-weight: bold
}

tfoot th, tfoot td {
	font-size: 85%;
}

#wrapper {
 margin: 0 auto;
 width: 900px;
}
#header {
 width: 900px;
 color: #000099;
 border: 1px solid #ccc;
 margin: .5em 0px 0px 0px;
 padding: 0px;
 height:175px;
 /*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/navegador_azulado.jpg);
 background-repeat: repeat-x;
 text-align: center;
}
#content {
 width: 900px;
 color: #FFFFFF;
 border: 1px solid #ccc;
 /*background-image: url(../img/fdocontenido.jpg);*/
 margin: 0px 0px 5px 0px;
 /**padding: 10px 10px 10px 10px;**/
 height: 354px;
 /*background-image: url(img/azulcontenido.jpg);*/
 background-repeat: repeat;
  background-color: #006666;
}

#fila{
width: 840px;
 color: #FFFFFF;
 border: 1px solid #ccc;
 margin: .8em auto;
 padding: 10px;
  background-image: url(../img/fdocontenido.jpg);
 background-repeat: repeat;

}
#fila_analista{
width: 840px;
 color: #FFFFFF;
 border: 1px solid #ccc;
 /*background: #F2F2E6;*/
 margin: .2em auto;
 padding: 10px;
 /*height: 309px;*/
 background-image: url(../img/fdocontenido.jpg);
 background-repeat: repeat;

}

#fila_egb{
width: 840px;
 color: #FFFFFF;
 border: 1px solid #ccc;
 /*background: #F2F2E6;*/
 margin: .2em auto;
 padding: 10px;
 /*height: 309px;*/
 background-image: url(../img/fdocontenido.jpg);
 background-repeat: repeat;

}
#pie{
  width: 880px;
  padding: 10px;
  background-color: #006666;
  margin-bottom: 1em;
  text-align: center;
  background-image: url(../img/navegador_azulado.jpg);

  }
