/***** MAINS *****/
* {
	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;	*/
}

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

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

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

a {
	color: #0000ff;
	cursor: pointer;
	text-decoration: underline;
}

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

.gray {
  background-color:#f1f1f1;
}

/***** MENU LEFT *****/

#menu-left li {
	list-style-type: none;
}
	
#menu-left {
	width: 180px;
	margin: 0 0 20px 0;
	border-style: solid solid none solid;
	border-color: #bababa;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu-left li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu-left li a:link, #menu-left li a:visited {
	color: #000;
	display: block;
	background:  url(../img/menu_bg.gif);
	padding: 8px 0 0 25px;
	}
	
#menu-left li a:hover {
	color: #000;
	background:  url(../img/menu_bg.gif) 0 -32px;
	padding: 8px 0 0 27px;
	}

 #menu-left .active {
	color: #000;
	background:  url(../img/menu_bg.gif) 0 -32px;
	padding: 8px 0 0 27px;
	height: 24px;
	}
	
		body#naranja #menu-left li a:link, body#naranja #menu-left li a:visited {
			color: #000;
			display: block;
			background:  url(../img/menu_bg_naranja.gif);
			padding: 8px 0 0 25px;
			}

		body#naranja #menu-left li a:hover {
			color: #000;
			background:  url(../img/menu_bg_naranja.gif) 0 -32px;
			padding: 8px 0 0 27px;
			}

		 body#naranja #menu-left .active {
			color: #000;
			background:  url(../img/menu_bg_naranja.gif) 0 -32px;
			padding: 8px 0 0 27px;
			height: 24px;
			}	

/***** ERROR *****/
.error {
	margin: 0;
	font-size: 1.5em;
	padding-left: 20px;
	padding-top: 5px;
	color: #cc0033;
}

.error ul {
margin-left:2em;
margin-top:1em;
}

.error li {
padding-bottom:.4em;
font-size:11px;
}

/***** EMPTY *****/
.empty {
	margin-top: 20px;
	background-color: #fffed2;
	border: 1px solid #edecc3;
}

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

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

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

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

/***** HEADER & NAVBAR *****/
#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;
		}
		
		.nav-ahorrar-active {
			display: block;
			height: 19px;
			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;
		}
	
		.nav-liberar-active {
			display: block;
			background: url(../img/nav_liberar.png) 0 -19px no-repeat;
			height: 19px;
		}
		
		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;
		}
		
		.nav-opinar-active {
			display: block;
			background: url(../img/nav_opinar.png) 0 -21px no-repeat;
			height: 21px;
		}
		
		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;
		}
    
    .nav-contacto-active {
			display: block;
			background: url(../img/nav_contacto.png) 0 -18px no-repeat;
			height: 18px;
		}

		#loginlogout {
			background-color: #e7f6c4;
			/*padding: 5px 10px 5px 0px;*/
			padding: 0px 10px 0px 0px;
			margin-bottom: 5px;
		}
		
		body#naranja #loginlogout {
			background-color: #fcecca;
			/*padding: 5px 10px 5px 0px;*/
			padding: 0px 10px 0px 0px;
			margin-bottom: 5px;
		}
		
		body#lila #loginlogout {
			background-color: #ebc0e4;
			/*padding: 5px 10px 5px 0px;*/
			padding: 0px 10px 0px 0px;
			margin-bottom: 5px;
		}
		

		#loginlogout p {
			float: right;
		}

/***** CONTENT *****/
#content {

}
	
	.content-left {
		float: left;
		width: 180px;
	}
			
	.content-center {
		float: left;
		width: 580px;
		margin: 0 0 0 25px;
	}
  
  body#naranja .content-center h2 {
    font-size: 2em;
		margin-bottom: 10px;
		color: #ea9a29;
		line-height: 1.1em;
  }
  
    body#lila .content-center h2 {
    	font-size: 2em;
		margin-bottom: 10px;
		color: #82006e;
		line-height: 1.1em;
  }
  
   body#naranja .content-center p {
    margin-bottom:20px;
  }
  
   body#lila .content-center p {
    margin-bottom:20px;
  }

