html {
	background: #8ECC8D url("../images/glesc_03.jpg") 0 0 repeat-x fixed;
	background-position: bottom;
}

body {
	height: 100%;
}

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

a:hover {
	color: #FFF600;
}

.fundo-fotos {
	position: absolute;
	left: 0px;
	width: 100%;
}

.black_overlay{
	text-align: center;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
	color: #fff;
    z-index:4999;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
	overflow: hidden;
}

#expose_middle {
	width: 100%;
	position: absolute;
	top: 50%;
	background-color: #000;
}

#expose_inner {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
	background-color: #fff;
	color:#000;
	font-weight:bold;
	font-size: 16px;
}

#walk {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 239px;
	height: 181px;
	margin-left: -100px;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(../images/walk.png);
}

#foto-top {
	position: relative;
	top: 0px;
	width: 105px;
	height: 192px;
	margin-left: 900px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(../images/fundos-fotos-top-right.png);
	z-index: 1001;
}

.fundo-fotos2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}

#ft {
	position: relative;
	right: 0px;
	bottom: 0px;
	float: right;
	text-align: right;
	font-size:120%;
	color: #ccc;
}

#foto-bottom {
	position: relative;
	bottom: 0px;
	width: 526px;
	height: 193px;
	background-repeat: no-repeat;
	background-image: url(../images/fundos-fotos-bottom.png);
}

#hd-logo {
	height: 301px;
	width: 950px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/glesc_01.jpg);
}

/* MENU */

#hd-menu {
	height: 114px;
	width: 530px;
	padding: 0px;
	margin: 0px;
	top: 145px;
	float: right;
	position: relative;
	z-index: 1000;
}
 
#hd-menu a{
	float: right;
	height: 57px;
	z-index: 1000;
}

a#menu-sobre_nos {
	width: 179px;
	background-repeat: no-repeat;
	background-image: url(../images/menu/sobre_nos.jpg);
}

a#menu-sobre_nos:hover {
	background-position: -179px 0px;
}

a#menu-imprensa {
	width: 174px;
	background-repeat: no-repeat;
	background-image: url(../images/menu/imprensa.jpg);
}

a#menu-imprensa:hover {
	background-position: -174px 0px;
}

a#menu-artistas {
	width: 145px;
	background-repeat: no-repeat;
	background-image: url(../images/menu/artistas.jpg);
}

a#menu-artistas:hover {
	background-position: -145px 0px;
}

a#menu-portfolio {
	width: 174px;
	background-repeat: no-repeat;
	background-image: url(../images/menu/portfolio.jpg);
}

a#menu-portfolio:hover {
	background-position: -174px 0px;
}

a#menu-contacto {
	width: 145px;
	background-repeat: no-repeat;
	background-image: url(../images/menu/contacto.jpg);
}

a#menu-contacto:hover {
	background-position: -145px 0px;
}

/* END MENU */

#bd {
	position: relative;
	top: -75px;
	z-index: 0;
}

#title {
	font-family: Verdana;
	font-style: italic;
	margin-left: 50px;
	margin-bottom: 5px;
	font-size:250%;
	font-weight: bold;
	color: #30312F;
	text-shadow: #fff 1px 1px 10px;
}

#content-capsule, .content-capsule-top, .content-capsule-bottom {
	margin-left: 4px;
	margin-right: 4px;
}

#content-capsule {
	width: 941px;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-y;
	background-image: url("../images/content-bg.png");
}

.content-capsule-top {
	width: 934px;
	height: 28px;
	background-repeat: no-repeat;
	background-image: url("../images/content-border-top.png");
}

.content-capsule-bottom {
	width: 934px;
	height: 28px;
	background-repeat: no-repeat;
	background-image: url("../images/content-border-bottom.png");
}

#content {
	width: 860px;
	color: #fff;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
}

#content p {
	font-family: Arial;
	padding-top: 25px;
	padding-right: 40px;
	font-size: 110%;
	letter-spacing: 2px;
}

