@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(http://www.perfilgym.com/images/nuevo-dgd.jpg);
	background-repeat:  repeat-x;
	margin-top: 55px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
ul {
  list-style-type: square;
  list-style-position: inside;
}
ul li {
  margin-bottom: 20px;
}
#menu ul {
  list-style: none;
  margin: 20px 0;
  padding: 5px 0;
  float: right;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

#menu ul li {
  display: inline;
}
#menu ul li a, #horarios a {
  padding: .2em .4em;
  margin: 0 .5em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  color: #000;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8bc53f;
}
a.titulos:hover	{
	color:#000000;
	text-decoration: none;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
a.subtitulos:hover{
	color:#000000;
	text-decoration: none;
}
#menu ul li a:link, #menu ul li a:visited, #horarios a:link, #horarios a:visited {
  color: #333;
}
#menu ul li a:hover, #horarios a:hover {
  background: #8BC53F;
  color: #fff;
}
a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.textos	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
a.textos:hover	{
	color:#666666;
	text-decoration: none;
}
.subtitulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
}
a.subtitulos2:hover	{
	color:#8BC53F;
}
.contenido	{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.foot	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