/***** QUIERO AHORRAR *****/	
		.content-quieroahorrar {
			padding: 0 0 0 0;
		}
		
			.content-quieroahorrar p {
				margin-bottom: 20px;
			}
			
			.content-quieroahorrar dl {
				
			}
			
				.content-quieroahorrar dt {
					font-size: 1.5em;
					color: #a9f000;
				}
				
				body#naranja .content-quieroahorrar dt {
					font-size: 1.5em;
					color: #ea9a29;
				}
				
				.content-quieroahorrar dd {
					margin-left: 20px;
					margin-bottom: 10px;
				}
				
					.content-quieroahorrar dd li {
						margin-left: 20px;
						list-style-type: circle;
					}

			.content-quieroahorrar .movil-subvencion {
				float: left;
				margin: 0 1em 9em 0;
			}
			
			.content-quieroahorrar h2 {
				font-size: 2em;
				margin-bottom: 10px;
				color: #a9f000;
				line-height: 1.1em;
			}
			
			body#naranja .content-quieroahorrar h2 {
				font-size: 2em;
				margin-bottom: 10px;
				color: #ea9a29;
				line-height: 1.1em;
			}
	
/***** FORM REGISTER & WYSWYG *****/
	#form-register form, #form-news form {
		margin:0;
		padding:0;
	} 
	
	#form-register  fieldset, #form-news fieldset {
		margin:1em 0;
		border:none;
	}
	
	#form-register legend, #form-news legend {
		margin:1em 0 0 0;
		padding:0 .5em;
		color:#036;
		background:transparent;
		font-size:1.3em;
		font-weight:bold;
	}
	
	#form-register label, #form-news label {
		float:left;
		width:150px;
		padding:0;
		color: #82006e;
		text-align:left;
		font-size: 1.1em;
	}
	
	#form-register input, .input-news {
		width:250px;
		font-size: 1.1em;
		margin-bottom: 10px;
	}
  
  #form-register input {
    padding:3px;
    font-size:1.2em;
  }
	
	#form-register select, #form-register textarea {
		margin-bottom: 10px;
    width:250px;
	}
	
	#form-register .radio, #form-news .radio {
		width: 15px !important;
	}
	
/***** WYSWYG TEXTAREA & INPUTS *****/	
	.htmlarea {
		margin-left: 152px;
		width: 450px !important;
		border: 1px solid #ccc;
	}
	

  /*
	#form-register .button, #form-news .button-news {
		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: 20px 0;
		padding: 5px 0;
	}
  */
  
  
  #form-register .button, #form-news .button-news {
   	width: 180px !important;
	  font-size: 1.5em;
  	padding: .3em;
	  background-color: #82006e;
  	color: #fff;
	  margin-top: 20px;
    border-bottom:1px solid #ebc0e4;
    border-right:1px solid #ebc0e4;
	}
  
  #form-register .button {
    margin-left: 153px;
	}
    
	#form-register p {
		margin-bottom: 10px;
	}
	
	

.formula {
	text-align: center;
	background-color: #f0ffcb;
	font-size: 1.2em;
	border: 1px solid #cee39d;
	padding: 20px 20px 0 20px;
}

/***** SUBNAV *****/
.subnav {
	padding: .5em;
	background-color: #f1f1f1;
	color: #333;
	margin-bottom: 20px;
}

/***** LISTADO METODOLOGI *****/
.lista-metodologia {
	margin-left: 3em;
	margin-bottom: 2em;
}	

.lista-metodologia li {
	padding-bottom: 5px;
}

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

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

/***** FORM BUSQUEDA*****/
.form-busqueda label {
	display: block;
	font-size: 1.2em;
	padding-bottom: 5px;
}

.form-busqueda input {
	margin-bottom: 5px;
}

