	
	input.boton {
		font-size: 9px;
		background: #ff6600;
		color: #ffffff;
		font-weight:bold;
		border: 0px;
		font-family: verdana,sans-serif;
		margin:3px 2px 0px 3px;
		padding: 2px 1px 2px 1px;
		cursor: pointer;
			}
		
	input.boton_xl {
		font-size: 11px;
		background: #555555;
		color: #ffffff;
		border: 0px;
		font-family: verdana,sans-serif;
		margin:6px 2px 0px 3px;
		padding: 3px 4px 3px 4px;
		cursor: pointer;
		}
	input.boton_xl:hover {
		background: #0099cc;
		}




	

/*------------------------------*/
/* Alerta						*/
/*------------------------------*/
	
	#alerta {
		position: absolute;
		width: 300px;
		top: 100px;
		left: 50%;
		margin-left: -150px;
		padding: 25px 20px 0px 20px;
		background-color: #fff;
		border: solid 1px #cccccc;
		border-width: 5px 1px 1px 1px;
		display: none;
		z-index: 10;
		}
		
	#tapa {
		position: absolute;
		width: 100%;
		height: 1000px;
		top: 0;
		left: 0;
		background-color: #efefef;
		filter: alpha(opacity=60);
		opacity: .6;
		display: none;
		z-index: 9;
		}
		
/************************************/
/*	Navegación						*/
/************************************/

	
	#opcion_filtro input.calendar {
		width: 100px;
		margin-left: 5px;
		}
		
	#opcion_filtro input.caja {
		margin-left: 5px;
		}
	
	input.calendar{
		background-color: #fff;
		border: solid 1px #cccccc;
		}
		
	#opcion_filtro input.calendar, #opcion_filtro button.calendar{
		float: none;
		
		}*:lang(es) #opcion_filtro button.calendar{
			padding-top: -3px;
		}
	
	img.img_boton{
		vertical-align: middle;
		padding-left: 2px;
		cursor: pointer;
		}
	.border{
		background-color: #99ccff;
		border: solid 1px #336699;
		}
	div.border:hover{
		background-color: #99ccff;
		border: solid 1px #336699;
		}
		

	 	
	 #adjuntas img{
	 	cursor: pointer;
	 	vertical-align: middle;
	 	}
	 	
	 	#adjuntas a{
	 		color: #336699;
	 		}
	 		
	 	#adjuntas a:hover{
	 		font-weight: bold;
	 		}
	 	
	 	#adjuntas img.miniatura{
		 	border: solid 1px #cdcdcd;
		 	padding: 5px;
		 	margin: 10px 10px 10px 0px;
		 	background-color: #efefef;
		 	}
		
		.oculto{
			display: none;
			}
	
		
	
	
	
	
	