@charset "utf-8";
/* CSS Document */


.wireframemenu{
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 10px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #B2BAD1;
color: white;
}
#container {
	padding: 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top {
	padding: 5px;
}
#logo {
	padding: 5px;
	height: 185px;
	background-image: url(images/spainlogo2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#sidebar {
	padding: 5px;
	float: left;
	width: 21%;
	margin-bottom: 20px;
	text-align: justify;
}
#content {
	float: right;
	width: 75%;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/andalucia.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer {
	padding: 5px;
	margin-top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.clear {
	clear: both;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
}
.style2 {color: #003399; font-size: medium; }
#top {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-weight: normal;
	font-size: 9px;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #000000;
}
.style6 {color: #666666}
a:active {
	color: #003399;
}
img { border: 1px solid #ccc; padding: 1px; float: left; margin: 0 15px 5px 0;}