p {
  font: normal 15px Arial, Helvetica, sans-serif;
}

.leftalign {
  text-align: left;
}

/* 
	SeccionesAyuntamiento table styles
	written by El Pelaillo
*/
table {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #363636;
  background: #9AD2FF;
  }
td, th {
  border: 1px solid #03476F;
  padding: .4em;
  }

thead th, tfoot th {
  font: bold 13px Arial, Helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: center;
  background: #4591AD;
  color: #FFFFFF;
  }

tbody td a {
  font: normal 13px Arial, Helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  color: #363636;
  font-weight: bold;
  }
tbody td a.no_bold:hover{
  font-weight: normal;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th {
  font: bold 13px Arial, Helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: center;
  background: #4591AD;
  color: #FFFFFF;
  vertical-align: top;
  }
tbody td {
  vertical-align: top;
  text-align: center;
  }

