

/* top elements */
html{
	padding:0;
	margin:0;
}

body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #777;
	text-align: center;
	margin: 0;
	padding:0;
	height: 100%;
}

body, span, a, div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

img.logo {
	border: none;
}

/* links */
a, a:visited {
	text-decoration: none;
	background-color: transparent;
	color: rgb(0,65,109); 
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	color:  rgb(0,65,109); 
}

/* headers */
h1, h2, h3 { font-family: Verdana, Arial, Helvetica, sans-serif;  }
h1 {
	font-size: 18px;	
	font-weight: bold;	
	color: rgb(0,0,0);
}
h2 {
	font-size: 14px;	
	font-weight: bold;	
	color: rgb(0,65,109);
}

h3 {
	font-size: 135%;	 
	color: #666666;
}


h1, h2, h3, h4, h5, h6{
	margin:15px 0 10px 0;
}

div.bodycopy ul li {
	list-style-image: url(../images/bullet.gif); 
}

div.bodycopy ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

.green {
	color:#bad645;
}

.date {
	font-size:90%;
	color:#777777;
	font-style:italic;
}

/* Estructura */

#wrap {
	width: 782px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	width: 750px;
	background-image:url(../images/background-border.gif);
	margin: 0 auto;
	padding-right: 16px;
	padding-left: 16px; 
}

div.data-head {
	width: 750px;
	min-height: 32px;
  	height: auto !important;
  	height: 32px;
	overflow:hidden;
	background-color: rgb(243,243,227);
}
	div.date {
		width: 155px;
		padding-left: 7px;
		float:left;
		min-height: 24px;
		height: auto !important;
		height: 24px;
		overflow:hidden;
		padding-top: 8px;
		color: #000000;
		font-size: 11px;
		font-style: normal;
	}
	div.header-links {
		width: 285px;
		float:left;
		min-height: 24px;
		height: auto !important;
		height: 24px;
		overflow:hidden;
		padding-top: 8px;
	}
	div.header-links a {
		color: #000000;
		text-decoration: none;
		font-size: 11px;
	}
	div.search {
		width: 242px;
		min-height: 24px;
		height: auto !important;
		height: 24px;
		overflow:hidden;
		padding-top: 5px;
		float: left;
	}
	div.language {
		width: 60px;
		min-height: 24px;
		height: auto !important;
		height: 24px;
		overflow:hidden;
		padding-top: 8px;
		float: left;
	}
	div.language a {
		color: #000000;
		text-decoration: none;
	}
div.image-head {
	width: 750px;
	height: 103px;
}
	div.ayuntamiento {
		width: 162px;
		height:103px;
		float:left;
	}
	div.image {
		width: 588px;
		min-height: 103px;
		height: auto !important;
		height: 103px;
		float:left;
	}
