body {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	float: left;
	padding: 0px;
	margin-left: 5px;
	background: none;
	border: none;
	width: 135px;
	display: inline;
	height: 800px;
}
#contenido {
	float: left;
	display: inline;
	padding: 10px;
	margin: 0px;
	width: 79%;
}
h1{font-size:110%;}
h1 a{text-decoration:none;color:#804040;}
h1 a:hover{text-decoration:underline;}
/* Contenedor de nuestro menú*/
#navigation {
	width: 135px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#navigation h1 {
	width: 195px;
	height: 53px;
	text-indent: -5000px;
	font-size: 12px;
	background: #fff url("pix/topMnu.jpg") no-repeat top left;
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 10px;
}
/* Menu Principal*/
.mainMenu a {
	display: block;
	padding: 1px 0px 1px 5px;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #FFF;
	width: 120px;
	text-decoration: none;
	font-weight: normal;
}
.mainMenu a:link, .mainMenu a:visited {
	color: #9999CC;
	background: #F9F9F9 url("pix/post.gif") no-repeat left;
}
.mainMenu a:hover {
	color: #C73B0A;
	background: #F7F7F7 url("pix/post_o.gif") no-repeat left;
}
/* SubMenu*/
.subMenu a:link, .subMenu a:visited {
	color: #999999;
	background: #FFFFFF url("pix/sub.gif") no-repeat left;
}
.subMenu a:hover {
	color: #666666;
	background: #FFFFFF url("pix/sub_o.gif") no-repeat left;
}
/* Comentarios */
.libro {
	border-bottom: 2px solid #804040;
	border-top: 1px solid #804040;
	border: 1px solid #804040;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-left: 3px;
	padding-right: 3px;
}
.nombre {
	position: relative;
	bottom: 25px;
}
.fecha {
	float: right;
	position: relative;
	bottom: 18px;
}
.localidad {
	/*position: relative;
	top: 25px;
*/
}
.web {
	float: right;
	position: relative;
	bottom: 5px
}
input {
	border: 1px solid #804040;
	background-color: #e5e0e0;
	color: #774b4b;
}
textarea {
	border: 1px solid #804040;
	background-color: #e5e0e0;
	color: #774b4b;
}
/* MAPA WEB */
#mapaweb {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	width: 400px;
	text-align: left;
	list-style-type: none
}
#mapaweb P {
	display: inline;
}
#mapaweb LI {
	background: url(../img/bullet3.gif) no-repeat 0px 11px;
	margin: 0px;
	padding: 7px 13px;
	font-size: 10px;
	border-bottom: 1px solid #727270;
}
#mapaweb UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none
}
#mapaweb UL LI {
	background: url(../img/bullet2.gif) no-repeat 2px 7px;
	padding: 2px 10px;
	border-bottom: none;
}
#mapaweb A {
	color: #804040;
	font-weight: bold;
	font-size: 12px
}
#mapaweb A:hover {
	font-size: 13px;
	text-decoration: none;
}
#mapaweb UL A {
	font-weight: normal;
}
.mapweb {
	font-size: 10px;
	color: #804040;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
.mapweb:hover {
	background-color: #804040;
	color: #ffffff;
}
/* cajas fotos excursiones*/
.caja {
	display: inline;
	float: left;
	width: 80%;
	margin-right: 10px;
}
.caja2 {
	display: inline;
	float: left;
}
#caja2,#fotos td a img {
	border: 3px solid white;
}
#caja2,#fotos td a:hover img {
	border: 3px solid black;
}
#caja2,#fotos td a:hover {
	border: none;
}
#pagina {
	width: 100%;
	border: 2px solid red;
	height: 300px;
}
/*................noticias..*/
.titular {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 2px solid #804040;
}
.noticia {
	padding: 3px 5px 3px 15px;
	text-align: justify;
	margin-bottom: 20px;
}
.vmas {
	float: right;
	margin-bottom: 50px;
}

