@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic);
/* 
    Document   : stweets
    Created on : 30-abr-2013, 18:24:35
    Author     : alexcor1
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

a{
	color: #aaa;
}

a:hover,
a:active{
	color: #a24f79;
	text-decoration: underline;
}


div#stweet-mapa-data a{
	color: black;
}

div#stweet-mapa-data a:hover,
div#stweet-mapa-data a:active{
	color: #381a29;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	color: #DDB039;
	font-weight: bolder;
	clear: both;
	margin-top: 1.5em;
	line-height: 1.5em;
}
h1 {
	margin-top: 2em;
}

article#article-main {
	font-family: Ubuntu, Verdana, sans-serif;
}

article#story p {
	/** clear: both; */
	color: #33949D;
	font-size: 14pt;
	text-justify: auto;
}


article#article-main p {
	clear: both;
	color: #5AA9B0;
	font-size: 14pt;
	text-justify: auto;
}

#content
{
	/** margin-top: 50px;	 */
}
.navbar-default{
	background: url('/assets/VR/img/noise.png') repeat left top #5aa9b1;
	border-color: #5aa9b1;
	color: #fff;
}

.navbar-brand{
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand{
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-brand:hover{
	color: #E6D9B7;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: #E6D9B7;
	color: darkred;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #E6D9B7;
	color: darkred;
}


.container .jumbotron{
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.jumbotron .page-header{
	color: #fff;
}

.jumbotron h1 small{
	color: #EC539F;
}

.btn{
	background-image: none;
}

.btn-success,
.btn-info,
a.comment-reply-link{
	background-image: none;
	background-color: #692547;
	border-color: #692547;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
a.comment-reply-link:hover,
a.comment-reply-link:active,
a.comment-reply-link:focus{
	background-color: #692547;
	border-color: #692547;
}

.btn-primary,
.form-submit input[type='submit']{
	background-image: none;
	background-color: #EC539F;
	border-color: #EC539F;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.form-submit input[type='submit']:hover,
.form-submit input[type='submit']:active,
.form-submit input[type='submit']:focus{
	background-color: #EC539F;
	border-color: #EC539F;
}

.btn-default{
	background-image: none;
	background-color: #690537;
	border-color: #690537;
	color: #fff;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus{
	background-color: #690537;
	border-color: #690537;
	color: #fff;
	margin: 0px 0 40px;
	clear: both;
}

.page-header{
	margin-top: 0px; 
	border-bottom-width: 0;
	margin-bottom: 5px;
	color: #5aa9b1;
	clear: both;
}

.home #main p.meta{
	color: #ffffff;
}

#main article{
	border-bottom-color: #B5095F;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #E80C7A;
	border-color: #E80C7A;
}

#stweet-mapa-marc{
/**	width: 275px; */
/**	height: 506px; */
	width: 100%;
	/* height: 100%; */
	float: right; 
	background-color: #E6D9B7; 
	border: 10px  outset #E6D9B7;
}
#stweet-mapa-data {
	font-size: 12pt;
	line-height: 1.4em;
	color: darkblue;
	text-align: left;
	padding: 1em;
	overflow: auto;
}

#stweet-mapa-data h5 {
	margin: 0 0 20px 0;
	color: darkblue;
	font-family: Ubuntu, Verdana, sans-serif;
	line-height: 0.9em;
	letter-spacing: 0.02em;
	font-size: 14pt;
	/** text-transform: uppercase; */
	text-shadow: none;
	text-decoration: underline;
/**	margin-bottom: -0.5em; */
}

#historia-bandols-taula {
	color: wheat;
	font-size: 0.66em;
	
}

