.fuentebase {
	font-family: Arial, Geneva, serif;
	font-size: 10px;
	color: #666666;
}
.subtitulosbase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.colorInverso {
	color: #FFF;
}
.colorBase {
	color: #666666;
}
.size10 {
	font-size: 9px;
	line-height: 13px;
}
.size11 {
	font-size: 10px;
	line-height: 13px;
}
.size12 {
	font-size: 11px;
	line-height: 13px;
}
.size14 {
	font-size: 13px;
}
.size16 {
	font-size: 15px;
}


.size18 {
	font-size: 17px;
}

.comprimir {
	letter-spacing: -.1em;
}

.colorVerde {
	color: #8cd103;
}
.bold {
	font-weight: bold;
}
.noSub {
	text-decoration: none;
}

h2 {
	color: #8A8A8A;
	font: bold 15px arial;
	padding-left: 5px;
	padding-bottom: 10px;
}

h1 {
	color: #8A8A8A;
  font: bold 24px arial;
}

.menu_inactive {
	background: url("../_img/_menu/menu_bg_inactive.jpg") repeat scroll 0 0 transparent;
	text-align: center;
	font: bold 15px arial;
	cursor:pointer;
	color: white;
	height: 25px;
}

.menu_over {
  background: url("../_img/_menu/menu_bg_over.jpg") repeat scroll 0 0 transparent;
  text-align: center;
  font: bold 15px arial;
  cursor:pointer;
  color: white;
  height: 25px;
}

.menu_active {
  background: url("../_img/_menu/menu_bg_active.jpg") repeat scroll 0 0 transparent;
  text-align: center;
  font: bold 15px arial;
  cursor:pointer;
  color: white;
  height: 25px;
}

.menu_bar_left_active {
	background: url("../_img/_menu/menu_bar_left_active.jpg") no-repeat scroll 0 0 transparent;
	width: 3px;
}

.menu_bar_right_active {
  background: url("../_img/_menu/menu_bar_right_active.jpg") no-repeat scroll 0 0 transparent;
  width: 5px;
}

.menu_bar_left_inactive {
  background: url("../_img/_menu/menu_bar_left_inactive.jpg") no-repeat scroll 0 0 transparent;
  width: 3px;
}

.menu_bar_right_inactive {
  background: url("../_img/_menu/menu_bar_right_inactive.jpg") no-repeat scroll 0 0 transparent;
  width: 5px;
}

.menu_bar_left_over {
  background: url("../_img/_menu/menu_bar_left_over.jpg") no-repeat scroll 0 0 transparent;
  width: 3px;
}

.menu_bar_right_over {
  background: url("../_img/_menu/menu_bar_right_over.jpg") no-repeat scroll 0 0 transparent;
  width: 5px;
}




.menu_left_active {
  background: url("../_img/_menu/menu_left_active.jpg") no-repeat scroll 0 0 transparent;
  width: 3px;
}

.menu_right_active {
  background: url("../_img/_menu/menu_right_active.jpg") no-repeat scroll 0 0 transparent;
  width: 4px;
}

.menu_left_inactive {
  background: url("../_img/_menu/menu_left_inactive.jpg") no-repeat scroll 0 0 transparent;
  width: 3px;
}

.menu_right_inactive {
  background: url("../_img/_menu/menu_right_inactive.jpg") no-repeat scroll 0 0 transparent;
  width: 4px;
}

.menu_left_over {
  background: url("../_img/_menu/menu_left_over.jpg") no-repeat scroll 0 0 transparent;
  width: 3px;
}

.menu_right_over {
  background: url("../_img/_menu/menu_right_over.jpg") no-repeat scroll 0 0 transparent;
  width: 4px;
}

.error_field{
	font: 12px arial; 
	color: grey;
}