div.content {
	width:750px;
	min-height: 400px;
  	height: auto !important;
  	height: 400px;
	overflow:hidden;
}
	div.menu {
		width: 588px;
		padding-left: 162px;
		height: 15px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	div.background-content {
		width: 750px;
		background-image:url(../images/background-content.jpg);
		min-height: 373px;
  		height: auto !important;
		height: 373px;
		overflow:hidden;
	}
		div.side-content {
			width:150px;
			min-height: 373px;
  		  	height: auto !important;
			height: 373px;
			float: left;
			overflow:hidden;
		}
		div.vspace {
			width: 12px;
			float: left;
			min-height: 373px;
  		  	height: auto !important;
			height: 373px;
			overflow:hidden;
		}
		div.main-content {
			width: 426px;
			min-height: 373px;
			height: auto !important;
			height: 373px;
			float:left;
			overflow:hidden;
		}
		div.main-content-black {
			width: 426px;
			min-height: 373px;
  		  	height: auto !important;
			height: 373px;
			float:left;
			overflow:hidden;
			background-color: #000000;
		}
			div.central-content {
				width: 426px;
				min-height: 373px;
				height: auto !important;
				height: 373px;
				float:left;
				overflow:hidden;
			}
			div.main-content {
				width: 426px;
				height: auto;
				float:left;
				overflow:hidden;
			}
	div.hspace {
		width: 750px;
		height: 7px;
	}
	div.blue-line {
		width: 750px;
		height: 7px;
		background-color: rgb(0,65,109);
	}
div.footer {
	width: 750px;
	height: 50px;
}

/* Top Nav*/
div.topnav1 {
	float:left;
	width: 93px;
	padding-left: 5px;
	height: 15px;
	background-color: rgb(100,63,81);
} 
div.topnav2 {
	float:left;
	width: 93px;
	padding-left: 5px;
	height: 15px;
	background-color: rgb(197,84,0);
}
div.topnav3 {
	float:left;
	width: 93px;
	padding-left: 5px;
	height: 15px;
	background-color: rgb(94,145,38);
}
div.topnav4 {
	float:left;
	width: 92px;
	padding-left: 5px;
	height: 15px;
	background-color: rgb(144,27,27);
}
div.topnav5 {
	float:left;
	width: 92px;
	padding-left: 5px;
	height: 15px;
	background-color: rgb(0,100,147);
}
div.topnav131 {
	float:left;
	width: 92px;
	padding-left: 5px;
	height: 15px;
	background-color: rgb(88, 31, 0);
}

a.topnav {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}

/* Children only */
div.children-link {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 17px;
  	height: auto !important;
  	height: 17px;
	border-bottom-color: rgb(179,179,179);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

div.children-link a {
	color: rgb(51,51,51);
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
div.children-link a:hover {
	color: rgb(51,51,51);
	text-decoration: underline;
	font-size: 9px;
	font-weight:bold;
}
div.children-link-current {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 17px;
  	height: auto !important;
  	height: 17px;
	background-color: rgb(128,128,128);
	border-bottom-color: rgb(179,179,179);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

div.children-link-current a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
div.children-link-current a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9px;
	font-weight:bold;
}

/* You Are Here */
h2.you-are-here-black {
	font-size: 14px;	
	font-weight: bold;	
	color: rgb(255,255,255);
}

div.you-are-here-black {
	text-align: center;
}

/* You are Parent */
div.you-are-parent1 {
	height: 17px; 
	padding-top: 3px;
	width: 100%;
	padding-left: 5px;
	background-color: rgb(100,63,81);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
} 
div.you-are-parent2 {
	height: 17px; 
	padding-top: 3px;
	width: 100%;
	padding-left: 5px;
	background-color: rgb(197,84,0);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
div.you-are-parent3 {
	height: 17px; 
	padding-top: 3px;
	width: 100%;
	padding-left: 5px;
	background-color: rgb(94,145,38);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
div.you-are-parent4 {
	height: 17px; 
	padding-top: 3px;
	width: 100%;
	padding-left: 5px;
	background-color: rgb(144,27,27);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
div.you-are-parent5 {
	height: 17px; 
	padding-top: 3px;
	width: 100%;
	padding-left: 5px;
	background-color: rgb(0,100,147);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
div.you-are-parent131 {
	height: 17px; 
	padding-top: 3px;
	width: 100%;
	padding-left: 5px;
	background-color: rgb(88, 31, 0);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}

/* Default */
div.default {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 17px;
  	height: auto !important;
  	height: 17px;
	border-bottom-color: rgb(179,179,179);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

div.default a {
	color: rgb(51,51,51);
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
div.default a:hover {
	color: rgb(51,51,51);
	text-decoration: underline;
	font-size: 9px;
	font-weight:bold;
}

div.default1 {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	background-color: rgb(100,63,81);
} 
div.default2 {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	background-color: rgb(197,84,0);
}
div.default3 {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	background-color: rgb(94,145,38);
}
div.default4 {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	background-color: rgb(144,27,27);
}
div.default5 {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	background-color: rgb(0,100,147);
}
div.default131 {
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	background-color: rgb(88, 31, 0);
}
a.default {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}


#header {
	position: relative;
	height: 131px;
	background: #caced1 url(../images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #fff;
	z-index:1;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 45px 'Trebuchet MS', Arial, Sans-serif;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	padding:0 0 0 40px;
	_padding:0 0 0 20px;
	background-image: url(../images/exp.png);
	_background-image:none;
	background-repeat: no-repeat ;

	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 35px;	
}

#header h1#logo-text a sup {
	font-family:verdana;
	font-size:18px;
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 90px; left: 50px;		
}

/* header links */
#header #header-links {
	position: absolute;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 30px; right: 20px;	
	text-align:right;
	padding:0px;
}
#header #header-login {
	position: absolute;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 60px; right: 20px;	
	text-align:right;
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4FF55;	
}


/* Main Column */
#main {
	float: left;
	width: 515px;
	margin: 0; padding: 20px; 
	display: inline;
	background: url(../images/box.jpg) no-repeat; 	
}
#main h2 {
	font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0; 	
	margin-bottom: 0;		
	color: #2666c3;
}
#main h2 a {
	color: #2666c3;
	text-decoration: none;	
}



/* Sidebar */	
#sidebar {
	float: right;
	width: 195px;
	padding: 0; margin: 10px 0 0 0;	
	color: #777;	
}	
#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}
#sidebar p {
	margin-left: 5px;
}


/* Footer */	
#footer {
	color: #C6DDEE;
	background: #caced1 url(../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 790px;
	height: 57px;
	text-align: center;	
	font-size: 90%;	
}
#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #fff;
	text-decoration: none; 
}

/* post footer */
.post-footer {
	background: #F4F8FD;
	padding: 5px; margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB; 
	font-size: 95%;	
}
.post-footer .date {	padding-left: 0px; margin: 0 5px; }
.post-footer .comments { padding-left: 0px; margin: 0 5px; }
.post-footer .readmore { padding-left: 0px; margin: 0 5px; }

.post-by { font-size: .95em;	margin-top: 0;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* Container Module */
div.rightcontainer {
	background-color: rgb(243,243,227);
}

