body {
	/*background: rgb(229, 229, 229) url(/images/bg_logo.png);*/
	/*background: rgb(229, 229, 229) url(/images/bg.png);*/
	/*background: #d1d8cd;*/
	background: white;
	color: #000;
	font-family: "trebuchet ms", sans-serif;
	font-size: 1em;
	margin: 0px;
}

img {
	border: 0;
}

a {
	color: #507b8b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
}

h2 {
	margin-top: 0px;
}

h3 {
	display: list-item;
	list-style-image: url(/images/tit_bullet.png);
	margin-left: 20px;
}

.bloque {
	/*background: #f7f7f7;*/
	background: #f5f7fa;
	/*border: solid 1px rgb(152, 170, 177);*/
	margin-bottom: 10px;
	padding: 10px;
}

table {
  display: table;
}

.anuncio {
	margin-top: 5px;
	text-align: center;
}

#principal {
	background: #fff;
	/*border: solid 1px rgb(152, 170, 177);*/
	/*border: solid 1px #98a391;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;*/
  margin: 0px;
}

#cabecera {
	height: 75px;
}

#contenido {
	margin-top: 10px;
  margin-left: 10px;
	margin-right: 10px;
}
	
#menu {
	background: #507b8b;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#menu a {
	color: #fff;
	font-weight: bold;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
}

#menu a:hover {
	background: #fff;
	color: #507b8b;
	text-decoration: none;
}

#menu img {
	/*background: #fff;*/
	/*border: solid #f5f5f5;*/
}

#menu img:hover {
	/*background: #f5f5f5;*/
}

#pie {
	color: #aaa;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9em;
}

#fotos {
	text-align: center;
}

#fotos table {
	text-align: center;
}

a.foto {
	text-decoration: none;
	text-align: center;
}

td.foto {
	text-align:center;
	margin: 5px;
}

td.foto:hover {
	background: #eee;
}

#evento table {
	background-color: #fff;
	border: solid 1px #98a391;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding: 5px;
}

#evento thead {
	background-image: url(images/bgbarra.png);
	border-top: solid 1px #98a391;
	border-bottom: solid 1px #98a391;
	color: #507b8b;
	font-weight: bold;
}

#evento tr.r0 {
	background-color: #ffffff;
	font-weight: bold;
}

#evento tr.r1 {
	background-color: #ffffff;
}

#evento tr.r2 {
	background-color: #eeeeee;
}

#evento th {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

#evento td {
	padding-left: 5px;
	padding-right: 5px;
}