.imginfra {	
	width: 48px;
	height: 48px;
	border: none !Important;
	box-shadow: none !Important;
	margin-right: 8px;
}
/**
 * Blood theme for reveal.js
 * Author: Walther http://github.com/Walther
 *
 * Designed to be used with highlight.js theme
 * "monokai_sublime.css" available from
 * https://github.com/isagalaev/highlight.js/
 *
 * For other themes, change $codeBackground accordingly.
 *
 */
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
	background: #222222;
	background: -moz-radial-gradient(center, circle cover, #626262 0%, #222222 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #626262), color-stop(100%, #222222));
	background: -webkit-radial-gradient(center, circle cover, #626262 0%, #222222 100%);
	background: -o-radial-gradient(center, circle cover, #626262 0%, #222222 100%);
	background: -ms-radial-gradient(center, circle cover, #626262 0%, #222222 100%);
	background: radial-gradient(center, circle cover, #626262 0%, #222222 100%);
	background-color: #2b2b2b; }

.reveal {
	font-family: Ubuntu, Verdana, sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #eeeeee; }

::selection {
	color: white;
	background: #3B939F;
	text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
	margin: 0 0 20px 0;
	color: #eeeeee;
	font-family: Ubuntu, Verdana, sans-serif;
	line-height: 0.9em;
	letter-spacing: 0.02em;
	/** text-transform: uppercase; */
	text-shadow: 2px 2px 2px #222222; }

.reveal h1 {
	text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
	color: #3B939F;
	text-decoration: none;
	-webkit-transition: color .15s ease;
	-moz-transition: color .15s ease;
	-ms-transition: color .15s ease;
	-o-transition: color .15s ease;
	transition: color .15s ease; }

.reveal a:not(.image):hover {
	color: #5aa9b1;
	text-shadow: none;
	border: none; }

.reveal .roll span:after {
	color: #fff;
	background: #6a1520; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
	margin: 15px 0px;
	background: rgba(255, 255, 255, 0.12);
	border: 4px solid #eeeeee;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear; }

.reveal a:hover img {
	background: rgba(255, 255, 255, 0.2);
	border-color: #3B939F;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
	border-right-color: #3B939F; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
	border-left-color: #3B939F; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
	border-bottom-color: #3B939F; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
	border-top-color: #3B939F; }

.reveal .controls div.navigate-left.enabled:hover {
	border-right-color: #5aa9b1; }

.reveal .controls div.navigate-right.enabled:hover {
	border-left-color: #5aa9b1; }

.reveal .controls div.navigate-up.enabled:hover {
	border-bottom-color: #5aa9b1; }

.reveal .controls div.navigate-down.enabled:hover {
	border-top-color: #5aa9b1; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
	background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
	background: #3B939F;
	-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
	-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
	-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
	-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
	transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
	color: #3B939F; }

.reveal p {
	font-weight: 300;
	text-shadow: 1px 1px #222222; }

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
	font-weight: 700; }

.reveal a:not(.image),
.reveal a:not(.image):hover {
	text-shadow: 2px 2px 2px #0e2c2f; }

.reveal small a:not(.image),
.reveal small a:not(.image):hover {
	text-shadow: 1px 1px 1px #0e2c2f; }

.reveal p code {
	background-color: #23241f;
	display: inline-block;
	border-radius: 7px; }

.reveal small code {
	vertical-align: baseline; }






article#wiki {
	font-family: Ubuntu, Verdana, sans-serif;
	font-size: 14pt;
	text-justify: auto;
	color: #5AA9B0;
 
}
	
article#wiki p {
	clear: initial;
}

article#wiki table {
		border-collapse: separate;
		border-spacing:0.25em 0.5em;
		font-size: 95%
}

article#wiki table tr th.apartat {
	background-color: #5AA9B0;
	color: #fff;
	text-align: center;
	font-weight: bolder;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}



article#wiki table tbody tr th {
	margin-top: 1.5em;
	width: 40%;
	font-weight: 400;
	color: #D4E7E9;
	border-bottom: #333 1px solid;

}


article#wiki table tbody tr td {
	font-size: 85%;
	border-bottom: #333 1px solid;

}


.wiki_image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
  }
  
.wiki_image_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
  }
  