/* items sin especificidad, para no reescribir los otros */
a{
	color: #00507A;
}
a:hover{
	color: #018CA8;
}

hr{
	background: #aaa;
	border: none;
}

/* items específicos */

html{
	background: url("/img/layout/fondo.png") no-repeat fixed bottom right;
}

body{
	background: url("/img/layout/body.jpg") repeat-x top center;
	font-family: "Trebuchet MS";
}

#pagina{
	width: 900px;
	margin: auto;
}

#head{
	position: relative;
	height: 80px;
	background: #eee url("/img/layout/head.jpg") bottom right;
}
	#titulo{
	}
	#titulo img{
		float: left;
	}
	
	#search_form{
	    float: right;
	    margin-top: 1.5em;
	}
		#search_form .miniinput{
			width: 10em;
		}
		#search_form .minisubmit{
			font-size: 1.1em;
		}
		
		input.submit{
		    padding: .5em;
			background: #eee;
			border: 3px double #ccc;
			border-top-color: #ddd;
			border-left-color: #ddd;	
		    font-size: 1em;
		}		
	
	#main_user{
		margin-top: 2em;
		color: white;
		float: right;
	}
	#main_user a{
		color: white;
	}
	
	#main_login{
		position: relative;
		float: right;
		margin-top: 1.5em;
		font-size: 1.2em;
		color: white;
	}
	#main_login a{
		color: white;
		text-decoration: none;
		font-weight: bold;
	}	
	
	#main_login #login_close{
		color: #666;
	}
	
	#main_login a:hover{
		color: #00446B;
		background: white;
	}
		#main_login_form{
			display: none;		
			position: absolute;	
			z-index: 1;
			top: 1.5em;
			right: 0;
			padding: 1em 2em;
			color: #00446B;
			background: white;
			border: solid 4px #D9EFFC;
		}
		#main_login_form a{
			color: #00446B;
		}
		#main_login_form input{
			margin-bottom: .5em;
		}

#menu{
	height: 39px;
	background: url("/img/layout/menu_sombra.jpg") repeat-x;
}
	#menu ul{
	    float: left;
		margin: 0;
		padding: 0;
		margin-left: 8em;
		list-style: none;
		background: url("/img/layout/menu_bg.jpg") top center repeat-x;
	}
	#menu li{
		float: left;
		height: 39px;
		margin: 0;
		padding: 0;

	}
	#menu li:hover{
		background: url("/img/layout/menu_bg_hover.jpg") bottom center repeat-x;
	}
	#menu li.active{
		background: url("/img/layout/menu_bg_active.jpg") bottom center repeat-x;
	}	
	#menu li.first{
	    padding-left: 15px;
		background: url("/img/layout/menu_li.jpg") top left no-repeat;
	}
	#menu li.first a{
		padding-right: 20px;
	}
	#menu li.first:hover{
		background: url("/img/layout/menu_li_hover.jpg") top left no-repeat;
	}
	#menu .firstactive, #menu .firstactive:hover{
		padding-left: 15px;
		background: url("/img/layout/menu_li_active.jpg") top left no-repeat;
	}
	#menu li.last{
	    padding-right: 10px;
		background: url("/img/layout/menu_ld.jpg") top right no-repeat;
	}
	#menu li.last a, #menu .lastactive a{
	    background: none;
	}
	#menu li.last:hover{
		background: url("/img/layout/menu_ld_hover.jpg") top right no-repeat;
	}
	#menu .lastactive, #menu .lastactive:hover{
		padding-right: 5px;
		background: url("/img/layout/menu_ld_active.jpg") top right no-repeat;
	}
	
	#menu li a{
	    display: block;
		padding: 7px 16px 8px 13px;
		color: #00507A;
		background: url("/img/layout/menu_sep.jpg") top right no-repeat;
		font: bold 1.4em "Tahoma";
	    text-decoration: none;
	}
	#menu li a:hover{
		color: #018CA8;
	}

#contacto_pie{
	margin-top: 2em;
	padding: 1em 0 .5em 0;
	background: #ECECEC;
	color: #666;
	font-size: 1.2em;
	text-align: center;
}
	
/* generico del contenido */
#content{
	margin: 1em 2em;
}
#content .h2c{
	margin-bottom: 2em;
	padding-left: 8px;
	background: url("/img/layout/barra_left.jpg") bottom left no-repeat;
}
#content h2{
	padding: .3em 0 .4em .5em;
	color: #00507A;
	background: url("/img/layout/barra_relleno.jpg") bottom left repeat-x;
	font-family: Verdana;
	font-weight: normal;
	font-size: 2.4em;
}

	#content .message{
		margin: 1em 0;
		padding: .5em;
		font-size: 2em;
		color: #9cbb15;
		background: #fcffef;
		border: solid 1px #00507A;
	}
	
.container_body{
	float: left;
	width: 62em;
}

.container_body p.p{
	margin: 2em;
	font-size: 1.25em;
}

