* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	font-family: inherit;
}
body {
	text-align: center;
	background-image: url(../imagenes/body.jpg);
	background-repeat: repeat-x;
	background-color: #040001;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

select {
	background-color: #fff;
	color: #000;
}

.contenido_ancho #menu {
	background-image: url(../imagenes/menu_ancho.gif);
}
.contenido_ancho #contenido {
	background-image: url(../imagenes/contenido_ancho.gif);
}


/* Encabezado */

#header {
	width: 821px;
	margin: 0 auto;
	height: 252px;
	background-image: url(../imagenes/header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#header img {
	display: block;
}
#header .logo {
	position: absolute;
	top: 60px;
	left: 0;
	display:inline-block;
	cursor:pointer;
}
* html #header .logo  {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/logo.png', sizingMethod='scale');
	zoom: 1.0;
	display: block;
	width: 258px;
	height: 180px;
}
* html #header .logo img {
	display: block;
	height: 0;
	width: 0;
}
#diapo_header {
	padding: 28px 0 0 230px;
}

/* Menu */

#menu {
	width: 846px;
	margin: 0 auto;
	padding: 1px 0 0 10px;
	background-image: url(../imagenes/menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 15px;
	font-weight: bold;
}
#menu ul {
	list-style: none;
	height: 62px;
}
#menu li {
	float: left;
	width: 136px;
	padding: 0 3px 0 0;
	background-image: url(../imagenes/menu-li.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu .ultimo {
	background-image: none;
}
#menu a {
	display: block;
	height: 54px;
	line-height: 54px;
	text-decoration: none;
	color: #f7f6f6;
}
#menu a:hover {
	background-image: url(../imagenes/menu-hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #f7f6f6;
}

/* Contenido */

#contenido {
	width: 821px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../imagenes/contenido.gif);
	background-repeat: repeat-y;
	color: #5a4b3e;
	font-size: 12px;
	line-height: 1.5;
}
#contenido .interior {
	background-image: url(../imagenes/contenido-interior.jpg);
	background-position: 9px bottom;
	background-repeat: no-repeat;
	padding: 20px 0 0;
}
#contenido p {
	margin: 0 0 15px;
}
#contenido ul, #contenido ol {
	margin: 0 0 15px 0;
	list-style: none;
}
#contenido li {
	padding: 0 0 0 30px;
	margin: 0 0 10px;
	background-image: url(../imagenes/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
#contenido a {
	color: #5a4b3e;
	text-decoration: underline;
}
#contenido a:hover {
	text-decoration: none;
}
#contenido strong {
	color: #5a4b3e;
}
#contenido em {
	color: #d06c2e;
}

#contenido table {
	width: 100%;
	border-collapse: collapse;
}
#contenido table th, #contenido table td {
	border-style: solid;
	border-width: 1px;
	border-color: #4B4035;
	padding: 3px;
}
#contenido table td {
	background-color: #C0AD80;
	width: 15%;
	text-align: right;
}

#columna {
	float: left;
	width: 175px;
	padding: 0 20px 130px 35px;
	color: #d8d8d8;
	font-size: 11px;
	line-height: 1.9;
}
#columna img {
	margin: 10px 0 30px;
}

#caja_izquierda {
	float: left;
	width: 315px;
	padding: 0 0 0 18px;
}
#caja_derecha {
	float: right;
	width: 240px;
	padding: 38px 0 0;
}

#principal {
	margin: 0 18px 0 248px;
}

#foto-derecha {
	width: 210px;
	height: 355px;
	margin: 0 auto;
	padding: 0px 15px 29px;
}

#diaporama {
	width: 166px;
	margin: 0 auto;
	padding: 27px 28px 29px;
	background-image: url(../imagenes/diaporama.gif);
	background-repeat: no-repeat;
}

#diaporama2 {
	width: 224px;
	margin: 0 auto;
	padding: 1px;
	background-color: #4B4035;
}

#simpleviewer {
	width: 550px;
	margin: 0 auto;
}

iframe {
	margin: 0 0 20px 0;
}


/* Pie */

#footer {
	width: 821px;
	padding: 22px 0 0;
	height: 72px;
	margin: 0 auto 7px;
	background-image:  url(../imagenes/footer.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	color: #6c4937;
}
#footer a {
	padding: 0 10px;
	color: #6c4937;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
#footer p {
	color: #886755;
}

#footer p a {
	color: #886755;
}

#footer img {
	margin: 10px 0 20px 0;
	border: none;
}


/*clase clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
  
h1 {
	font-size: 25px;
	color: #534940;
	margin: 0 0 10px;
	margin: 0 0 10px;
	border-color: #ABA37E;
	border-style: solid;
	border-width: 0 0 1px;
}
  
h2 {
	font-size: 17px;
	color: #666;
	margin: 0 0 8px;
	font-weight: normal;
	font-style: italic;
}
  
h3 {
	font-size: 15px;
	color: #d06c2e;
	margin: 0 0 15px;
}

#plano {
	width: 427px;
	margin: 0 auto;
}

#plano iframe {
	border-style: solid;
	border-width: 1px;
	border-color: #4B4035;
}

#plano a {
	font-size: 10px;
	color: #4B4035;
}
#plano a:hover {
	color: #C0AD80;
	text-decoration: none;
}
