@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #424141;
}
body {
	background-color: #1a1918;
}
h1 {
	font-size: 24px;
	color: #2c2c2c;
	/* [disabled]margin-left: 40px; */
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	color: #2c2c2c;
	margin-bottom: 0px;
	margin-top: 0px;
}
a:link {
	color: #656565;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #656565;
}
a:active {
	text-decoration: none;
	color: #656565;
}
a:hover {
	text-decoration: none;
	color: #949494;
}
a {
	font-weight: bold;
}
/*Compatibilidad con HTML 5: define nuevas etiquetas HTML 5 como display:block para que los navegadores sepan cómo procesar las etiquetas correctamente. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
header {
	width: 1000px;
	left: 50%;
	position: absolute;
	margin-left: -500px;
	height: 20px;
	top: 76px;
	text-align: right;
}
input, textarea {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow:0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 4px #000000;
	box-shadow:0px 0px 4px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	opacity:0.72;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=72);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity=72);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/	/*All filters must be placed together*/
	color: #656565;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.boton {
	color: #FFF;
	background-color: #656565;
	text-align: center;
	cursor:pointer;
}

#contenido {
	width: 978px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 96px;
	border: 1px solid #5e5d5d;
	height: 480px;
	padding: 10px;
}
#contenido section {
	background-color: rgba(255,255,255,0.8);
	width: 500px;
	height: 460px;
	padding-right: 100px;
	padding-left: 60px;
	padding-top: 20px;
}
#contenido #lg {
	position: absolute;
	z-index: 2;
	width: 240px;
	top: 120px;
	height: 140px;
	right: 140px;
}
#contenido nav {
	position: absolute;
	z-index: 2;
	width: 230px;
	top: 260px;
	height: 130px;
	right: 100px;
	color: #FFF;
}
#contenido nav li {
	list-style-type: none;
}
nav ul li a:link, nav ul li a:active, nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	display: block;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6a6a6a;
	text-shadow:1px 1px 0px rgba(0,0,0,0.6);
	list-style-position: inside;
	list-style-image: url(../i/vineta.png);
	padding-left: 16px;
	padding-top: 8px;
	background-image: url(../i/vineta.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}
nav ul li a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	display: block;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6a6a6a;
	text-shadow:1px 1px 0px rgba(0,0,0,0.6);
	list-style-position: inside;
	list-style-image: url(../i/vineta.png);
	padding-left: 16px;
	padding-top: 8px;
	background-image: url(../i/vineta.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-color: #000;
}
nav ul li ul li a:link, nav ul li ul li a:active, nav ul li ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6a6a6a;
	text-shadow:1px 1px 0px rgba(0,0,0,0.6);
	list-style-position: inside;
	list-style-image: url(../i/vineta.png);
	padding-left: 16px;
	padding-top: 4px;
	background-image: url(../i/vineta.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	font-weight: normal;
}
nav ul li ul li a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6a6a6a;
	text-shadow:1px 1px 0px rgba(0,0,0,0.6);
	list-style-position: inside;
	list-style-image: url(../i/vineta.png);
	padding-left: 16px;
	padding-top: 4px;
	background-image: url(../i/vineta.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-color: #000;
	font-weight: normal;
}
footer {
	width: 1000px;
	left: 50%;
	position: absolute;
	margin-left: -500px;
	height: 20px;
	top: 600px;
	text-align: right;
}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
	/* [disabled]background-color: #FFFFFF; */
	padding: 10px;
	width: 520px;
	margin-left: 12px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #424141;
	border-right-color: #424141;
	border-bottom-color: #424141;
	border-left-color: #424141;
	}
	#gallery ul a:hover img {
	border: 5px solid #8D8B8B;
	border-width: 5px 5px 20px;
	color: #8D8B8B;
	}
	#gallery ul a:hover {
	color: #8D8B8B;
}
