/* COMBINACIÓN DE COLORES 1 */

body	{
			background-image: url(../img/esgrafiado-banda.gif);
			background-attachment:fixed;
			background-repeat:repeat-y;
			background-position:top center;
			}
h1		{color:#952} /** Antes era el naranja: #730 **/
h2		{color:#2e9999}
h3		{color:#c60}
h4		{color:#c60}

#pie a:link 	{color:#000}
#pie a:visited 	{color:#000}
#pie a:active 	{color:#FFF}
#pie a:hover 	{color:#FFF}

a:link 		{color:#000}
a:visited 	{color:#000}
a:active 	{color:#000}
a:hover 	{color:#c60}

.menu {
			background-color:#c60; /* Naranja:#C60, Rosa:#c68, Verde:#9C0*/
			}
#top-menu {
			background-image: url(../img/top-menu.png);
			position:absolute;
			top:0px;
			right:0px;
			height:170px;
			width:auto;
			z-index:10000;
			}
.menu li {
			background-color:transparent; /* Fondo de los botones. Naranja claro:#d73 */
			}
#pie	{
			background-color:#C60
			}
.menu ul li a:hover {
			background-color:#730;
			}
.menu ul li a#current {
			color:#333;
			background-color:#fff; /* Rojo oscuro:#730 / Amarillo:#fc0 */
			}

.sumario li {
			background-color:transparent;
			}
.sumario ul li a:hover {
			background-color:transparent;
			}
.sumario ul li a#current {
			color:#fff;
			background-color:transparent;
			text-decoration:underline;
			font-weight:bold;
			}

.months			{background-color:#730;color:#fff}
.weeks 			{background-color:#d73;color:#fff}
.days 			{background-color:#fc9;color:#000}

#col-3 {
			background-color:#fff;
			}
#fondillo-de-color {
			background-color:#BBC2D6;
			}

.dias, .grupo, .tarifas, .opciones, .monumentos, .horarios, .precios {background-color:#730;color:#fff}
.celda-1	{background-color:#eb6;color:#333}
.celda-2	{background-color:#eb6;color:#333}
.celda-3	{background-color:#dd9;color:#333}
.celda-4, .celda-5	{background-color:#eb6;color:#333}
.celda-6, .celda-6a, .celda-6aa	{background-color:#eb6;color:#333}
.celda-7, .celda-7a, .celda-7aa	{background-color:#dd9;color:#333}
.celda-8, .celda-8a, .celda-8aa	{background-color:#dd9;color:#333}
