/*Este es el codigo correspondiante a los catalogos y va en todas las páginas de arquitectura y catalogo*/
#subti {
	position:absolute;
	left:255px;
	top:91px;
	width:404px;
	height:21px;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #C44001;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.2em;
}
/* needed for IE to make :active state work first time */
a, a:visited {
	color:#000;
} 

/* common styling for all galleries */
a.gallery, a.gallery:visited {
	display:inline-block;
	display:inline-block;
	width:75px;
	height:70px;
	float:left;
	margin:3px;
	z-index:50;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #c44001;
	text-decoration: none;
}
a.gallery em, a.gallery span {
	display:none;
	background-position: center center;
}
a.gallery:hover {
	border:1px solid #c44001;
	text-decoration: none;
}

/* styling for RIGHT gallery */
#container_right {
	position:absolute;
	width:750px;
	height:478px;
	margin:0em;
	top: 1px;
	right: 3px;
	left: auto;
	bottom: auto;
	color: #333333;
	text-decoration: none;
	z-index: 50;
	background-color: transparent;
	padding: 0px;
}
#container_right img {
	border:0;
	color: #33FF00;
	text-decoration: underline;
}
#container_right .thumbs {
	width:170px;
	position:absolute;
	right:22px;
	top:167px;
	visibility: visible;
	z-index: 50;
	background-color: #c44001;
	height: 310px;
}
#container_right a.gallery:hover span {
	display:block;
	position:absolute;
	width:402px;
	height:50px;
	top:250px;
	left:-530px;
	padding:5px;
	color:#000000;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container_right a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#c44001;}
#container_right a.gallery:active, #container_right a.gallery:focus {
	border:1px solid #000;
}
#container_right a.gallery:active em, #container_right a.gallery:focus em {
	display:block;
	position:absolute;
	width:360px;
	height:300px;
	top:0px;
	left:-390px;
	z-index:50;
	margin: auto;
	float: none;
	border: thick solid #333333;
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 0px;
	background-color: #333333;
}

/*Este es el menú de navegación específico de catálogo y arquitectura*/
#menucat{
	position: absolute;
	z-index: 100;
	top: 141px;
	width: 750px;
	background-color: #000000;
}
#menucat ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#menucat ul li {
	display: inline;
	text-align: center;
}
#menucat ul li a
{
	text-decoration: none;
	padding: 3px;
	color: #fff;
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bolder;
}

#menucat ul li a:hover
{
	text-decoration: none;
	padding: 3px;
	color: #c44001;
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bolder;
}
/*Este es el cuadro que va en la subportada de catálogo y de arquitectura*/
#cuadroarq, #cuadrocat {
	height: 300px;
	width: 301px;
	background-repeat: no-repeat;
	position: absolute;
	left: 278px;
	top: 164px;
}
#cuadroarq {
	background-image: url(images/arqcub.gif);
	}
#cuadrocat {
	background-image: url(images/catcub.gif);
	}
/*Esta es la duna que cambia en cada pagina de catalogo*/
#dunasillas, #dunamesas, #dunabifes, #dunacomedores, #dunasofas, #dunapoltronas, #dunaobjetos, #dunapufs, #dunavitrales, #dunaexterior, #dunacuero, #dunabancas, #dunaalcobas, #dunatomine, #dunavaldes {
	position:absolute;
	left:662px;
	top:38px;
	width:170px;
	height:114px;
	z-index:4;
	background-repeat: no-repeat;
	background-position: center center;
}
#dunasillas {background-image: url(images/duna01.gif);}
#dunamesas {background-image: url(images/duna001.png);}
#dunabifes {background-image: url(images/duna002.png);}
#dunacomedores {background-image: url(images/duna003.png);}
#dunasofas {background-image: url(images/duna004.png);}
#dunapoltronas {background-image: url(images/duna005.png);}
#dunaobjetos {background-image: url(images/duna006.png);}
#dunapufs {background-image: url(images/duna007.png);}
#dunavitrales {background-image: url(images/duna009.png);}
#dunaexterior{background-image: url(images/duna010.png);}
#dunacuero {background-image: url(images/duna016.png);}
#dunabancas {background-image: url(images/duna012.png);}
#dunaalcobas {background-image: url(images/duna013.png);}
#dunatomine {background-image: url(images/duna014.png);}
#dunavaldes {background-image: url(images/duna015.png);}


