body {
  background: url(images/nuevo-dgd.jpg) top repeat-x;
  color: #333;
  text-align: center;
}

body {
  font: 75% Verdana, Arial, Helvetica, sans-serif;
}

a img {
  border: 0;
}

th {
  text-align: left;
}

th, td {
  vertical-align: top;
}

input, textarea {
  border: 1px solid #999;
  background: #fff;
  padding: 3px;
}

ul {
  list-style-type: square;
  list-style-position: inside;
}

ul li {
  margin-bottom: 20px;
}

h3 {
  color: #8BC53F;
  text-transform: uppercase;
  font-weight: bold;
}

#wrap {
  width: 760px;
  margin: 40px auto;
  text-align: left;
}

#head {
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 3px solid #8BC53F;
}

#intro {
  padding: 20px 0;
  border-top: 3px solid #8BC53F;
  border-bottom: 1px solid #999; 
  text-align: center;
}

#logo {
  float: left;
}

#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;
}

#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;
}

#menu ul #running a:link, #menu ul #running a:visited {
  color: #FF0000;
}

#menu ul #blog a:hover{
	background: red;
  	color: #fff;
}

#menu ul #running {
  	color: #ff0000;
}

#menu ul #running a:hover{
	background: #000000;
  	color: #fff;
}

#main {
  clear:both;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

#foot {
  clear: both;
  margin-top: 20px;
  font-size: .85em;
}

#imagenes, #contacto {
  padding: 20px 0;
}

/* IMAGENES */

#imagenes {
  padding: 0;
}

#imagenes {
  float: right;
  height: 400px;
}

/* CONTACTO */

#contacto img {
  float: left;
}

#contacto table {
  float: right;
}

#contacto input, #contacto textarea {
  width: 300px;
}

#contacto #enviar {
  width: 70px;
  border: none;
}

#contacto #enviar_form{
	width: 70px;
	border: none;
}

#enviar {
  background: #8BC53F;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 3px;
  border: none;
}

#enviar_form {
  background-color:#FF0000;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 3px;
  border: none;

}

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#myGallery {
  width: 500px !important;
  height: 400px !important;
}

#horarios img {
  border: 1px solid #999;
  margin-bottom: 40px;
}

.top_mail{
	margin-right:10px;
	height:20px;
	float:right;
	width:400px;
	text-align:right;
}

.titulo_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}

.boton_form{
	float:right;
}

.subtitulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
}
a.subtitulos2:hover	{
	color:#8BC53F;
}

.thumb{
	float:left;
	width:100%;
	height:295px;
	margin-bottom:20px
	/*border:1px solid grey;*/
}
.thumb div{
	padding: 2px;
}

#form_container{
	float: left; 
	width: 300px; 
	margin: 10px 20px 20px 0px;
	
}
#novedades_container{
	float:left;
	padding:3px;
	height:300px;
	width:430px;
	overflow:auto;
	overflow-x:hidden;
}

#novedades_texto{
	float:left;
	padding:3px;
	height:120px;
	width:430px;
	
}

#novedades_texto p{
	font-size:12px
}

#topbanner{
	float:left;
	height:73px;
	width:760px;
	margin-bottom:10px;
}

