@charset "utf-8";
/* CSS Document dark.css*/

* {
	margin:0;
	padding:0;
	}
body { 
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	margin:0 0.8em 0.8em 0.8em;
  	background-color:#515151; /*#666;*/
	text-align:center;
	}

#container {
	position:relative;
	margin:0 auto;
	text-align:left;
}
/*Cabecera*/
#masthead{
	position:relative;
	height:35px;
	padding: 0.4em 1.2em;
	/*height:15.4em Si queremos fijar el alto y que sea elastico Cada 1em viene a ser 16px
	   aunque aqui por el body font:62,5 un em equivale a 10px. */
}

#masthead h1 {
	margin:0;
	padding:0;
	float:left;
	line-height:35px;
	height:35px;
	vertical-align:middle;
	font-weight:normal;
}

#masthead h2 {
	margin:0;
	padding:0 0 0 1em;
	float:left;
	font-weight:normal;
	line-height:35px;
	height:35px;
	vertical-align:middle;
	color:#faa819;
}

#masthead h1 a:link, #masthead h1 a:visited, #masthead h1 a:hover {
	color:#93c0dd; /*#7298c0;*/
	font-weight:bold;
	text-decoration:none;
	background:none;
	}

#menu {

}
#mainImg {
	/*background:#ccc;*/
	margin: 0 0 0.8em 0;
}
#descripImg {
	width:80em;
	margin:0.4em auto;
	padding:0;
	clear:both;
	text-align:left;
	/*border: 1px solid #ddd;*/
	border:none;
}
#descripImg h2 {
	text-align: center;
  	font-size: 1.4em;
	font-weight:bold;
	margin:0;
	padding:0;
}

#InfoComment {
	position:relative;
	/*background:#515151;*/
}
#commentPublicados {
	width:80em;
	margin:0.4em auto;
	padding:0;
	clear:both;
	text-align:left;
	/*border: 1px solid #ddd;*/
	border:none;
	background:#515151;
}

#commentPublicados ul {
	list-style:none;
	margin:0;
	padding:0;
	}	
#commentPublicados ul li {
	margin-bottom:10px;
	background-color:#999;
	border-left:3px solid #222;
	padding:8px;
	}

#comment {
	position:relative;
	width:100%;
	margin:4em 0;
	/* Con display:block; y  visibility:visible; muestra la informacion
		Con display:none; y visibility:hidden; la oculta, sin ocupar espacio
	*/
}

#info {
	position:relative;
	clear:both;
	/*float:left;*/
	width:100%;
	margin:4em 0;
	
	/* Con display:block; y  visibility:visible; muestra la informacion
		Con display:none; y visibility:hidden; la oculta, sin ocupar espacio
	*/
	display:block;
	visibility:visible;
}

/*Lo usa para añadir relleno semifluido en info y comment sin afectar al fondo*/

.shell {
	margin:0 0 0 0em;
	width:48%;
	border: 1px solid #ccc;
	background:#444;
	float:left;
	}
.shellright {
	margin:0 0 0 0.7em;
	width:48%;
	border: 1px solid #ccc;
	background:#444;
	float:right;
	}
.shellright img {
	padding: 2em;
}
.shell ul {
	list-style: none;
	color:#eee;
	padding-bottom:1em;
}

.shell ul li {
	margin:0.4em 0.4em 0.8em 0.4em;
	
}

.shell ul a:hover{
  text-decoration: underline;

}

.shellright form {
	margin:0.7em;
	color:#eee;
}
.shell ul a {
  /*display: block;*/
  float: left;
  padding:0 0.5em;
  margin:0;
  /*Imagen que pone un borde en el lado izquierdo del enlace: ********* background: url(images/mainNavBorder.gif) repeat-y left top;*/
  text-decoration: none;
  color: #fff;
}

/* utilizado en image_template en el desplegable de comentarios*/
.comentario ul{
	list-style: none;
	color:#eee;
	margin:0;
	padding:0;

}
.comentario ul li {
	margin-bottom:10px;
	background:#515151;
	border-left:3px solid #222;
	padding:8px;
	
}

.content {
	padding:10px;
	line-height:160%;
	}

#footer {
	padding: 0.6em 0 1em;
	clear:both;
   text-align:center;
   color:#eee;
   /*border-top:1px solid #000;*/

}

#footer h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
}
#footer a {
	color:#93c0dd;
	text-decoration:none;
	}

#footer a:hover {
	color:#515151;/*#faa819;*/
	background:#c5c5c5; /*Linea añadida respecto a dark.css*/
	text-decoration:none;
	}
/*Establecemos anchos minimo y maximo en el/los div que engloban al resto de contenidos */
#container {

	min-width: 740px;
	max-width: 1400px; 
}



