.tabs {
	/*float:left;*/
	
	text-decoration:underline;
}

.tabs:hover{
	text-decoration:none;
	cursor:default;
}

.borrar {
	/*float:left;	*/
	color:red;
	cursor:default;
}

.guardado {
	/*float:left;*/
	color:green;
	color:#333333;
	font-weight: bold;	
}

#load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:red;
	color:white;
	display:none;
}