.yui-u div.first {
	width: 10px;
}

.yui-g {
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 9px;
	padding-right: 9px;
	background-repeat: repeat-y;
	background-image: url("../images/content-bg.png");
}

.yui-gc {
	min-height: 500px;
}

/* GALERIA */
#gallery-back {
	float: right;
	position: relative;
	width: 58px;
	height: 37px;
	margin-top: 3px;
	margin-right: 40px;
	background-position: 0 -35px;
	background-repeat: no-repeat;
	background-image: url("../images/voltarB.png");
}

#gallery-back:hover {
	background-position: 0 0;
	background-image: url("../images/voltarB.png");
}

#gallery-category {
	float: left;
	position: relative;
	width: 874px;
	margin-left: 30px;
}

#gallery-category .scroll-left, #gallery-category .scroll-right {
	display: block;
	height: 100px;
	width: 33px;
	top: 0px;
	position: relative;
	background-color: #3B553B;
	background-repeat: no-repeat;
	z-index: 100;
	background-position: 0px -10px;
	cursor: pointer;
}

#gallery-category a.scroll-left {
	float: left;
	left: 0px;
	background-image: url(../images/scroll-left.jpg);
}

#gallery-category a.scroll-left:hover {
	background-position: 0px -125px;
}

#gallery-category a.scroll-right {
	float: right;
	right: 0px;
	background-image: url(../images/scroll-right.jpg);
}

#gallery-category a.scroll-right:hover {
	background-position: 0px -125px;
}

#gallery-category .scroll-cat-box {
	
	width: 874px;
}

#gallery-categories li {
	padding-top: 5px;
	padding-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	
	text-align: left;
	display: inline;
	list-style-type: none;
	float: left;
	width: 235px;
}

#gallery-categories li p{
	margin-top: 5px;
}

#gallery-categories {
	margin-top: 7px;
	margin-left: 33px;
	text-align: center;
	float: left;
}

#gallery-categories img{
	border: 2px solid #fff;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#gallery {
	width: 900px;
	overflow: auto;
	float: right;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
#gallery p {
	padding-bottom: 20px;
}
#gallery .gal-items li {
	width: 100px;
	height: 100px;
	text-align: center;
	display: inline;
	list-style-type: none;
	float: left;
	padding: 5px;
	
	margin-left: 30px;
	margin-right: 30px;
	/*border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;*/
}

#gallery .gallery-content {
}

#gallery .gallery-content h3 {
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 40px;
	font-size: 140%;
}

#gallery .gallery-content p {
	text-align: left;
	font-family: Arial;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 40px;
	font-size: 100%;
	letter-spacing: 2px;
}

#gallery .gallery-content img {
	border: 2px solid #fff;
}

#gallery .gallery-content2 p{
	font-family: Arial;
	padding-top: 25px;
	padding-right: 50px;
	padding-left: 40px;
	font-size: 100%;
	letter-spacing: 2px;
	text-align: left;
}

/* END GALERIA */

.side-image, #content img {
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #FFF;
}

.side-image {
	float: right;
}

#bigbox {
    overflow: hidden;
	margin-left: 4px;
	margin-right: 4px;
	width: 890px;
	height: 128px;
}

#slideshow {
	background-color: #000;
	margin-left: 18px;
	height: 128px;
	width: 3800px;
}

.mini-slide-item {
	width: 160px;
	height: 128px;
}

/* FORMULARIOS */

form.cmxform fieldset {
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  text-align: right;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  float: left;
  width: 340px;
  text-align: right;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
float: left;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #E8A92A;
}
form.cmxform textarea, form.cmxform input {
	background-color: #89B888;
	border: solid 1px #fff;
	width: 250px;
}
form.cmxform label {
  width: 70px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.cmxform .note {
	margin-bottom: 0px;
	margin-top: 0px;
}

form.cmxform .btn-link-holder {
	float: right;
	padding: 5px;
}

form.cmxform .btn-link-holder input{
	width: 100px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