h1 {
  font-size: 2.2em;
  font-weight: normal;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
}

h3 {
    font-size: 1.2em;
	margin:0;
	background:#999;
	padding:0 0 0 1em;
	border-bottom:1px solid #000;
}

ul {
  list-style: none;
  padding-left:1em;
}
p, li {
  font-size: 1.2em;
}

h1, h2, h3, p {
  margin: 1em 0;
}

a:link, a:visited {
color:#eee;
text-decoration:none;
}

a:hover, a:active {
color:#faa819;
text-decoration:underline;
}

a.showPhoto:link, a.showPhoto:visited {
	color:#eee;
	text-decoration:none;
	}
a.showPhoto:hover, a.showPhoto:active {
	color:#faa819;
	text-decoration:underline;
	}

/* mainNav
=======================*/

/* Lo uso para destacar la opcion de menu en la pagina actual
   Desahbilito cursor:default por que estando en inicio pinchar en inicio nos lleva a la ultima foto */
#bdimage #mainNav .bdimage a,
#bdabout #mainNav .bdabout a,
#bdbrowse #mainNav .bdbrowse a
{
	background:#999;
	color:#fff;
	/*cursor:default;*/
}
#menu ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  /*background: #999; */
  list-style: none;
  text-transform: uppercase;
  font-size:0.8em;
}

#menu ul li {
  float: left;
}

#menu ul li.derecho {
  float: right;
}

#menu ul a {
  display: block;
  float: left;
  padding: 0 2em;
  line-height: 2.1em;
  /*Imagen que pone un borde en el lado izquierdo del enlace: ********* background: url(images/mainNavBorder.gif) repeat-y left top;*/
  text-decoration: none;
  color: #fff;
}

#menu ul a:hover {
  color: #faa819;
  background:#333;
}
/******************* Usar para quitar la imagen de fondo  de #menu ul a *****************************
#menu ul .first a {
  background: none;
}
*/
#menu ul .first a:hover{
  background: #666;
}
/*    **********************************            */

#mainImg {
	position:relative;
	width:100%;
	clear:both;
	text-align:center;
	border:none; /* Esta linea no esta en light.css, siendo la unica diferencia*/
	}

/* Separa imagen de la parte superior y crea un marco */	
img.foto_grande
{
	margin-top:0.7em;
	/*padding: 0.1em;*/
	border: solid 0.1em #000;
	/*background:#000;*/
}
	
.smallImg {
display: block;
margin: 5px auto;

}
#details, #comments {
	width:100%;
	display:none;
	clear:both;
	}
.details, .commentForm {
	margin-left:400px;
	margin-bottom:100px;
	}

#EXIF {
	position:absolute;
	z-index:10;
	width:200px;
	top:0.8em; /* =.7em que tiene de margen img.foto_grande mas 0.1em del borde */
	left:0.1em; /* El tamaño del borde */
	text-align:left;
	background-color:#FFF;
	color:#111;
	display:none;
	font-size:1em;
	}
#EXIF .title {
	background-color:#CCC;
	margin:0;
	padding:4px 10px;
	}
#EXIF .title .links {
	float:right;
	}
#EXIF .title .links a:link, #EXIF .title .links a:visited {
	color:#333;
	background:none;
	font-weight:bold;
	}
#EXIF .title .links a:hover {
	color:#000;
	background:none;
	}
/*Especifico de Browse template*/
.mainBody {
	width:100%;
	clear:both;
	padding-top:2em;
	}
/*.archive {
	width:80em;
	margin:0 auto;
	}*/
.archive {
	width:95%;
	margin:0 auto;
	}

.archive h2 {
	margin:0;
	padding:0;
	font-size:1.0em;
	font-weight:bold;
	color:#f6f6f6;
	}
	
.thumbs a {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	}
.thumbs a img {
	border:none;
	}
.tags {
	margin-bottom:10px;
	}
/*Fin especifico de browse template*/
/*Usado en about template*/
#bdabout li {
	color:#eee;
	}
.columnleft {
	width:47%;
	float:left;
	margin:0 1%;
	}
.columnright {
	width:47%;
	float:right;
	margin:0 1%;
	}
.columnright a {
	color:#93c0dd;
	text-decoration:none;
	}

.columnright a:hover {
	color:#515151;/*#faa819;*/
	background:#c5c5c5; /*Linea añadida respecto a dark.css*/
	text-decoration:none;
	}

.column a {
	color:#93c0dd;
	text-decoration:none;
	}

.column a:hover {
	color:#515151;/*#faa819;*/
	background:#c5c5c5; /*Linea añadida respecto a dark.css*/
	text-decoration:none;
	}


