/*AREA DERECHA Y PIE, CONTIENE LINEAZUL DE TITULOS, DIV CENTRAL Y COLUMNA DERECHA*/
/*LINEA AZUL DE TITULO*/

div#cont div#lineazul {
  width:738px;
  height:17px;
  float:right;
  padding:3px 0px 3px 6px;
  background:#003466;
  color:white;
  font-size:12px;
  margin-left:10px;
  font-weight:bold;
  letter-spacing:1px;
}

/*DIV CENTRAL*/

div#cont div#central{
  border-left:1px solid #CBCDCA;
  width:530px;
  float:left;
  padding-left:5px;
  margin:10px 0px 10px 5px;
}
div#cont div#central2{
  border-left:1px solid #CBCDCA;
  width:744px;
  float:left;
  padding-left:5px;
  margin:10px 0px 10px 5px;
}
div#cont div#central3{
  border-left:1px solid #CBCDCA;
  width:737px;
  float:left;
  padding-left:5px;
  margin:10px 0px 10px 5px;
}
div#cont div#central div.grisoscuro {
  width:527px;
  background:#999999;
  height:18px;
  padding:5px 0px 0px 5px;
  margin-bottom:7px;
  color:white;
  font-weight:bold;
}

/*clase grisclaro, especifica para index*/

div#cont div#central a.grisclaro {
  display:block;
  width:523px;
  *width:525px;
  height:18px;
  background:#eeeeee;
  border:1px solid #999999;
  padding:5px 0px 0px 5px;
  margin-bottom:7px;
  color:#666666;
  font-weight:bold;
  text-decoration:none;
}

div#cont div#central div.qtion a.grisclaro:hover {
  background:#6ca1d1;
  color: white;
}
div#cont div#central div.qtion div.grisoscuro:hover {
  background:#666666;
}

/*especifica para cuando no hay coldcha*/

div.grisclaro {
  width:100%;
  height:18px;
  background:#eeeeee;
  border:1px solid #999999;
  padding:5px 0px 0px 5px;
  margin-bottom:7px;
  color:#666666;
  font-weight:bold;
}
div#cont div#central div.qtion {
  overflow:hidden;
  margin-bottom:5px;
  position:relative;
}
div#cont div#central div.qtion img {
  float:left;
  margin:0px 5px 5px 0px;
}
/* JEZ:  PARECE QUE NO ES NECESARION
div#cont div#central div.qtion p {
display:block;
width:410px;
float:left;
margin-left:7px;
}
*/

/*ESTILOS PARA CUANDO HAY TABLA A LA DERECHA*/

table.entregas{
   border-collapse:collapse;
   width:100%;
}
table.entregas td,th {
  border:2px solid #6ca1d1;
}
table.entregas th{
  background:#6ca1d1;
  height:40px;
  text-align:center;
}
table.entregas td.primera{
  width:160px;
  text-align:center;
}
table.entregas td.segunda{
  width:300px;
  vertical-align:top;
}
table.entregas td.tercera{
  width:260px;
  text-align:center;
  padding:5px 0px;
}
table.entregas tr.pdf {
  height:30px;
  text-align:right;
  vertical-align:middle;
}

/*PIE DE CIERRE*/

div#cont div#pie {
  width:100%;
  text-align:center;
  font-size:10px;
  padding:10px 0px;
  border-bottom:15px solid #003466;
  clear:both;
  margin-top:15px;
}
div#cont div#pie img{
  margin-top:-10px;
}
