/* ============================================ */
/* === GENERALES === */
/* ============================================ */

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #777;
	background-color: #F8F1DF;
	text-align: center;
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #C69329;
}

a:hover {
	color: #593A0B;
}

img {
	border: 0px;
}

p.destacado {
	font-size: 14px;
}


/* ============================================ */
/* === GENERAL === */
/* ============================================ */

/* Encabezado */

#banner {
	height: 90px;
}

#banner p {
	margin: 0px 0px 0px 0px;
}

#banner img {
	margin: 0px;
	padding: 0px;
}

/* Menú */

#menu {
	width: 760px;
	background-color: #1F1A17;
	text-align: left;
	padding: 15px 10px 1px 13px;
	overflow: hidden;

	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 737px;
}

#menu p {
	margin: 0px;
}

#menu img {
	border: 0px;
}

#menu img.separador {
	margin: 0px 8px 0px 8px;
	vertical-align: top;
	border: 0px;
}

/* Pie */

#footer {
	clear: both;
	width: 760px;
	background-color: #C69329;
	color: #FFF;
	font-size: xx-smaller;
	text-align: center;
	padding: 3px;

	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 754px;
}

#footer p {
	padding: 0px 0px 0px 80px;
	margin: 0px;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFF97;
}

#footer a:hover {
	color: #593A0B;
}

#footer #logo_pie {
	float: right;
	padding-top: 27px;
}


/* formulario */

input, textarea, select {
	font-family: Tahoma;
	font-size: 11px;
	color: #C69329;
	border: 1px solid #C69329;
	margin: 8px 0px 0px 0px;
}

input:focus, textarea:focus, select:focus {
	background-color: #FBF3DF;
	border: 1px solid #C69329;
}


/* ============================================ */
/* === INTRO === */
/* ============================================ */

#containerIntro {
	width: 628px;
	margin: 30px auto;
	padding: 5px 0px 0px 0px;
	background: url(../images/intro_fondo.gif) center;
	border-top: 2px solid #DEB974;
	border-bottom: 3px solid #DEB974;
}

#containerIntro h1 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #A17820;
}

#containerIntro hr {
	width: 60%;
	height: 1px;
	border: 0px;
	background-color: #CCCCCC;
}

#containerIntro #idiomas {
	margin-top: 30px;
}

/* ============================================ */
/* === HOME === */
/* ============================================ */

#container {
	width: 760px;
	margin: 0px auto 20px auto;
	border: 1px solid #C69329;
	background: #EAE0CA url(../images/bgmain.gif) 0px 10px;
	text-align: center;
}

/* Columna Derecha */

#right {
	float: right;
	width: 185px;
	min-height: 460px;
	padding: 5px 15px 5px 0px;
	background: url(../images/bgright.gif) no-repeat bottom right;
	
	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 183px;
}

#right div.cajaRight {
	width: 133px;
	margin: 0px 0px 0px 13px;
	text-align: center;

	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 120px;
}

#right a img {
	border: 0px;
}

#right p {
	margin: 5px 0px;
}

#right p.textoColDerecha {
	padding: 45px 30px 0px 30px;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	color: #A17820;
}

#rightEnglish {
	float: right;
	width: 166px;
	min-height: 460px;
	padding: 5px 15px 5px 0px;
	background: url(../english/images/bgright.gif) no-repeat bottom right;

	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 183px;
}

#rightEnglish div.cajaRight {
	width: 133px;
	margin: 0px 0px 0px 13px;
	text-align: center;

	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 120px;
}

#rightEnglish a img {
	border: 0px;
}

#rightEnglish p {
	margin: 5px 0px;
}

/* Contenido */

#content {
	float: left;
	width: 560px;
	border-bottom: 7px solid #E1BB6B;
	text-align: left;
}

#content div.cajaHome {
	width: 560px;
	min-height: 158px;
	height: 158px;
	background-color: #EACF96;
	border-top: 7px solid #E1BB6B;
	background-color: #EACF96;
	background: url(../images/cajaHome_bg.gif) repeat-y top left;
}

#content div.cajaHome h1 {
	border-bottom: 2px solid #E1BB6B;
	padding: 0px 0px 5px 0px;
	margin: 15px -15px 10px 0px;
}

