
body {
	margin: 20px 0;
	padding: 0;
	background: #000000 url(../images/bg2.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #993366;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
	background: #E1E1E1;
}

h3 {
	font-size: 150%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 140%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #990066;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}


/* Header */

#header {
	width: 750px;
	height: 190px;
	margin: 0 auto 0px;
	background: #03666E url(../images/header_09.jpg);
}

#header * {
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 130px 0 0 30px;
}

#header h2 {
	float: left;
	margin: 0;
	padding: 148px 0 0 0;
	background: none;
	font-size: small;
}
/* Menu */

#menu {
	width: 750px;
	height: 40px;
	padding: 0px 0 0 0;
	margin-left:auto;
	margin-right:auto;
	}

#menu ul {
	/*width: 470px;*/
	height: 40px;
	margin: 0;
	padding: 0;
	background: #660066 url(../images/img05.jpg) repeat-x;
	/*border-left: 2px solid #FFFFFF;*/
	/*border-right: 2px solid #FFFFFF;*/
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 19px;
	background: url(../images/img06.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background: #336699;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF url(../images/bg_content1.gif) repeat-y;
	height:700px;
	min-height:674px;
	height:auto;	
	
}

#colOne {
	float: left;
	width: 430px;
	padding: 20px 20px 10px 20px;
	background: #FFFFFF;
	/*border-right: 15px solid #6C016B;*/
	
	}

#colTwo {
	float: right;
	width: 230px;
	padding: 20px 20px 0;
	background: #ffffff ;
	/*border-left: 15px solid #6C016B;*/
	}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo h2 {
	margin: 20px 0 10px 0;
}

#colTwo ul ul {
	margin-left: 25px;
}

/* Content2 */

#content2 {
	clear: both;
	width: 710px;
	margin: 0 auto;
	padding: 0;
	height:0px
}

#content2 h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	background: none;
	font-size: medium;
}

#content2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content2 li {
	display: block;
	float: left;
	width: 155px;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#content2 li li {
	display: list-item;
	float: none;
	padding: 0;
}

/* Footer */
#footer {
	height: 60px;
	color: #999999;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image:url(../images/footer_mijas_playa.jpg)
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #999999;
}

.mijas_bold{
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #B00058;
	}