/* CSS 
BURRIANACULTURA.ES todos los derechos SON libres para esta hoja de estilo, puedes usarla para lo que quieras ;) JhonnyT.com usamos CSS EDIT
 */

/* @group elementos_diseño */

body {
	background-color:#fff;
	background-image:url(../images/backgrounds/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#777;
	margin:0;
	font: normal 75% Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}

* {
	padding:0;
	margin:0
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



/* @end */

/* @group menu */

#menu_principal {
	height:69px;
	
}

#menu_principal h1 {
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Verdana;
	font-size:250%;
	color:#333;
	letter-spacing:-1px;
	padding:15px 50px 0 10px;
	float:left;
	border-right:1px solid #eee;
}
#menu_principal h1 a {
	color:#000;
	text-decoration:none;
}
#menu_principal h3 {
	padding:33px 0 5px 40px;
	font-size:100%;
	color:#ccc;
	font-weight:normal;
	margin: 0 0 0 270px; /* Adjust this value for the space between the site title and the slogan */
	border-right:1px solid #eee;
}



/* @end */

/* @group sub menus */

/* @group menu */

#lista_menu {
	margin:0 20px 0 0 !important;
	margin:0 10px 0 0;
	padding:0;
	float:right;
}

#lista_menu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#lista_menu li a {
	display:block;
	padding:5px 10px 14px 10px;
	margin:0 1px 0 1px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}



#lista_menu li a:hover, .active {
	
	color: #fff;
	font-weight: bold;
	background-color: #D4302F;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}



/* @end */

/* @group lateral */

#submenu_lateral {
	width:210px;
	
	padding:30px 20px 20px 20px;
	float:left;
	margin:-20px 0 0 0;
	text-decoration: none;
}

#submenu_lateral h1 {
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Verdana;
	font-size: 20px;
	color:#777;
	font-weight:normal;
	letter-spacing:-1px;
	text-decoration: none;
}

#submenu_lateral h1:hover {
	color: #000;
	letter-spacing:-1px;
	font: bold 20px "Century Gothic", "Trebuchet MS", Tahoma, Verdana;
}

#submenu_lateral a {
	color:#333;
}

#submenu_lateral p {
	font-size:90%;
	line-height:19px;
	margin:10px 0 10px 0;
}



/* @end */



/* @end */

/* @group contenidos_web */

#todo_contenido {
	width:770px;
	margin:0 auto 0 auto;
}

#contenidos_web {
	margin: 90px 0 0 250px;
	padding:30px 30px 20px 20px;
	background-color: black;
}

#contenidos_web h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:10px 0 20px 0;
	color:#D63E3d;
}
#contenidos_web h2 {
	font-size:16px;
	color:#333;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin:10px;
}

#contenidos_web p {
	line-height:20px;
	word-spacing:2px;
	padding:0 0 0 20px;
	text-indent:20px;
	margin:20px 0 20px 0;
}

#contenidos_web ul {
	margin:15px 0 15px 20px;
	padding:0;
	border-top:1px solid #eee;
}
#contenidos_web li {
	margin:10px 0 10px 0;
	padding:0 0 10px 15px;
	list-style:none;
	border-bottom:1px solid #eee;
	background-image:url(../images/backgrounds/li.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#contenidos_web #sideblock {
	width:180px;
	padding:10px;
	background-color:#fff;
	float:right;
	font-size:90%;
	margin:0 0 0 20px;

}
#content #sideblock h1 {
	text-transform:none;
	font-size:120%;
	color:#000;
	margin:0;
	letter-spacing:0;
}

#contenidos_web a:hover {
		background-color: #ff4855;
		color: #fff;
}

#contenidos_web a {
	color:#444;
	padding:2px;
	text-decoration:none;
}



/* @end */

/* @group otros */

.sidebarfooter {
	background-color:#eee;
	text-align:left;
	padding:7px 5px 7px 5px;
	font-size:80%;
}
.sidebarfooter a {
	background-color:#f6f6f6;
	padding:3px;
	text-decoration:none;
}
.sidebarfooter a:hover {
	color:#000;
	background-color:#fff;
}
#sideblock p {
	text-indent:0;
	line-height:17px;
	padding:5px;
	margin:5px 0 5px 0;
	color:#bbb;
}
#sideblock ul {
	margin:0 0 5px 5px;
	border:none;
}
#sideblock li {
	margin: 0;
	background-image:none;
	padding:0;
	border:none;
}
#sideblock li a {
	text-decoration:none;
	display:block;
	background-color:#fff;
	padding:5px 5px 5px 10px;
	color:#888;
}
#sideblock li a:hover {
	background-color:#f9f9f9;
	color:#666;
	background-image:url(../images/backgrounds/sideblock_li_a_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#sidebar_bottom {
	background-image:url(../images/backgrounds/sidebarbottom.jpg);
	height:53px;
}
blockquote {
	background-image:url(../images/backgrounds/bq.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px 35px 5px 5px;
	border:1px solid #eee;
	font-family:"Trebuchet MS", Tahoma, Verdana;
}
a:hover {
	text-decoration:none;
}

#footer {
	
	color: #aeaeae;
	text-align:center;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

	margin: 0;
	padding: 20px;
}
#footer a {
	color:#999;
}

#footer a:hover {
	background-color: #ff4855;
		color: #fff;
}

/* @end */

/* @group efectos */

/* @group lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.burrianacultura.es/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.burrianacultura.es/images/prevlabel.gif) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.burrianacultura.es/images/nextlabel.gif) no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ec383f;
	}



/* @end */



/* @end */