#content div.cajaHome p {
	margin: 0px 0px 5px 0px;
}

#content div.cajaHome div.columna {
	float: left;
	width: 150px;
}

#content div.cajaHome div.columna ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#content div.cajaHome div.columna li {
	list-style-image: url(../images/cajaHome_item.gif);
}

#content div.imagen {
	float: left;
	width: 215px;
	height: 158px;
}

#content div.imagen img {
	border: 0px;
}

#content div.imagen p {
	margin: 0px 0px 0px 0px;
}

#content div.contenido {
	float: right;
	width: 345px;
	min-height: 126px;
	border-left: 7px solid #E1BB6B;
	padding: 0px 15px 0px 15px;
	color: #000;

	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 308px;
}

#content div.masInfo {
	clear: right;
	width: 308px;
	margin-left: 215px;
	text-align: right;
	padding: 10px;
}

#content div.masInfo p {
	margin: 0px 0px 0px 0px;
}

#content div.masInfo a {
	text-decoration: none;
	font-weight: bold;
	color: #C69329;
}

#content div.masInfo a:hover {
	color: #593A0B;
}

/* ============================================ */
/* === NOTA === */
/* ============================================ */

/* Caja Nota */

#containerNota {
	width: 760px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EAE0CA;
	border: 1px solid #C69329;
	text-align: left;
}

#contentNota {
	width: 760px;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #F1E8D5;
}

#contentNota div.nota {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background: #F7F1E2 url(../images/cajaNota_bg.gif) repeat-y top left;
}

#contentNota div.nota h1 {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	padding: 10px 10px 10px 15px;
	background: url(../images/cajaNota_top.gif) no-repeat top left;
	text-align: left;
}

#contentNota div.volanta {
	width: 402px;
	font-weight: bold;
	margin-left: 3px;
	padding: 0px 30px 8px 22px;
	border-bottom: 1px solid #E5CD9E;
	text-align: left;

	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 350px;
}

#contentNota div.cuerpo {
	padding: 5px 30px 30px 25px;
	text-align: justify;
	background: url(../images/cajaNota_bottom.gif) no-repeat bottom left;
}

#contentNota p.cuerpo img {
	float: left;
	border: 1px solid #717171;
	margin: 0px 20px 10px 0px;
	padding: 2px;
}

#contentNota p.cuerpo a {
	color: #C69329;
	text-decoration: none;
	font-weight: bold;
}

#contentNota p.cuerpo a:hover {
	text-decoration: underline;
	color: #593A0B;
}

/* Caja Fotos Top */

#contentNota div.fotosTop {
	float: left;
	width: 143px;
	margin: 0px 0px 0px -10px;
	line-height: 80%;
}

#contentNota div.fotosTop p {
	margin: 0px 0px 0px 0px;
}

#contentNota div.contFotosTop {
	background: url(../images/cajaFotosNota_bg.gif) repeat-y top right;
	width: 143px;
}

#contentNota div.contFotosTop img {
	width: 120px;
	margin: 0px 3px 0px 20px;
	border-bottom: 1px solid #8B8680;
}

#contentNota div.fotosTopNota {
	float: right;
	width: 143px;
	margin: 0px 30px 10px 0px;
	line-height: 80%;
}

#contentNota div.fotosTopNota p {
	margin: 0px 0px 0px 0px;
}

#contentNota div.contFotosTopNota {
	background: url(../images/cajaFotosNota_bg.gif) repeat-y top right;
	width: 143px;
}

#contentNota div.contFotosTopNota img {
	width: 120px;
	margin: 0px 3px 0px 20px;
	border-bottom: 1px solid #8B8680;
}

/* Tabla Fotos */

table.fotos {
	width: 580px;
	margin: 30px 0px 0px 0px;

	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}

table.fotos td.encabezado {
	line-height: 80%;
}

table.fotos td.separador {
	width: 10px;
}

table.fotos td.borde {
	width: 10px;
	background-color: #E5CE9D;
}

table.fotos td.imagen {
	width: 252px;
	border-bottom: 1px solid #8B8680;
	background: url(../images/cajaFotos_bg.gif) repeat-y top right;
	text-align: left;
	vertical-align: middle;
}

table.fotos a {
	color: #C69329;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0px 0px 35px 0px;
}

