body{
	font-family: "Liberation Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 4mm;
	margin: 0px;
	background-color: #F0F8FF;
	text-align:center;
	background: url(./fondo.png);
	background-repeat: repeat-x;
}

h1{
	font-family: Times, Georgia, serif;
	font-size: 1cm;
	/*font-variant: small-caps;*/
	color: #000080;
	font-weight: 900;
	font-style: italic;
}

h2{
	color: #08549a;
}

h2 a{
	color: #08549a;
	font-size: 25px;
}

h2 a:hover{
	color: #5087ba;
	font-size: 25px;
}



a{
	font-size: 4mm;
	text-decoration: none;
}

a:hover{
	color: red;
}

ul{
	list-style-image: url(./vinieta.png);
}

img{
	border: 20px;
}



input,textarea{
	border: dotted #4972a0 1px;
	margin-top: 10px;
}


hr{
	border: dotted 1px #cecace;
}


div.title{

}

div.content{
	width: 70%;
	text-align: justify;
	margin-left: 5%;
	margin-bottom: 1cm;
}

div.content h2{
	text-align: center;
}

h2.tituloFoto{
	/*margin-left: 50%;
	margin-right: 50%;*/
}

div.foot{
	font-size: 3mm;
	margin-top: 20mm;
	background: url(./fondo.png);
	background-repeat: repeat-x;
}

/*Links del pie*/
div.foot a{
	font-size: 3mm;
}

/*Links a licencia del contenido, Creative Commons*/
div.foot a.lice{
	color: #073B6F;
}

div.foot a.lice:hover{
	background-color: #fff;
}

/*Links a licencia Affero GPL*/
div.foot a.AGPL{
	color: #000D9F;
}

div.foot a.AGPL:hover{
	background-color: #fff;
}


/*Links a la validación XHTML y CSS*/
div.foot a.valid{
	font-size: 2.5mm;
	color: #455A6F;
}

/*Publicidad, exponsor*/
#exponsor a{
	color: #6F777F;
}



div.captcha{
	margin-top: 3mm;
	font-size: 4mm;
}

/* Envuelve el tag <img> de la foto */
div.foto{
	margin-top: 50px;
}


div.formularioComentario{
	text-align: center;
}


p.fechahoraComen{
	font-size: 3mm;
	color: #5e5b5b;
}

p.autorComen{
	font-size: 3mm;
	color: #053c74;
	font-weight: 900;
}

div.txtComen{

}

/*BBCODE*/

span.bbcodeI{
	font-style: italic;
}

span.bbcodeS{
	text-decoration: line-through;
}
/*BBCODE*/

span.fechaHora{
	font-size: 11px;
	color: #535252;
}

p.cantidadComen{
	font-size: 24px;
	margin-bottom: 2px;
}

/* ----- Inicio Menú con links a administración ---- */
#adminNuevaFoto{
	margin-top: 100px;
	border: solid 1px #1965bd;
	width: 150px;
	text-align: center;
}

#adminNuevaFoto a{
	color: #edf5fd;
	font-weight: 900;
	display: block;
	background-color: #6b9ed6;
}

#adminNuevaFoto a:hover{
	color: #1965bd;
	font-weight: 900;
	display: block;
	background-color: #adc6e6;
}



#admin{
	margin-top: 10px;
	border: solid 1px #1965bd;
	width: 150px;
	text-align: center;
}

#admin a{
	color: #edf5fd;
	font-weight: 900;
	display: block;
	background-color: #6b9ed6;
}

#admin a:hover{
	color: #1965bd;
	font-weight: 900;
	display: block;
	background-color: #adc6e6;
}



#adminSalir{
	margin-top: 10px;
	border: solid 1px #1965bd;
	width: 150px;
	text-align: center;
}

#adminSalir a{
	color: #edf5fd;
	font-weight: 900;
	display: block;
	background-color: #6b9ed6;
}

#adminSalir a:hover{
	color: #1965bd;
	font-weight: 900;
	display: block;
	background-color: #adc6e6;
}


/* ----- Inicio Menú con links a administración ---- */



p.dejarComen{
	font-weight: 900;
}

div.cuadroComen{
	margin-top: 10px;
}


a.powered{
	color: #00349d
}

a.powered:hover{
	color: #9d0404
}


