.fondo_ {
	background-color: #F2F2F2;
}

.forms {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.boton {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	background-color: #FFF9AE;
	border: 2px solid;
}
.tx_1 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #BDC4BD;
	text-decoration: none;
}
.tx_2 {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.tx_2:hover {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.borde-1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tx_1-10 {

	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #BDC4BD;
	text-decoration: none;
}
.tx_3 {

	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.imge{
	position: relative;
	top: -2px;
	width: 91px;
	height: 91px;
	border: 1px solid #F2F2F2;
}
.imge:visited{
	position: relative;
	top: -2px;
	width: 91px;
	height: 91px;
	border: 1px solid Green;
}
.imge:hover{
	position: relative;
	top: -2px;
	width: 91px;
	height: 91px;
	border: 1px solid #D3D3D3;
}
.imge:active{
	position: relative;
	top: -2px;
	width: 91px;
	height: 91px;
	border: 1px solid Fuchsia;
}
.tx_4 {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
.tx_5 {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: White;
	text-decoration: none;
}
.tx_5:hover {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FF3939;
	text-decoration: none;
}
.tx_6 {

	font-family: Tahoma, Arial;
	font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.tx_7 {

	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FF3939;
	text-decoration: none;
}
.tx_8 {
	font-family: Tahoma, Arial;
	font-size: 17px;
	color: #BDC4BD;
	text-decoration: none;
	text-transform: lowercase;
}
.tx_not_1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F2F2F2;
	text-decoration: none;
	font-style: italic;
}
.tx_not_2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF9AE;
	text-decoration: none;
	font-style: italic;
}
.tx_not_3 {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-decoration: none;
}
.link_not {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF9AE;
	text-decoration: none;
}
.link_not:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF9AE;
	text-decoration: underline;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  font-family: Tahoma, Arial;
  font-size: 13px;
}

.menu li {
  float: left;
}

.menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.menu li a:hover {
  background-color: #111;
}