@charset "utf-8";
body {
	margin: 0px;
}
#todo {
	background-color: white;
	height: 600px;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#todo #encabezado {
	height: 120px;
	width: 925px;
	margin: 0px;
}
#todo #botones {
	margin: 0px;
	height: 25px;
	width: 925px;
	background-color: #daebf8;
	padding-top: 5px;
}
.boton0 {
	width: 60px;
	float: left;
}
.boton1 {
	width: 100px;
	float: left;
}
.boton2 {
	width: 200px;
	float: left;
}
.boton3 {
	width: 225px;
	float: left;
}
.boton4 {
	width: 160px;
	float: left;
}
.boton5 {
	float: left;
	width: auto;
}
.boton6 {
	float: right;
	width: auto;
}

#todo #botones a:link {
	font-family: "Lucida Sans Typewriter";
	font-size: 15px;
	font-weight: 600;
	color: #004E6D;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
#todo #botones a:visited {
	font-family: "Lucida Sans Typewriter";
	font-size: 15px;
	font-weight: 600;
	color: #004E6D;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
#todo #botones a:hover {
	font-family: "Lucida Sans Typewriter";
	font-size: 15px;
	font-weight: 600;
	color: #b5a826;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
#todo #botones a:active {
	font-family: "Lucida Sans Typewriter";
	font-size: 15px;
	font-weight: 600;
	color: #004E6D;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
#todo #contenido {
	height: 435px;
	width: 950px;
	padding-top: 15px;
}
#todo #contenido #galeria {
	float: left;
	height: 450px;
	width: 360px;
	font-family: "Lucida Sans Typewriter";
	font-size: 15px;
	font-weight: 600;
	color: #b5a826;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
#todo #contenido #galeria #miniaturas {
	padding-top: 15px;
	padding-bottom: 66px;
	height: 82px;
	width: 360px;
}
#todo #contenido #galeria #miniaturas a img {
	height: 38px;
	width: 50px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
#todo #contenido #cajacambia {
	float: left;
	height: 450px;
	width: 385px;
	font-family: "Lucida Sans Typewriter";
	font-size: 15px;
	font-weight: 600;
	color: #b5a826;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

#todo #contenido #cajacambia p {
	font-family: "Lucida Sans Typewriter";
	font-size: 13px;
	font-weight: 600;
	color: #004E6D;
	text-decoration: none;
	text-align: justify;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding-right: 25px;
}
#todo #contenido #cajacambia #mapamundi {
	height: 254px;
	width: 355px;
}

#todo #contenido #productos {
	float: left;
	height: 450px;
	width: 180px;
	font-family: "Lucida Sans Typewriter";
	font-size: 15px;
	font-weight: 600;
	color: #b5a826;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
#todo #contenido #productos p {
	font-family: "Lucida Sans Typewriter";
	font-size: 13px;
	font-weight: 600;
	color: #004E6D;
	text-decoration: none;
	text-align: justify;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin-bottom: 0px;
}
