* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

body {
	font: .7em/1.5em arial,verdana, sans-serif;
	border-top: 17px solid #a9f000;
	/*border-top: 27px solid #a9f000;	*/
}

a {
	color: #0000ff;
	cursor: pointer;
}

#box {
	width: 790px;
	margin: 0 auto;
}

p {
	text-align: justify;
  font-size:1.2em;
}


/***** HEADER & NAV *****/
#header {
	margin:0 0 10px 0;
	border-bottom: 1px solid #bababa;
}

	#header .header-logo {
		float: left;
		width: 180px;
	}
	
	#header .header-banner-nav {
		float: right;
		width: 585px;
		margin-bottom: 10px;
	}
	
	#header .header-banner-nav  div {
		width: 143px;
		float: left;
		margin-top: 5px;
	}
	
		a.nav-ahorrar {
			display: block;
			background: url(../img/nav_ahorrar.png) 0 0 no-repeat;
			height: 19px;
		}
		
		a:hover.nav-ahorrar {
			background: url(../img/nav_ahorrar.png) 0 -21px no-repeat;
		}
		
		a.nav-liberar {
			display: block;
			background: url(../img/nav_liberar.png) 0 0 no-repeat;
			height: 19px;
		}
		
		a:hover.nav-liberar {
			background: url(../img/nav_liberar.png) 0 -19px no-repeat;
		}
		
		a.nav-opinar {
			display: block;
			background: url(../img/nav_opinar.png) 0 0 no-repeat;
			height: 19px;
		}

		a:hover.nav-opinar {
			background: url(../img/nav_opinar.png) 0 -21px no-repeat;
		}
		
		a.nav-contacto {
			display: block;
			background: url(../img/nav_contacto.png) 0 0 no-repeat;
			height: 16px;
		}

		a:hover.nav-contacto {
			background: url(../img/nav_contacto.png) 0 -18px no-repeat;
		}


		#loginlogout {
			background-color: #e7f6c4;
			/*padding: 5px 10px 5px 0px;*/
			padding: 0px 10px 0px 0px;;
			margin-bottom: 5px;
		}

		#loginlogout p {
			float: right;
		}


/***** BUSCADOR *****/
.buscador {
	margin-bottom: 20px;
}

.buscador select {
	margin: 10px 0px;
}

.buscador input {
	margin-top: 5px;
	font-size: 1.5em;
	padding: .3em;
}

#content {
	
}
	
	.content-left {
		float: left;
		width: 180px;
	}
	
		.content-left .noticias-liberantes {
			background: #fff url(../img/noticias_liberantes.png) top left no-repeat;
			padding-top: 30px;
			margin-top: 20px;
		}
		
			.content-left .noticias-liberantes .noticias-item {
				margin-bottom: 2em;
			}
			
				.content-left .noticias-liberantes .noticias-item .date {
					color: #333;
				}
				
				.content-left .noticias-liberantes .noticias-item h5 {
					font-size: 11px;
					color: #a9f000;
				}
				
				.content-left .noticias-liberantes .noticias-item p {
					color: #7c7a7a;
					font-size: 10px;
					line-height: 1.3em;
				}
				
				.content-left .noticias-liberantes .noticias-item .more a {
					color: #a9f000;
				}
				
	.content-center {
		float: left;
		width: 440px;
		margin: 0 25px;
	}
	
		.content-center img {
			margin-bottom: 10px;
		}
	
		.content-center p {
			margin: 0 0 20px 0;
		}
		
	.content-right {
		float: right;
		width: 120px;
	}
	
		.content-right img {
			margin-bottom: 35px;
		}

/***** FOOTER *****/
#footer {
	text-align: center;
	color: #bbb;
	background-color: #f1f1f1;
	font-size: 1.1em;
	padding: 20px;
	margin: 20px 0;
  font-size:.8em;
}

	#footer a {
		color: #bbb;
		font-weight: bold;
	}

/***** ERROR *****/
.error {
	margin: 0 !important;
	font-size: 1.5em;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #cc0033;
}

.error p {
	margin: 0 !important;
}

/***** LOGIN *****/

.login-left {
	float: left;
	margin-top: 15px;
}

.login-right {
	float: right;
	margin-top: 25px;
}

	.login-box {
		background-color: #e8f6c6;
		padding: 20px;
	}

.form-login fieldset {
	margin: 0;
	border: 0px;
}

.form-login legend {
	font-size: 2em;
	margin-bottom: 10px;
	color: #a9f000;
	line-height: 1.1em;
}

.form-login label {
	display: block;
	font-size: 1.5em;
	padding-bottom: 5px;
}

.form-login input {
	margin-bottom: 10px;
	width: 200px;
}

.form-login .button {
	width: 150px !important;
	background-color: #70e200;
	border-bottom-color: #7cb000;
	border-right-color: #7cb000;
	border-top-color: #cfff5d;
	border-right-color: #cfff5d;
	font-size: 1.5em;
	margin: 10px 0 0 0;
	padding: 5px 0;
}

/***** EMPTY *****/
.confirm {
	margin: 20px 0;
	background-color: #f8fee7;
	border: 1px solid #d3dcbc;
}

	.confirm p {
		font-size: 1.2em;
		text-align: center;
		padding: 20px;
	}