/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	background-image:url(../img/fondo_page.gif);
	background-color:#4e4e4e;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
A:link {text-decoration: none; color:#FFFFFF;}
A:visited {text-decoration: none; color:#FFFFFF;}
A:active {text-decoration: none; color:#FFFFFF;}
A:hover {text-decoration: underline; color:#FFFFFF; }

#contenedor{
	width:769px;
	padding-top:35px;
	margin:0 auto 0 auto;
}

#top{
	background:url(../img/background_top.jpg) no-repeat;
	height:37px;
	width:769px;
}

#menu{
	background: url(../img/background_top.png) no-repeat;
	height:123px;
}

#menu img {
	cursor:pointer;
}

#fotos {
	height:190px;
	background:url(../img/background-left-menu.png) no-repeat left;
	padding-left:135px;
}
.pagina{
	background: #232323;
	min-height:300px;
	text-align:left;
	padding-top:110px;
	margin-bottom:15px;
}

#texto{
		text-align:left;
}

.titulo{
	font-size:19px;
	font-weight:bold;
	padding-bottom:20px;
}

/*  lightbox */
#lightbox{
	background-color: #8D8D8D;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#lightbox img{ border: none; } 
#overlay img{ border: none; }
.thumbnail {
	margin-bottom:15px;
	margin-right:10px;
	padding:7px;
	background: #232323;
}
.caption a{
	color:#FF8D00;
	font-weight:bold;
}


/* BARRAS */
#actuaciones{
	background-image: url(../img/barras/actuaciones.png); background-repeat:no-repeat;
}
#contacto{
	background-image: url(../img/barras/contacto.png); background-repeat:no-repeat;
}
#espectaculos{
	background-image: url(../img/barras/espectaculos.png); background-repeat:no-repeat;
}
#galeria{
	background-image: url(../img/barras/galeria.png); background-repeat:no-repeat;
}
#quienes{
	background-image: url(../img/barras/quienes-somos.png); background-repeat:no-repeat;
}
#servicios{
	background-image: url(../img/barras/servicios.png); background-repeat:no-repeat;
}

.volver a {color: #E8D200; font-size:14px; font-weight:bold;}
