.bg_contactenos {
	
	background-image: url(../img/bg_contactenos.jpg);
	background-repeat: repeat;
}

a.mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #50470A;
	text-decoration: none;
}
a.mail:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AE6D15;
	text-decoration: underline;
}

/********************************TABLA*************************************/

table.con {
  border-collapse: collapse;
  border: 2px solid #996;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fffff0;
  }
table.con caption {

  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF3300;
  background: transparent;
  }
table.con  td, th {
  border: 1px solid #cc9;

  }
table.con  thead th, tfoot th {
  border: 1px solid #cc9;
  text-align: left;
  font-weight: bold;
  color: #444;
  background: #dbd9c0;
  }
table.con  tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #cc9;
  }
table.con  tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
table.con tfoot td {
  border: 1px solid #996;
  }
.odd {
  color: #333;
  background: #f7f5dc;
  }
table.con tbody tr:hover {
  color: #333;
  background: #fff;
  }
table.con tbody tr:hover th,
table.con tbody tr.odd:hover th {
  color: #333;
  background: #ddd59b;
  }
/********/