/***** ADMIN *****/
#content-admin h2, #form-news h2 {
	font-size: 2em;
	margin-bottom: 10px;
	color: #a9f000;
	line-height: 1.1em;
}

#content-admin table {
	width: 100%;
	font-size: 1.2em;
	collapse: 0;
	border-collapse:collapse;
}

	#content-admin table th {
		text-align: left;
		background-color: #a9f000;
		color: #000;
		padding: 5px;
	}
	
	#content-admin table td {
		padding: 5px;
		border-bottom: 1px solid #ccc;
	}
	
/***** TIENDA *****/
.content-tienda {
	
}

	.content-tienda .back {
		font-size: 2em;
		margin-bottom: 20px;
	}

.content-tienda .content-tienda-left {
	float: left;
	width: 47%;
}
	
	.content-tienda .content-tienda-right img {
		padding: 1px;
		border: 1px solid #ccc;
		margin-bottom: 20px;
	}
	
.content-tienda .content-tienda-right {
	float: right;
	width: 47%;
}

	.content-tienda .content-tienda-left p {
		padding-top: 10px;
    padding-left:5px;
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 10px;
		font-size: 1.1em;
	}

	.content-tienda .content-tienda-left h1 {
		margin-bottom: 10px;
		font-size: 1.5em;
		color: #92cf00;
	}

/***** OPINIONES *****/

.content-tienda-opinion div {
	padding-bottom: 2em;
	margin-bottom: 2em;
}

.content-tienda-opinion h2 {
	font-size: 1.4em;
}

.opinion-usuario {
	color: #808080;
}

.opinion-texto {
	font-size: 1.1em;
}

/***** STAR RATING *****/
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../img/star_0.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0 0 1em 0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(../img/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/***** TERMINOS *****/
.terminos p {
	margin-bottom: 20px;
}

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

/***** RESULTADOS BUSQUEDA *****/
#resultados-busqueda h2 {
	font-size: 2em;
	margin-bottom: 10px;
	color: #a9f000;
	line-height: 1.1em;
}

#resultados-busqueda table {
	width: 100%;
	font-size: 1.2em;
	collapse: 0;
	border-collapse:collapse;
}

	#resultados-busqueda table th {
		text-align: left;
		background-color: #a9f000;
		color: #000;
		padding: 5px;
	}
	
	#resultados-busqueda table td {
		padding: 5px;
		border-bottom: 1px solid #ccc;
	}
	
/***** FORM COMMENTS *****/

h4 {
	font-size: 2em;
}

#form-comments {
	padding: 20px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin-top: 20px;
}

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

#form-comments label {
	display: block;
	font-size: 1.1em;
	padding-bottom: 5px;
}

#form-comments input {
	margin-bottom: 10px;
	width: 300px;
	border: 1px solid #999;
	padding: 5px;
}

#form-comments .button {
	width: 180px !important;
	font-size: 1.5em;
	padding: .3em;
	background-color: #999;
	color: #fff;
	margin-top: 20px;
}

#form-comments textarea {
	border: 1px solid #999;
	padding: 5px;
}

.comment-list-item {
	margin-top: 1em;
	border: 3px solid #f2f2f2;
	padding: 20px;
}

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

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

/***** POPUP *****/
.popup {
	padding: 10px;
}

.popup p {
	margin-bottom: 10px;
}

.popup ul {
	margin-left: 2em;
	margin-bottom: 20px;
}

/***** NEWS *****/
.noticia {
	border: 3px solid #f2f2f2;
	padding: 20px;
}

.noticia h1 {
	font-size: 2em;
	margin-bottom: 5px;
	color: #a9f000;
	line-height: 1.1em;
}

.noticia h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #ccc;
}

.back-noticia {
	font-size: 1.5em;
	margin-top: 20px;
}


/***** Tienda resultados*****/

.tienda-liberalia {
	float: left;
	font-size: .8em;
	background-color: #f1f1f1;
	padding: 10px;
	margin: 20px 11px 20px 0px;
}


