/* RESET CSS */
body{color:#000;background:#fff;}html,body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea, label,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}a:active,a:focus{outline:none;-moz-outline-style:none;}
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/* FIN RESET */

/* Etiquetas HTML */
body {
	background-color: #fff;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

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

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


/* Contenedor */
#contenedor {
}
/* Fin Contenedor */

/* Cabecera */
#cabecera {
	margin: 0px 6px 6px;
}
/* Fin Cabecera */

#nav {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
}

#nav a {
	display: block;
	float: left;
	text-align: center;
	width: 5em;
	padding: .2em .5em;
}

#logo {
	float: right;
	margin-top: 6px;
	margin-right: 6px;
}

#contenido {
	text-align: center;
}

#contenido .menu {
	padding-top: 20px;
	width: 985px;
	margin: 0 auto;
}

#contenido .menu.home {
	padding-top: 60px;
}

#contenido .menu .categoria {
	float: left;
	width: 240px;
}

#contenido .menu .frame.sombraMed {
	background: url('/img/marco_250.png') no-repeat;
	margin: 3px;
	padding: 10px;
	line-height: 280px;
	width: 220px;
	height: 280px;
	position: relative;
	
}

#contenido .menu .frame.sombraGra {
	background: url('/img/marco_500.png') no-repeat;
	margin: 3px;
	padding: 10px;
	line-height: 560px;
	width: 448px;
	height: 560px;
	position: relative;
}

#contenido .menu .frame img {
	border: 5px solid black;
	vertical-align: middle;
}

#contenido .menu .categoria .titulo a {
	padding: .2em .5em;	
}

#listado {
	float: left;
	width: 324px;
	margin:0 13px;
}

#thumbs {
	width: 324px;
	height: 480px;
}

#thumbs .content {
	height: 100000px;
}

#showroom {
	float: left;
	margin: 0 13px;
	width: 468px;
	height: 580px;
}

#showroom .portafotos {
	width: 468px;
	height: 580px;
}

#showroom .section {
	float: left;
}

#showroom .content {
	width: 100000px;
}

.controles {
	float: left;
	margin: 0 13px;
}

.thumb {
	width: 160px;
	height: 160px;
	position: relative;
}

.thumb.odd {
	float: left;
}

.thumb.even {
	float: left;
}

.thumb a {
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0 160px 160px 0);
}
.thumb a:hover {
	position: absolute;
	clip: rect(160px 160px 320px 0);
	margin-top: -160px;
}

.arrow{
	background: url('/img/arrows.png') no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 24px;
	vertical-align: middle;
	width: 24px;
}

.arrow.up {
	background-position: 0 0;
}

.arrow.right {
	background-position: -24px 0;
}

.arrow.down {
	background-position: -48px 0;
}

.arrow.left {
	background-position: -72px 0;
}

.arrow.up:hover {
	background-position: 0 -24px;
}

.arrow.right:hover {
	background-position: -24px -24px;
}

.arrow.down:hover {
	background-position: -48px -24px;
}

.arrow.left:hover {
	background-position: -72px -24px;
}

.contacto{
	font-size: 2em;
}

.prefijo {
	color: #aaa;
}

.clear {
	clear: both;
}

/*** Glider ***/
.scroller, .section {
	overflow: hidden;
	position: relative; 
}