/* SPIP-STYLE                                              version 1.9  */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */
/* para eliminar los botones de spip*/
.spip-admin-float {
	display: none;
}

/* Cuerpo de las paginas*/
body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #858585;
	align: center;
	margin-top: 15px;
}
a {
	color: #999;	
}
a:link {
	color: #EBE9ED;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
table {
	align: center;
}
.mapa {
	width: 948px;
	height: 450px;
}
.mapa2 {
	float: right;
	width: 650px;
	height: 650px;
}
.mapa_sommaire {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
/* Menu cabecera*/
.invertedshiftdown{
	padding: 0;
	width: 100%;
	border-top: 5px solid #242424; /*Red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown ul{
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.invertedshiftdown li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	background-color: #242424; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;

}

.invertedshiftdown a:hover {
	background-color: #000000; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: #654532;
}

.invertedshiftdown .current a { /** currently selected menu item **/
	background-color: #000000; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: #654532;
}

/* Ultimos paisajes */
.titulo {
	color: #4e3627;
	font-size: 1.70em;
}
.titulo_article {
	background-image: url("http://www.madridsoundscape.org/squelettes/img/fondo_titulo.jpg");
	background-color:#1f1f1f;
	width: 350px;
	height: 22px;
	font-size: 1.50em;
	color:#1f1f1f;
}
.titulo_article_det {
	font-size: 2.00em;
	color:#4E4E4E;
}
.titulo_article_doc {
	font-size: 1.60em;
	color:#4E4E4E;
}
.lista {
	margin: 0; 
	padding: 0; 
	font-size: 1.10em; 
	color: #4E4E4E;
	padding: 0;
}
.lista2 {
	list-style-image:url('#URL_SITE_SPIP/squelettes/img/img_listas.png');
	border-bottom-width:thick;
	margin: 5px 0 8px;
}
.texto_doc {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ultimos{
	width:470px;
	text-align: center;
}
#frameultimos{
	border: 2px solid #4e3627;
	width:648px;
	height:390px;
	text-align: center;
}
#frameleyenda{
	border: 2px solid #4e3627;
	width:458px;
	height:250px;
	text-align: center;
}
.page_itunes{
}
.caja_itunes{
	text-align: center;
}
.control_itunes{
	margin:20px;
	cursor:pointer;
}
#ultimos_itunes{
	position:absolute;
	left:-320px;
	top:50;
	width:2230px;
}
.articulo_itunes{
	text-align: left;
	width:400px;
	height:265px;
	padding: 5px;
	background-color:#0a0a0a;
	border: 1px solid #4e3627;
	margin:10px;
	float:left;
	overflow:hidden;
}
.form_archivos{
	text-align: left;
	width:400px;
	height:160px;
	padding: 2px;
	background-color:#0a0a0a;
	border: 2px solid #4e3627;
	margin:5px;
	float:left;
	overflow:hidden;
}
.form_coordenadas{
	text-align: left;
	width:400px;
	height:110px;
	padding: 2px;
	background-color:#0a0a0a;
	border: 2px solid #4e3627;
	margin:5px;
	float:left;
	overflow:hidden;
}
.form_descripcion{
	text-align: left;
	width:400px;
	height:340px;
	padding: 2px;
	background-color:#0a0a0a;
	border: 2px solid #4e3627;
	margin:5px;
	float:left;
	overflow:hidden;
}
.form_licencia{
	text-align: left;
	width:400px;
	height:130px;
	padding: 2px;
	background-color:#0a0a0a;
	border: 2px solid #4e3627;
	margin:5px;
	float:left;
	overflow:hidden;
}
.form_fecha{
	text-align: left;
	width:400px;
	height:195px;
	padding: 2px;
	background-color:#0a0a0a;
	border: 2px solid #4e3627;
	margin:5px;
	float:left;
	overflow:hidden;
}

.articulo{
	text-align: left;
}
#pie_pagina {
	border-top: 2px solid #4e3627;
	width: 948px;
}
.elemento_pie {
	float:left;
	margin-left: 25px;
	margin-top: 10px;
}
.link_tit {
	color: #999;
}
.titulo_enlaces {
	color: #4e3627;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.titulo_enlaces2 {
	font-size: 16px
}
.txt_descargar {
	font-size: 2.00em;
	color:#4E4E4E;
}

/* Google Map */
.login{
	background-color:#0a0a0a;
	border: 2px solid #4e3627;
	padding: 5px;
	width:400px;
	height:250px;
	text-align: center;
}
/* Tabs */
.menu_tabs {
	border-top: 5px solid #1e201d;
	width: 100%;
}
.tab1{
	width:185px;
	height:35px;
	float:left;
	padding-top:7px;
	margin: o 5px 0 0;
	background-image:url("http://www.madridsoundscape.org/squelettes/img/tab1.png");
	background-repeat:no-repeat;
}
.tab2{
	width:185px;
	height:35px;
	float:left;
	padding-top:7px;
	margin: o 5px 0 0;
	background-image:url("http://www.madridsoundscape.org/squelettes/img/tab2.png");
	background-repeat:no-repeat;
}
.menu_tabs a{
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	
}
.menu_tabs a:hover{
	font: bold 12px Arial;
	color: #858585;
	text-decoration: none;
}
.mapa2 {
	width: 948px;
	height: 35px;
}