* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6B6422;
	background-color: #F5F0D8;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	text-decoration: none;
	color: #da5515;
}
a:visited {
	text-decoration: none;
	color: #da5515;
}
a:hover {
	text-decoration: underline;
	color: #da5515;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


h1, h2 {
	font-weight: normal;
	color: #DC5610;
}
h3 {
	font-weight: normal;
	color: #DC5610;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 {
	font-size: 120%;
	font-weight: bold;
}

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}


/* Header */

#header {
	width: 850px;
	height: 90px;
	margin: 0 auto;
	}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

/* aqui va la foto con marco y el menu vertical con css */

#foto {
	width: 850px;
	height: 370px;
	margin: 0 auto;
}
#menu {
	list-style: none;
	padding: 0;
	float: right;
	margin: 0;
	width: 118px;
	height:370px;
	}
	
#menu span {
	visibility: hidden;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -2000%;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	visibility: visible;
}

#menu .inicio {
	width: 130px;
	height: 50px;
	background: url(images/inicio.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .situacion {
	width: 130px;
	height: 50px;
	background: url(images/situacion.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .galeria{
	width: 130px;
	height: 50px;
	background: url(images/imagenes.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .amigas {
	width: 130px;
	height: 50px;
	background: url(images/websamigas.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .nuestrosamigos {
	width: 130px;
	height: 50px;
	background: url(images/nuestros-amigos.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .infopractica {
	width: 130px;
	height: 50px;
	background: url(images/infopractica.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .contacto {
	width: 130px;
	height: 50px;
	background: url(images/contacto.gif) no-repeat;
	left: 0px;
	top: 0px;
}
/* aqui va el menu horizontal con actividades, pupilaje */
#capa850 {
	width: 850px;
	margin: 0 auto;
	height: 50px;
	}
#menuhorizontal {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 600px;
	height:50px;
	position: absolute;
}
#menuhorizontal span {
	visibility: hidden;
	position: absolute;
}
#menuhorizontal a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menuhorizontal a:hover {
	background-position: left bottom;
}
#menuhorizontal a:hover span{
	visibility: visible;
}
#menuhorizontal .inicio {
	width: 77px;
	height: 50px;
	background: url(images/inicio.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menuhorizontal .quehacemos {
	width: 115px;
	height: 50px;
	background: url(images/rutas.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menuhorizontal .actividades {
	width: 270px;
	height: 50px;
	background: url(images/actividades.gif) no-repeat;
	left: 125px;
	top: 0px;
}
#menuhorizontal .pupilaje {
	width: 115px;
	height: 50px;
	background: url(images/pupilaje.gif) no-repeat;
	left: 405px;
	top: 0px;
}
#menuhorizontal .alojamientos {
	width: 170px;
	height: 50px;
	background: url(images/alojamientos.gif) no-repeat;
	left: 530px;
	top: 0px;
}
#menuhorizontal .tarifas {
	width: 115px;
	height: 50px;
	background: url(images/tarifas.gif) no-repeat;
	left: 710px;
	top: 0px;
}

/* Page */

#page {
	width: 830px;
	background-color: #FDFBEF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 700px;
}
#pageindex {
	width: 830px;
	background-color: #FDFBEF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 490px;
}
#pageindex2 {
	width: 830px;
	background-color: #FDFBEF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 650px;
}
#pageindex3 {
	width: 830px;
	background-color: #FDFBEF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 900px;
}
#pagegaleria {
	width: 840px;
	background-color: #FDFBEF;
	padding: 5px;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
}


/* Content */

#content {
	float: left;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#content_dcha {
	float: right;
	width: 420px;
	background-position: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.float-right   { float:right; }

/* Footer */

#footer {
	clear: both;
	width: 100%;
	background-image: url(images/cesped.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
.float-left {
	float:left;
}
/* marco de fotos*/

.foto200x150 {
	padding:10px;
	background-color: #F5F0D8;
	width: 200px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}
.foto150 {
	padding:10px;
	background-color: #F5F0D8;
	width: 150px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}
.destacado {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #6D6429;
}
.subrayado {
}
.subrayado {
	font-weight: bold;
	color: #DC5610;
}
.foto350 {
	padding:10px;
	background-color: #F5F0D8;
	width: 350px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}
.foto400 {
	padding:10px;
	background-color: #F5F0D8;
	width: 400px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}
.foto300 {
	padding:10px;
	background-color: #F5F0D8;
	width: 300px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}
.pie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #312F10;
}
#content_dcha_scroll {
	float: right;
	width: 420px;
	background-position: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #6F7D2B;
	scrollbar-highlight-color: #FDFBEF;
	scrollbar-3dlight-color: #FDFBEF;
	scrollbar-darkshadow-color: #F5F0D8;
	scrollbar-track-color: #F5F0D8;
	scrollbar-arrow-color: #6F7D2B;
	height: 430px;
}