table.fotos a:hover {
	color: #593A0B;
}

table.fotos img {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.fotos td.texto {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #8B8680;
	border-right: 1px solid #8B8680;
}

table.fotos td.texto h2 {
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-bottom: 1px solid #DDBE7F;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 2px 0px;
}

table.fotos td.pie {
	color: #C69329;
	text-align: right;
	font-weight: bold;
	padding: 1px 5px 0px 0px;
}

table.fotos td.pie a {
	font-size: 9px;
}

/* Tabla Información */

#contentNota div.informacion {
	clear: both;
	margin: 30px -26px 0px -20px;
	background-color: #FBF8F0;
	border-top: 1px solid #DDBE7F;
}

#contentNota label {
	font-weight: bold;
}

#contentNota div.informacion h2 {
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-bottom: 1px solid #DDBE7F;
	margin: 0px -3px 0px -3px;
	padding: 5px 30px 5px 23px;
	background-color: #EAD8B2;
}

#contentNota div.informacion p {
	border-bottom: 1px solid #DDBE7F;
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 20px;
}

/* ============================================ */
/* === CATALOGO === */
/* ============================================ */

#contentCatalogo {
	width: 760px;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #F1E8D5;

	/* Box Model Hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: left;
}

#contentCatalogo div.nota {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background: #F7F1E2 url(../images/cajaNota_bg.gif) repeat-y top left;
}

#contentCatalogo div.nota h1 {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	padding: 10px 10px 10px 15px;
	background: url(../images/cajaNota_top.gif) no-repeat top left;
	text-align: left;
}

#contentCatalogo div.cuerpo {
	padding: 5px 30px 30px 25px;
	background: url(../images/cajaNota_bottom.gif) no-repeat bottom left;
}

#contentCatalogo div.cuerpo p {
	font-size: 12px;
}

/* ============================================ */
/* === FICHA === */
/* ============================================ */

#contentNota div.imagen {
	float: left;
	width: 483px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 1px;
}

#contentNota div.titulo {
	clear: both;
	text-align: left;
}

#contentNota div.imagen p {
	width: 470px;
	margin: 0px 0px 0px 3px;
}

#contentNota div.ficha {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background: #F7F1E2 url(../images/cajaNota_bg.gif) repeat-y top left;
}

#contentNota div.encabezado {
	width: 650px;
	background: #F7F1E2 url(../images/cajaFicha_top.gif) repeat-y top left;
}

#contentNota div.ficha h1 {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	margin: 0px 3px 0px 4px;
	padding: 10px 10px 10px 15px;
	background: #EAD8B2;
}

#contentNota h1 span.codigo {
	color: #C69329;
}

#contentNota h1 span.categoria {
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #797979;
	padding: 3px 20px 0px 0px;
}

#contentNota h1 span.categoria a {
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}

#contentNota h1 span.categoria a:hover {
	color: #C69329;
}

#contentNota div.cuerpo p.descripcion {
	font-size: 12px;
}

#contentNota div.volver {
	text-align: right;
	margin: 10px 0px 0px 0px;
}

#contentNota div.volver a {
	font-weight: bold;
	color: #797979;
	text-decoration: none;
}

#contentNota div.volver a:hover {
	color: #C69329;
}

/* ============================================ */
/* === IMAGENES === */
/* ============================================ */

#imagen {
	background: url(../images/imagen_cargando.gif) no-repeat center;
	background-color: #FFFFFF;
}

#imagen img {
	border: 0px;
}

#imagen p {
	margin: 0px;
}

#imagenPie {
	background-color: #EACF96;
	color: #666666;
	padding: 5px 20px 5px 10px;
	height: 35px;
	border-top: 2px solid #666666;
}

#imagenPie p {
	margin: 0px;
}

#imagenPie a {
	color: #C69329;
	font-weight: bold;
}

#imagenPie a:hover {
	color: #593A0B;
}

#imagenPieLogo {
	float: left;
	width: 80px;
	margin-top: 3px;
}

#imagenPieTexto {
	width: 200px;
	margin-left: 110px;
	height: 31px;
	vertical-align: middle;
	padding-top: 4px;
	text-align: left;
}

#imagenPieCerrar {
	float: right;
	width: 50px;
	height: 31px;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
}
