/* -------------------- reset css -------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	cursor: default;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

a,a img {
	cursor: pointer;
}

* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}
/* -------------------- body -------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	background-color: #000;
	background-image: url(images/bgModalDark.png);
	color: #F1EFD7;
	border-top: solid #f00 4px;
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: 1.2;
	overflow-x: hidden;
}

.clear {
	clear: both;
	margin: 0;
	height: 0px;
}

#container {
	background-image: url(images/bgModal.png);
	padding: 0px 0px 50px 0px;
	margin: 0px;
	width: 100%;
}
/* -------------------- header -------------------- */
.galeriaHeader {
	width: 940px;
	height: auto;
	margin: 0px auto 20px;
	padding: 20px 10px 10px;
	display: block;
	background-image: url(images/line.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.logo {
	margin: 0;
}

.galeriaHeader h2 {
	text-align: right;
	display: inline-block;
	float: right;
	font-size: 2em;
	line-height: 0.8;
	margin-top: 12px;
}

.galeriaHeader h2 span {
	font-size: 0.5em;
	display: block;
	margin-top: 8px;
}
/* -------------------- estilos para la galería -------------------- */
a,a:active,a:visited {
	color: #f00;
}

a:hover {
	color: #fff;
}

.galeriaBox {
	width: 940px;
	margin: 0px auto;
}

.title {
	width: 550px;
	float: left;
	display: inline-block;
}

.title h3 {
	font-size: 2em;
	line-height: 1.2;
}

.datos {
	float: right;
	width: 330px;
	display: inline-block;
	font-size: 0.95em;
	margin: 5px 0px 20px 0px;
}

.datos li {
	margin: 1px 10px 0px 0px;
	display: block;
}

.datos li span {
	font-style: italic;
	margin-right: 5px;
	color: #BABABA;
}

.datos li a {
	
}

.datos li a:hover {
	
}

.content {
	display: block;
	width: 808px;
	margin: 20px 0px 20px 0px;
	float: right;
}

.content a,#thumbs a {
	text-decoration: none;
}

.content a:focus,.content a:hover,.content a:active {
	
}

#controls {
	height: 23px;
	text-align: center;
}

#controls a {
	padding: 10px;
	font-size: 0.95em;
}

.ss-controls {
	display: inline;
}

.nav-controls {
	display: inline;
}

.slideshow-container {
	position: relative;
	height: 600px;
	width: 800px;
	margin-bottom: 10px;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/ajaxLoader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 600px;
}

#slideshow {
	
}

#slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow a.advance-link {
	display: block;
	width: 810px;
	height: 610px;
	/* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 470px;
	/* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

#slideshow a.advance-link:hover,#slideshow a.advance-link:active,#slideshow a.advance-link:visited
	{
	text-decoration: none;
}

#slideshow img {
	vertical-align: middle;
	border: 2px solid #000;
	max-width: 800px;
	max-height: 600px;
}

#caption {
	clear: left;
	margin-left: 10px;
	position: relative;
	height: 100px;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 600px;
	top: 0;
	left: 0;
	margin-left: 110px;
}

#thumbs {
	width: 100px;
	float: left;
	margin: 13px 0px 0px 10px;
}

.noscript {
	display: none;
}

.caption h4 {
	font-size: 1.6em;
}

.caption p span {
	font-style: italic;
	color: #BABABA;
}

.caption p {
	margin-bottom: 2px;
}

p.descProducto {
	margin-bottom: 15px;
}

#contacto {
	padding: 10px;
	margin: 10px 0px;
}

#thumbs ul {
	clear: both;
	margin: 0;
	padding: 0;
}

#thumbs ul li {
	float: left;
	padding: 0;
	margin: 3px 0px;
	list-style: none;
}

#thumbs a {
	padding: 2px;
	display: block;
	border: 1px dashed #333;
}

#thumbs ul li.selected a {
	border: 1px dashed #333;
}

#thumbs a:focus {
	outline: none;
}

#thumbs ul img {
	border: none;
	display: block;
	width: 58px;
}

.pagination {
	clear: both;
}

#thumbs .top {
	margin-bottom: 16px;
	height: 11px;
}

#thumbs .bottom {
	margin-top: 12px;
}

.pagination a,.pagination span.current,.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

.pagination a:hover {
	
}

.pagination span.current {
	border: none;
}

.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

#footer {
	background-image: url(images/line.png);
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	color: #999;
	padding: 10px 10px 20px;
	font-size: 0.95em;
}

#footerIn {
	width: 940px;
	margin: 0px auto;
	padding: 0;
	display: block;
}

.copyRight {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

.copyRight li {
	margin: 0px 0px 0px 10px;
	display: inline;
}

.copyRight li a {
	margin: 0px;
}

#logoV {
	width: 53px;
	height: 45px;
	background-image: url(images/logoVBlanco.png);
	background-repeat: no-repeat;
	float: right;
	margin: 10px 0px 0px 20px;
}