/* andreas02 - an open source xhtml/css website layout by Andreas Viklund 
Adaptada por Carol Hernandez y Juan Sanchez para E-QUIPU */

body {
/* Aplicable al todo*/
  padding: 0;
  margin: 0;
  font: 9pt verdana, tahoma, sans-serif;
  background:	#0283C7;
}

/* Enlaces */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Formularios */
input,textarea,select {
  font: 1em Verdana;
  background: #f9f9f9;
}

input.submit{
  background: url(button.png);
  border: 3px double #999;
  border-left-color: #ccc;
  border-top-color: #ccc;
  color: #333;
  padding: 1px;
}

/* Blockquotes */
blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

/*  Pestanas superiores */
#toptabs {
  margin: 10px auto -15px auto;
  padding: 4px;
  font-size: 0.8em;
  width: 760px;
  text-align: right;
}

.toptab {
  padding: 4px;
  margin: 0 0 0 3px;
  text-decoration: none;
  background: #f0f0f0 url(corner_container2.gif) top right no-repeat;
  color: #808080;
}

.toptab:hover {
  background: #fafafa url(corner_container2.gif) top right no-repeat;
  color: #505050;
  text-decoration: underline;
}

.activetoptab {
  padding: 4px;
  margin: 0 0 0 3px;
  text-decoration: none;
  background: #ffffff url(corner_container.gif) top left no-repeat;
  color: #003366;
  border-bottom: 1px solid #ffffff;
}

.activetoptab:hover {
  text-decoration: none;
}

/* Contenedor de toda la estructura */
#container {
  margin: 13px auto auto auto;
  width: 760px;
  padding: 1px 10px 10px 10px;
  background: #FFFFFF url(corner_container.gif) top left no-repeat;
}

/* Espacio para logotipo */
#logo {
  margin: 15px 0 0 0;
}

/* Barra de mensajes de bienvenida */
#msgbar {
  clear: both;
  color: #404040;
  font-size: 0.9em;
  padding: 4px 0 4px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

/* Barra 1 de opciones principales */
#menubar {
  clear: both;
  background: #007CC2;
  color: #FFFFFF;
  font-size: 0.85em;
  padding: 5px 0 5px 0;
  border-top: 1px solid #F2CE65;
  text-align: center;
}

/* Barra 2 de opciones secundarias */
#menubar2 {
  clear: both;
  background: #85C8E5;
  color: #FFFFFF;
  font-size: 0.9em;
  padding: 1px 0 1px 0;
  border-bottom: 1px solid #F2CE65;
  text-align: center;
}

#navitabs {
  clear: both;
  color:#85C8E5;
  text-decoration:none;
}

.navitab {
  padding: 4px 8px 7px 8px;
  margin: 0 0 4px 0;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 1px;
  border-bottom: 1px;
}

.navitab:hover {
/*background: #F2CE65 top right no-repeat;*/
}

.activenavitab {
  padding: 6px 8px 6px 8px;
  margin: 0 0 5px 0;
  color: #18599E;
  font-weight: bold;
  background: #85C8E5 top right no-repeat;
}

.activenavitab2 {
  padding: 2px 8px 2px 8px;
  margin: 0 0 5px 0;
  color: #174775;
  background: #85C8E5 top right no-repeat;
}

.activenavitab2:hover {
  color: #C16100;
  background: #85C8E5top right no-repeat;
}

/* usadas cuando hay dos columnas */
#twocolumnleft {
  width: 555px;
  float: left;
  padding: 20px 0 0 0;
}

#twocolumnright {
  width:180px;
  float:right;
  padding: 20px 0 0 0;
}

/* usadas cuando hay dos columnas */
#twocolumnleft2 {
  width: 495px;
  float: left;
  padding: 20px 0 0 0;
}

#twocolumnright2 {
  width:240px;
  float:right;
  padding: 20px 0 0 0;
}

/* usada cuando hay una columna */
#onecolumn {
  width: 760px;
  float: left;
  padding: 20px 0 0 0;
}

/* usada para ventanas flotantes */
#onecolumncenter {
  width: 440px;
  text-align: left;
  padding: 20px 0 0 0;
}

/* Pie de pagina */
#footer {
  clear: both;
  color: #003366;
  font-size: 0.8em;
  padding: 10px 5px 10px 5px;
  text-align: left;
  background: #EFF3F6;
}

#footer a {
  color: #004488;
}

/* Lineas debajo del logo y del pie de pagina */
#line {
  margin: 5px 0 0 0;
  background:#D4DFEA;
  padding: 2px 0 1px 0;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

/* Estilos adicionales, utilizados para la correcta visualizacion */
.hide {
  display: none;
}

a img {
  border: 0;
}

/* Estilo para los banners */
.banner {
  margin: 0;
}

/* Estilo para textos */
.title {
  color: #18599E;
}

.caption {
  font-size: 1.3em;
  font-weight: bold;
  color: #D32722;
}

/* Estilos para el contenido de la pagina: Tablas */
table {
  border-collapse: collapse;
  margin: 0 0 15px 0 ;
}

th {
  padding: 6px;
  border-top: 0;
  border-right: 1px solid #66aaEE;
  border-left: 0;
  border-bottom: 1px solid #66aaEE;
  background: url(thead.gif) top left repeat-x;
  /*Detalles del texo*/
  color: #FFFFFF;
  text-align: left;
  font-size: 0.9em;
}

td {
  padding: 6px;
  border: 1px solid #66aaEE;
  /*Detalles del texto*/
  color: #444;
  font-size: 0.9em;
}

td.tab {
  padding: 15px 20px 15px 20px;
}

tbody tr { 
  background: #FCFDFE;
}

tr a:link ,tr a:visited {
  color: #D32722;
  text-decoration: none;
}

tr a:hover {
  color: #D32722;
  text-decoration: underline !important;
}

tbody tr.odd {
  background: #007CC2;
  text-align: right;
}

tr.odd a:link, tr.odd a:visited {
  color: #ffffff;
  text-decoration: none;
}

tr.odd a:hover {
  color: #3467B2;
  text-decoration: underline !important;
}