html, body{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	/*background-color: #EBF3F3;*/
	background-color: #EBF3F3;
	color: #666666;
	font-size: 10px;
}

table #arriba {
	vertical-align: top;
}
div.time-picker {
  position: absolute;
  height: 200px;
  width:6em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
}
div.time-picker-12hours {
  width:10em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}


/* a raiz del timepicker */


  pre {
    background:#fff;
    border:1px solid #ddd;
    padding:4px;
  }
  .error {
    border:1px solid red;
  }
  .padded {
  padding:10px;
}
#ciudades a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.tableazul {
	color: #FFFFFF;
	background-color: #4581DA;
}
#superior {
	background-color: #ffffff;
	width: 970px;
	height:89px;
	padding:5px;
}
#cuerpoa {
	background-color: #ffffff;
	width: 980px;
	max-width:980px;
}

