.clear {
	clear: both;
}

body {
	background-color: #C2BFFE;
}

#content {
/*    background-image: url(../images/bg-content.gif);
background-position: bottom left;
background-repeat: no-repeat;*/
}

#header-ads {
	background-color: #fcbefe;
	background-image: url(../images/title-ads.gif);
	background-repeat: no-repeat;
	/*    text-align: right;*/
}
#header-ads a {
	margin-left: 18px;
}

#header-title {
	background-image: url(../images/bg-header-title.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 183px;
	min-height: 183px;
}

#menu-area {
	text-align: left;   
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin-top: -3px;
}
#menu-area a {
	color: white;
}
div#header-title span {
	text-align: left;   
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin-top: -3px;
}
div#header-title span a {
	color: white;
}

#main-content {
	background-color: #E6E5FE;
	background-image: url(../images/bg-main-content.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	/*    min-height: 600px;*/
	padding-top: 25px;
	margin-bottom: 25px;
}

#credits {
	margin: 10px 0;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
}
#credits p {
	margin: 0;
}


/* Boxes */

div.box {
	background-color: #fcbefe;
	background-image: url(../images/bg-box.gif);
	background-position: top right;
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 10px;
}

div.box strong {
	color: #b947c9;
}

div.box p {
	margin: 5px 10px;
}

div.box img{
	background-color: #E6E5FE;
}
div.box div.title {
	width: 100%;
	text-align: center;
	background-image: url(../images/bg-box-title-main-bg.gif);
	background-repeat: repeat-x;
}

div.box h1 {
	background-image: url(../images/bg-box-title-text-bg.gif);
	background-position: top ;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #551a8b;
	color: white;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 14px;
	padding-top: 5px;
	height: 27px;
	max-height: 32px;
	width: 160px;
	display: inline-block;
}
div.box div.title img {
	float: right;
	width: 11px;
	height: 32px;
}

div.box strong {
    color: #b947c9;
}

div.box div.end {
	margin-top: 5px;
	background: url("/images/bottom-box-bg.gif") repeat-x;
	height: 11px;
}

div.box div.end img {
	float: right;
}

/* End Boxes */

ul.salon {
	list-style: none;
}
ul.salon li {
	text-align: left;
	margin-top: 5px;
}
ul.salon strong {
	display: block;
}
ul.salon span {
	display: block;
	margin-left: 15px;
}

table {
	text-align: left;
	margin: auto;
}
ul.provicias_con_salones {
	text-align: left;
	list-style: none;
	font-size: 12px;	
}
ul.provicias_con_salones li {
	float: left;
	width: 175px;
} 

#spain {
	background-image: url(/images/provincias/mapa.gif);
	background-color: #fff;	
	border: 1px solid #551A8B;
	margin-bottom: 10px;
}