/* CSS Document */

/****************************************/
/*				COLORES					*/
/****************************************/
/* #424a52;					/* negro-azulado */
/* #d3470f;					/* naranja emotiu */
/* #e98158;					/* naranja sutil */
/* #333;					/* gris borde */
/* #EEE;					/* gris claro */


html {
	background-color: #FFF;
}

body {
	width: 960px;
	margin: 10px auto;	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #424a52;					/* negro-azulado */
}

#pie {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	width: 600px;
	position: relative;
	left: 320px;
}

#slideshow {
  width: 690px;
  height: 370px;
}

#slideshow_corto {
  width: 690px;
  height: 200px;
}

#map {
	border: 1px solid #333;					/* gris borde */
}

#streetview {
/*	background-image: url(../images/fondo_menu.jpg);
	background-position: top left;
	background-repeat: repeat; */

}

/**********************************************/

.cita {
	border-top: 1px solid #333;					/* gris borde */
	border-bottom: 1px solid #333;					/* gris borde */
	background-color: #EEE;					/* gris claro */
	padding: 5px;
	margin: 0 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Nobile';
	text-decoration: none;
	color: #424a52;					/* negro-azulado */
}

.cita:hover {
	background-color: #DDD;
}

.cita a {
	color: #424a52;					/* negro-azulado */
	text-decoration: none;
}

.cita .letrero {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;	
}


/**/


.miniaturas img {
	margin: 7px;
	border: 1px solid #EEE;					/* gris claro */
}

.miniaturas a:hover img {
	border: 1px solid #e98158;					/* naranja sutil */
}


/**/


.texto_flotante {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF;
	padding: 10px;
	opacity: 0.8;
	position: absolute;
	top: 30px;
	z-index: 100;
}

/**/

.lanzador {
	width: 250px;
	background-image: url(../images/fondo_menu.jpg);
	background-position: top left;
	background-repeat: repeat;
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
}


.lanzador a {
	color: #424a52;					/* negro-azulado */
	text-decoration: none;
	background-color: #FFF;
	padding: 1px 15px;	
}

.lanzador a:hover {
	color: #d3470f;					/* naranja emotiu */
}

/**/

#listado_webs {
	margin-top: 15px;
}

#listado_webs a {
	color: #424a52;					/* negro-azulado */
	font-size: 12px;
	text-decoration: none;
}

#listado_webs a:hover {
	color: #d3470f;					/* naranja emotiu */
}

/**/

.subir a {
	text-align: right;
	color: #d3470f;					/* naranja emotiu */
	font-size: 16px;
	font-weight: bold;
}