.container_content{
	margin-left: 3em;
}
.container_bar{
	float: right;
	width: 22em;
}
	.container_bar .banners{
		margin-top: 2em;
		padding: 1em 0;
	}
	.container_bar .banner{
		margin: 2em 1em;
		text-align: center;
		vertical-align: middle;
	}	
	.container_bar .testbanner{
		position: relative;
		height: 200px;
		margin: 1em;
		color: white;
		background: black;
		border: solid 5px white;
		text-align: center;
		vertical-align: middle;
	}
	

/* el menu de usuarios */
	
	.user_menu{
		margin: 1em 0;
		padding: 1em 0;
		background: #fafafa;
		border: solid 1px #ccc;
		-moz-border-radius: 5px;
	}
		.user_menu h3{
			margin: .75em;
			margin-bottom: 0;
			font-size: 1.5em;
			color: #888;
			border-bottom: solid 1px #ccc;
		}
		.user_menu ul{
			margin: 0 1em;
			list-style: none;
		}
		.user_menu li{
			padding: .5em;
			padding-left: 2em;
			background: url("/img/icons/user_menu.gif") 5px 8px no-repeat;
			border-bottom: solid 1px #eee;
		}
		.user_menu li.submenu{
			margin-left: 3em;
		}
		.user_menu li.separator{
			border-bottom: solid 1px #ccc;
		}
		.user_menu li:hover{
			background-color: #eee;
		}
		.user_menu h4{
			margin: .5em 1em 0 1em;
			padding: .5em;
			background: #ddd;
			font-size: 1.1em;
			cursor: pointer;			
		}
		.user_menu h4.selected{
			color: #eee;
			background: #555;
		}
		.user_menu a{
			text-decoration: none;
		}
		.user_menu a:hover{
		}	


/* varias cajas y tal */

.big{
	font-size: 1.5em;
}

.marco{
	margin: 10px;
	padding: 5px;
	background: #eee;
	border: solid 1px #ddd;
}
	.marco img{
		display: block;
		border: solid 1px #888;	
	}

form.allwidth{
	width: 100%;
}

.noitems{
	margin: 1em 2em;
	padding: 2em 1em 2em 100px;
	color: #B90202;;
	background: #FFD3D3 url('/img/icons/messagebox_warning.png') no-repeat 40px 15px;
	border: solid 1px red;
	font-size: 1.5em;
	font-weight: bold;
}

.webfile_download{
	margin: 1em 2em;
	padding: .5em 1em .5em 70px;
	color: #FF622B;;
	background: #FFF3EF url('/img/icons/attach_mini.png') no-repeat 40px 0px;	
	border: solid 1px #FF622B;
	font-size: 1em;
	font-weight: bold;
}


.WebFileImg{
	width: 80px;
	border: solid 1px #888;	
}

.checkboxList{
	margin: 0;
	list-style: none;
}
	.checkboxList li{
		float: left;
		width: 50%;
	}
	
/* y lo que viene por debajo y tal :P */

.container_body table tbody{
}

.paging_info{
	margin: 2em;
	margin-bottom: 0em;
	text-align: right;
}

.paging{
	color: #aaa;
	margin: 0 2em;
	text-align: right;
}

.paging div{
	display: inline;
}
	.paging .disabled{
		color: #aaa;
	}
	.paging a{
		margin: 0 .5em;
	}
	
div.admin_actions{
	padding: .5em 2em;
	color: #555;
	background: #eee;
	text-align: right;
}	

div.actions{
	margin: 1em 0;
	padding: 0;
	background: #fafafa;
	border: solid 1px #eee;
	text-align: right;
}
	div.actions li{
		display: inline;
		padding: 0;
		margin-right: 1em;
	}
	
	
#users_actions{
	margin: 2em 0;
	padding: 1em;
	background: #fafafa;
	border: solid 1px #eee;
}

	
#mapa{
	width: 640px;
	height: 480px;
	margin: auto;
	border: solid 1px #888;
}


#mapa_localidad, #mapa_taller{
	height: 360px;
	width: 360px;
	margin: auto;
	background: white;
	border: solid 1px #888;
}


#lopd{
 	height: 150px;
 	overflow-y: scroll;
 	margin: 0 8em 0 8em;
 	padding: 10px;
 	background: #eee;
 	border: solid 1px #ccc;
}
	#lopd h3{
		font-size: 1.6em;
	}
	#lopd h4{
		padding: 3px;
		border-bottom: solid 1px #ccc;
		font-size: 1.4em;
	} 
	#lopd h5{
		margin: 1.5em 0 .5em 0;
		padding: 3px;
		background: #ddd;	
		font-size: 1.2em;
	}
	#lopd p{
		margin: 1em 0;
		padding: 0 .5em;
		text-align: justify;
	}
	
#lopdcb{
	margin: 1em 8em 0 9em;
}
	#lopdcb input{
		position: relative;
		top: .25em;
	}
