* {
  font-family: Verdana;
  font-size: 11px;
}

body, form, fieldset, legend, label, input, textarea, select, hr, p,
a, br, h1, h2, h3, h4, h5, div, span, li, ol, ul, table, tr, th, td {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  text-align: center;
  margin: auto;
}

a img {
  border: none;
}

br {
  clear: both;
  margin: 5px;
}

p {
  margin-bottom: 10px;
}

#base {
  width: 1000px;
  background-image: url('../images/base.jpg');
  background-repeat: repeat-y;
  margin: auto;
  overflow: hidden;
}

#header {
	height: 372px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 15px;
}

#main {
  float: left;
  width: 630px;
  min-height: 300px;
  margin: 0 0 0 45px;
  text-align: left;
}

#menu {
	float: right;
	width: 278px;
	margin-left: 10px;
	text-align: left;
	margin: 0 33px 0 0;
}

.menu2 {
	float: right;
	width: 256px;
	text-align: left;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	padding-top: 2px;
}

#footer {
  clear: both;
  height: 46px;
  background-image: url('../images/footer.jpg');
  background-repeat: no-repeat;  
  border-top: solid 2px #b4ca44;  
  border-bottom: solid 2px #b4ca44;
  margin: 0 15px;  
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: none;
	color: #CCFF00;
}

a:active {
	text-decoration: none;
	color: #990000;
}

.preview {
  float: left;
  margin: 0 10px;
  border: solid 1px #baa;
  background-color: #f5f5e5;
  padding: 10px 0 0 10px;
}

.preview p {
  margin: 10px;
}

.minifoto {
  margin: 0 10px 10px 0;
  float: left;
  background-color: #fff;
  border: solid 1px #999;
  text-align: center;
}

.minifoto p {
  margin: 3px;
}

.navegacion {
  margin: 10px;
  vertical-align: top;
}

.navegacion * {
  float: left;
}

.navegacion span {
  margin-top: 2px;
  width: 75px;
  text-align: center;
}